summaryrefslogtreecommitdiff
path: root/net/delegate
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2002-05-20 04:13:12 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2002-05-20 04:13:12 +0000
commit76e6dfd6ea0564aad816609ac26b9345c481175e (patch)
treefba10eabce0148d455a72c77355988c4662c0815 /net/delegate
parentIncrement PORTVERSION to 4.6, as the Japanese manual page roff source (diff)
Upgrade to 7.9.4
Notes
Notes: svn path=/head/; revision=59505
Diffstat (limited to 'net/delegate')
-rw-r--r--net/delegate/Makefile10
-rw-r--r--net/delegate/distinfo2
-rw-r--r--net/delegate/pkg-plist2
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