diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-02-21 13:05:41 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-02-21 13:05:41 +0000 |
commit | 59467621c995909b0ca98614e8285544cbf53add (patch) | |
tree | bccadaa1c1bd9b1986c76dad7a0e5d14e779013d /www/havp | |
parent | 0b8c61519722fd3c92de106afca01d0b98586a60 (diff) | |
download | ports-59467621c995909b0ca98614e8285544cbf53add.tar.gz ports-59467621c995909b0ca98614e8285544cbf53add.zip |
Notes
Diffstat (limited to 'www/havp')
-rw-r--r-- | www/havp/Makefile | 3 | ||||
-rw-r--r-- | www/havp/distinfo | 6 | ||||
-rw-r--r-- | www/havp/files/patch-havp_Makefile.in | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index 85ee3640e4c4..1f23b237e604 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= havp -PORTVERSION= 0.86 -PORTREVISION= 1 +PORTVERSION= 0.87 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ diff --git a/www/havp/distinfo b/www/havp/distinfo index ac5a13cd6a98..f10db0aeceb3 100644 --- a/www/havp/distinfo +++ b/www/havp/distinfo @@ -1,3 +1,3 @@ -MD5 (havp-0.86.tar.gz) = c99c8da224c72844882623086e2b1618 -SHA256 (havp-0.86.tar.gz) = 1649ab227c7fd7b4af5ab602a3cdff16c038965c6673c09a239d5df35fa88da8 -SIZE (havp-0.86.tar.gz) = 104928 +MD5 (havp-0.87.tar.gz) = 88ddc4dc9ca4af5de4784c916a0766c0 +SHA256 (havp-0.87.tar.gz) = 70f4a0554c7153197acce575f93ecd228f4762ad3db9a50a4997f87cbb0fcf9e +SIZE (havp-0.87.tar.gz) = 159980 diff --git a/www/havp/files/patch-havp_Makefile.in b/www/havp/files/patch-havp_Makefile.in index b237a8374372..417fe6638f93 100644 --- a/www/havp/files/patch-havp_Makefile.in +++ b/www/havp/files/patch-havp_Makefile.in @@ -1,9 +1,9 @@ ---- havp/Makefile.in.orig Fri May 4 14:37:52 2007 -+++ havp/Makefile.in Fri May 4 14:40:43 2007 +--- havp/Makefile.in.orig 2007-09-11 15:42:44.000000000 -0300 ++++ havp/Makefile.in 2008-02-18 08:38:17.000000000 -0300 @@ -26,30 +26,7 @@ install: all $(INSTALL) -d $(DESTDIR)$(sbindir) - $(INSTALL) -s -m 755 havp $(DESTDIR)$(sbindir)/havp + $(INSTALL) -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 |