patch for havp-0.88 port

Rodion Turlac rodion at fincombank.com
Fri Apr 18 09:05:52 UTC 2008


Hi all!

Please test patch for havp port

diff -ur havp.orig/Makefile havp/Makefile
--- havp.orig/Makefile	2008-04-17 18:05:00.000000000 +0300
+++ havp/Makefile	2008-04-18 10:51:37.000000000 +0300
@@ -6,8 +6,7 @@
  #

  PORTNAME=	havp
-PORTVERSION=	0.87
-PORTREVISION=	1
+PORTVERSION=	0.88
  CATEGORIES=	www
  MASTER_SITES=	http://www.server-side.de/download/ \
  				http://bio3k.softboard.ru/uploads/arch/
@@ -36,7 +35,6 @@
  			CLAMAV "Enable libclamav support" on \
  			TROPHIE "Enable Trend Micro (Trophie) support" off

-BROKEN=	Doesn't build with clamav-0.93

  .include <bsd.port.pre.mk>

diff -ur havp.orig/distinfo havp/distinfo
--- havp.orig/distinfo	2008-03-04 10:31:37.000000000 +0200
+++ havp/distinfo	2008-04-18 11:45:42.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (havp-0.87.tar.gz) = 88ddc4dc9ca4af5de4784c916a0766c0
-SHA256 (havp-0.87.tar.gz) = 
70f4a0554c7153197acce575f93ecd228f4762ad3db9a50a4997f87cbb0fcf9e
-SIZE (havp-0.87.tar.gz) = 159980
+MD5 (havp-0.88.tar.gz) = 751d1811bdc3f0d0cbc9e4ae451fdb2a
+SHA256 (havp-0.88.tar.gz) = 
2de6babce45bac9e9b57ec7783ff6719cb3ef996331009c111ad8e263c9e6e3c
+SIZE (havp-0.88.tar.gz) = 116217
diff -ur havp.orig/files/patch-havp_Makefile.in 
havp/files/patch-havp_Makefile.in
--- havp.orig/files/patch-havp_Makefile.in	2008-03-04 10:31:38.000000000 
+0200
+++ havp/files/patch-havp_Makefile.in	2008-04-18 11:18:18.000000000 +0300
@@ -1,13 +1,15 @@
---- havp/Makefile.in.orig	2007-09-11 15:42:44.000000000 -0300
-+++ havp/Makefile.in	2008-02-18 08:38:17.000000000 -0300
-@@ -26,30 +26,7 @@
+--- havp/Makefile.in.orig	2008-04-18 11:06:33.000000000 +0300
++++ havp/Makefile.in	2008-04-18 11:02:31.000000000 +0300
+@@ -25,31 +25,8 @@
+
   install: all
   	$(INSTALL) -d $(DESTDIR)$(sbindir)
- 	$(INSTALL) -m 755 havp $(DESTDIR)$(sbindir)/havp
+-	$(INSTALL) -m 755 havp $(DESTDIR)$(sbindir)/havp
  -	$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/log/havp
  -	$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/tmp/havp
  -	$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/run/havp
  -	$(INSTALL) -d $(DESTDIR)/etc/init.d
++	$(INSTALL) -s -m 755 havp $(DESTDIR)$(sbindir)/havp
   	$(INSTALL) -m 644 ../etc/havp/havp.config 
$(DESTDIR)$(sysconfdir)/havp/havp.config.default
  -	@if [ ! -f $(DESTDIR)$(sysconfdir)/havp/havp.config ]; then \
  -		echo "$(INSTALL) -m 644 ../etc/havp/havp.config 
$(DESTDIR)$(sysconfdir)/havp/havp.config"; \


More information about the freebsd-ports mailing list