| Summary: | [PATCH] www/havp: Update to version 0.86 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | ivan.lago | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
ivan.lago
2007-05-04 09:10:13 UTC
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) State Changed From-To: open->feedback Awaiting maintainers feedback I'm not agree with patch. Here is my: --- havp-0.86.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/havp/Makefile /home/bio3k/my_proj/ports/havp/havp/Makefile --- /usr/ports/www/havp/Makefile Tue Mar 20 08:37:09 2007 +++ /home/bio3k/my_proj/ports/havp/havp/Makefile Fri May 4 14:56:55 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 --exclude=CVS /usr/ports/www/havp/distinfo /home/bio3k/my_proj/ports/havp/havp/distinfo --- /usr/ports/www/havp/distinfo Fri Mar 16 08:17:45 2007 +++ /home/bio3k/my_proj/ports/havp/havp/distinfo Fri May 4 14:20:45 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 --exclude=CVS /usr/ports/www/havp/files/patch-havp_Makefile.in /home/bio3k/my_proj/ports/havp/havp/files/patch-havp_Makefile.in --- /usr/ports/www/havp/files/patch-havp_Makefile.in Fri Mar 16 08:17:45 2007 +++ /home/bio3k/my_proj/ports/havp/havp/files/patch-havp_Makefile.in Fri May 4 14:41:06 2007 @@ -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 --- havp-0.86.patch ends here --- --- Best regards, Elisey Savateev. Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it. araujo 2007-06-11 13:51:28 UTC
FreeBSD ports repository
Modified files:
www/havp Makefile distinfo
www/havp/files patch-havp_Makefile.in
Log:
- 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)
Revision Changes Path
1.7 +1 -5 ports/www/havp/Makefile
1.4 +3 -3 ports/www/havp/distinfo
1.3 +26 -19 ports/www/havp/files/patch-havp_Makefile.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks! |