diff options
author | max <max@FreeBSD.org> | 2002-05-20 12:13:12 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2002-05-20 12:13:12 +0800 |
commit | edf3475bafdb84ac75321224e626efc775ce9e64 (patch) | |
tree | a288874b469a004aac50e93fb9ec08ac516d4a5a /net/delegate | |
parent | 593c01a9e2f07f4a8d535547f59a494fa765fc60 (diff) | |
download | freebsd-ports-gnome-edf3475bafdb84ac75321224e626efc775ce9e64.tar.gz freebsd-ports-gnome-edf3475bafdb84ac75321224e626efc775ce9e64.tar.zst freebsd-ports-gnome-edf3475bafdb84ac75321224e626efc775ce9e64.zip |
Upgrade to 7.9.4
Diffstat (limited to 'net/delegate')
-rw-r--r-- | net/delegate/Makefile | 10 | ||||
-rw-r--r-- | net/delegate/distinfo | 2 | ||||
-rw-r--r-- | net/delegate/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 7ba8da40f999..8b619b9f3744 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -6,14 +6,15 @@ # PORTNAME= delegate -PORTVERSION= 7.7.0 +PORTVERSION= 7.9.4 CATEGORIES= net www MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ - ftp://ftp.etl.go.jp/pub/DeleGate/ + http://www.delegate.org/pub/DeleGate/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= max@FreeBSD.org +USE_BZIP2= YES NO_PACKAGE= "Insecure program." IS_INTERACTIVE= YES @@ -53,8 +54,9 @@ do-install: ${PREFIX}/share/examples/delegate .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/delegate - ${INSTALL_DATA} ${WRKSRC}/doc/Manual.htm \ - ${PREFIX}/share/doc/delegate +.for f in Manual.htm tutor-jp.htm tutor-en.htm + ${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/delegate +.endfor .endif @${CAT} ${PKGMESSAGE} diff --git a/net/delegate/distinfo b/net/delegate/distinfo index 2c8b2d49945c..8a47e1ac5c5b 100644 --- a/net/delegate/distinfo +++ b/net/delegate/distinfo @@ -1 +1 @@ -MD5 (delegate7.7.0.tar.gz) = 5d6e0ee7809be36b5981a4c375ce470d +MD5 (delegate7.9.4.tar.bz2) = fe1c82a0afe15899c33a37b69a521384 diff --git a/net/delegate/pkg-plist b/net/delegate/pkg-plist index e25549b86a8a..cadd81d40ab0 100644 --- a/net/delegate/pkg-plist +++ b/net/delegate/pkg-plist @@ -1,5 +1,7 @@ sbin/delegated share/examples/delegate/delegated.sh %%PORTDOCS%%share/doc/delegate/Manual.htm +%%PORTDOCS%%share/doc/delegate/tutor-jp.htm +%%PORTDOCS%%share/doc/delegate/tutor-en.htm %%PORTDOCS%%@dirrm share/doc/delegate @dirrm share/examples/delegate |