aboutsummaryrefslogtreecommitdiff
path: root/www/havp
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-06-11 13:51:28 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-06-11 13:51:28 +0000
commitb65ef071b289d76a8c5073e8c21932006c148825 (patch)
tree90fd5c03793d802a60adea3b19af9fb10a1480ad /www/havp
parentfe27d159e097553ba615e3a48f8bdc5b060c1c04 (diff)
downloadports-b65ef071b289d76a8c5073e8c21932006c148825.tar.gz
ports-b65ef071b289d76a8c5073e8c21932006c148825.zip
Notes
Diffstat (limited to 'www/havp')
-rw-r--r--www/havp/Makefile6
-rw-r--r--www/havp/distinfo6
-rw-r--r--www/havp/files/patch-havp_Makefile.in45
3 files changed, 30 insertions, 27 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile
index 53fa7ab80e74..48efc3fd7b1d 100644
--- a/www/havp/Makefile
+++ b/www/havp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= havp
-PORTVERSION= 0.85
+PORTVERSION= 0.86
CATEGORIES= www
MASTER_SITES= http://www.server-side.de/download/ \
http://bio3k.softboard.ru/uploads/arch/
@@ -37,10 +37,6 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= this port does not compile on FreeBSD 4.x.
-.endif
-
.if defined(WITH_SSL)
CONFIGURE_ARGS+= --enable-ssl-tunnel
.else
diff --git a/www/havp/distinfo b/www/havp/distinfo
index dcd72e7a9e80..ac5a13cd6a98 100644
--- a/www/havp/distinfo
+++ b/www/havp/distinfo
@@ -1,3 +1,3 @@
-MD5 (havp-0.85.tar.gz) = 6f05d36a1f8374535ae66373111ff5a1
-SHA256 (havp-0.85.tar.gz) = 523c7d69728c600e3cf33603a2caf41755a8e70fa4a20b71cba61df5f16bb2b4
-SIZE (havp-0.85.tar.gz) = 101860
+MD5 (havp-0.86.tar.gz) = c99c8da224c72844882623086e2b1618
+SHA256 (havp-0.86.tar.gz) = 1649ab227c7fd7b4af5ab602a3cdff16c038965c6673c09a239d5df35fa88da8
+SIZE (havp-0.86.tar.gz) = 104928
diff --git a/www/havp/files/patch-havp_Makefile.in b/www/havp/files/patch-havp_Makefile.in
index ca3d67929d2b..b237a8374372 100644
--- a/www/havp/files/patch-havp_Makefile.in
+++ b/www/havp/files/patch-havp_Makefile.in
@@ -1,26 +1,33 @@
---- havp/Makefile.in.orig Fri Mar 9 10:18:56 2007
-+++ havp/Makefile.in Fri Mar 9 10:20:54 2007
-@@ -25,23 +25,6 @@
- $(INSTALL) -m 755 -d $(etcdir)
- $(INSTALL) -s -m 755 havp $(prefix)/sbin/havp
- $(INSTALL) -m 644 ../etc/havp/havp.config $(etcdir)/havp.config.default
-- if [ ! -f $(etcdir)/havp.config ]; then \
-- $(INSTALL) -m 644 ../etc/havp/havp.config $(etcdir)/havp.config; \
+--- havp/Makefile.in.orig Fri May 4 14:37:52 2007
++++ havp/Makefile.in Fri May 4 14:40:43 2007
+@@ -26,30 +26,7 @@
+ install: all
+ $(INSTALL) -d $(DESTDIR)$(sbindir)
+ $(INSTALL) -s -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) -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"; \
+- $(INSTALL) -m 644 ../etc/havp/havp.config $(DESTDIR)$(sysconfdir)/havp/havp.config; \
- else \
-- ../update-conf $(etcdir)/havp.config; \
+- echo "Updating config $(DESTDIR)$(sysconfdir)/havp/havp.config"; \
+- ../update-conf $(DESTDIR)$(sysconfdir)/havp/havp.config; \
- fi
-- if [ ! -f $(etcdir)/whitelist ]; then \
-- $(INSTALL) -m 644 ../etc/havp/whitelist $(etcdir)/whitelist; \
+- @if [ ! -f $(DESTDIR)$(sysconfdir)/havp/whitelist ]; then \
+- $(INSTALL) -m 644 ../etc/havp/whitelist $(DESTDIR)$(sysconfdir)/havp/whitelist; \
+- else \
+- echo "Not overwriting old $(DESTDIR)$(sysconfdir)/havp/whitelist"; \
- fi
-- if [ ! -f $(etcdir)/blacklist ]; then \
-- $(INSTALL) -m 644 ../etc/havp/blacklist $(etcdir)/blacklist; \
+- @if [ ! -f $(DESTDIR)$(sysconfdir)/havp/blacklist ]; then \
+- $(INSTALL) -m 644 ../etc/havp/blacklist $(DESTDIR)$(sysconfdir)/havp/blacklist; \
+- else \
+- echo "Not overwriting old $(DESTDIR)$(sysconfdir)/havp/blacklist"; \
- fi
-- cp -r ../etc/havp/templates $(etcdir)
-- chmod -R a+rX $(etcdir)/templates
--
-- @echo ""
-- @echo "HAVP installed - see documentation for needed extra steps"
-- @echo ""
+- cp -r ../etc/havp/templates $(DESTDIR)$(sysconfdir)/havp/
+- chmod -R a+rX $(DESTDIR)$(sysconfdir)/havp/templates
clean:
cd scanners && $(MAKE) clean