1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Update to version 0.86.

PR:		ports/112410
Submitted by:	Ivan Lago <ivan.lago@ifom-ieo-campus.it>
Reviewed by:	Elisey Savateev <b3k@mail.ru> (maintainer)
Approved by:	stas (mentor)
This commit is contained in:
Marcelo Araujo 2007-06-11 13:51:28 +00:00
parent fe27d159e0
commit b65ef071b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193262
3 changed files with 30 additions and 27 deletions

View File

@ -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

View File

@ -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

View File

@ -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