ports/112410: [PATCH] www/havp: Update to version 0.86

ivan.lago at ifom-ieo-campus.it ivan.lago at ifom-ieo-campus.it
Fri May 4 08:10:15 UTC 2007


>Number:         112410
>Category:       ports
>Synopsis:       [PATCH] www/havp: Update to version 0.86
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 04 08:10:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Lago
>Release:        FreeBSD 6.2-RELEASE-p3 amd64
>Organization:
European Institute of Oncology
>Environment:
System: FreeBSD sodio.ifom-ieo-campus.it 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #5: Fri Mar 16 15:21:33 CET 2007 root at sodio.ifom-ieo-campus.it:/usr/obj/usr/src/sys/SODIO amd64
>Description:
	This patch upgrades havp to version 0.86
>How-To-Repeat:
>Fix:
--- havp.patch begins here ---
diff -ruN havp/Makefile /root/havp/Makefile
--- havp/Makefile	Fri Mar 16 16:06:17 2007
+++ /root/havp/Makefile	Thu May  3 14:56:35 2007
@@ -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/
diff -ruN havp/distinfo /root/havp/distinfo
--- havp/distinfo	Thu Mar 15 08:01:03 2007
+++ /root/havp/distinfo	Thu May  3 15:00:10 2007
@@ -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 -ruN havp/files/patch-havp_Makefile.in /root/havp/files/patch-havp_Makefile.in
--- havp/files/patch-havp_Makefile.in	Thu Mar 15 08:01:04 2007
+++ /root/havp/files/patch-havp_Makefile.in	Thu May  3 15:04:21 2007
@@ -1,26 +1,28 @@
---- 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	Thu May  3 15:03:07 2007
++++ havp/Makefile.in	Thu May  3 15:03:32 2007
+@@ -31,25 +31,6 @@
+ 	$(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
--- havp.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list