View | Details | Raw Unified | Return to bug 112410
Collapse All | Expand All

(-)/root/havp/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	havp
8
PORTNAME=	havp
9
PORTVERSION=	0.85
9
PORTVERSION=	0.86
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.server-side.de/download/ \
11
MASTER_SITES=	http://www.server-side.de/download/ \
12
				http://bio3k.softboard.ru/uploads/arch/
12
				http://bio3k.softboard.ru/uploads/arch/
(-)/root/havp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (havp-0.85.tar.gz) = 6f05d36a1f8374535ae66373111ff5a1
1
MD5 (havp-0.86.tar.gz) = c99c8da224c72844882623086e2b1618
2
SHA256 (havp-0.85.tar.gz) = 523c7d69728c600e3cf33603a2caf41755a8e70fa4a20b71cba61df5f16bb2b4
2
SHA256 (havp-0.86.tar.gz) = 1649ab227c7fd7b4af5ab602a3cdff16c038965c6673c09a239d5df35fa88da8
3
SIZE (havp-0.85.tar.gz) = 101860
3
SIZE (havp-0.86.tar.gz) = 104928
(-)/root/havp/files/patch-havp_Makefile.in (-19 / +21 lines)
Lines 1-26 Link Here
1
--- havp/Makefile.in.orig	Fri Mar  9 10:18:56 2007
1
--- havp/Makefile.in.orig	Thu May  3 15:03:07 2007
2
+++ havp/Makefile.in	Fri Mar  9 10:20:54 2007
2
+++ havp/Makefile.in	Thu May  3 15:03:32 2007
3
@@ -25,23 +25,6 @@
3
@@ -31,25 +31,6 @@
4
 	$(INSTALL) -m 755 -d $(etcdir)
4
 	$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/run/havp
5
 	$(INSTALL) -s -m 755 havp $(prefix)/sbin/havp
5
 	$(INSTALL) -d $(DESTDIR)/etc/init.d
6
 	$(INSTALL) -m 644 ../etc/havp/havp.config $(etcdir)/havp.config.default
6
 	$(INSTALL) -m 644 ../etc/havp/havp.config $(DESTDIR)$(sysconfdir)/havp/havp.config.default
7
-	if [ ! -f $(etcdir)/havp.config ]; then \
7
-	@if [ ! -f $(DESTDIR)$(sysconfdir)/havp/havp.config ]; then \
8
-		$(INSTALL) -m 644 ../etc/havp/havp.config $(etcdir)/havp.config; \
8
-		echo "$(INSTALL) -m 644 ../etc/havp/havp.config $(DESTDIR)$(sysconfdir)/havp/havp.config"; \
9
-	        $(INSTALL) -m 644 ../etc/havp/havp.config $(DESTDIR)$(sysconfdir)/havp/havp.config; \
9
-	else \
10
-	else \
10
-		../update-conf $(etcdir)/havp.config; \
11
-		echo "Updating config $(DESTDIR)$(sysconfdir)/havp/havp.config"; \
12
-		../update-conf $(DESTDIR)$(sysconfdir)/havp/havp.config; \
11
-	fi
13
-	fi
12
-	if [ ! -f $(etcdir)/whitelist ]; then \
14
-	@if [ ! -f $(DESTDIR)$(sysconfdir)/havp/whitelist ]; then \
13
-		$(INSTALL) -m 644 ../etc/havp/whitelist $(etcdir)/whitelist; \
15
-		$(INSTALL) -m 644 ../etc/havp/whitelist $(DESTDIR)$(sysconfdir)/havp/whitelist; \
16
-	else \
17
-		echo "Not overwriting old $(DESTDIR)$(sysconfdir)/havp/whitelist"; \
14
-	fi
18
-	fi
15
-	if [ ! -f $(etcdir)/blacklist ]; then \
19
-	@if [ ! -f $(DESTDIR)$(sysconfdir)/havp/blacklist ]; then \
16
-		$(INSTALL) -m 644 ../etc/havp/blacklist $(etcdir)/blacklist; \
20
-		$(INSTALL) -m 644 ../etc/havp/blacklist $(DESTDIR)$(sysconfdir)/havp/blacklist; \
21
-	else \
22
-		echo "Not overwriting old $(DESTDIR)$(sysconfdir)/havp/blacklist"; \
17
-	fi
23
-	fi
18
-	cp -r ../etc/havp/templates $(etcdir)
24
-	cp -r ../etc/havp/templates $(DESTDIR)$(sysconfdir)/havp/
19
-	chmod -R a+rX $(etcdir)/templates
25
-	chmod -R a+rX $(DESTDIR)$(sysconfdir)/havp/templates
20
-
21
-	@echo ""
22
-	@echo "HAVP installed - see documentation for needed extra steps"
23
-	@echo ""
24
 
26
 
25
 clean:
27
 clean:
26
 	cd scanners && $(MAKE) clean
28
 	cd scanners && $(MAKE) clean

Return to bug 112410