diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2000-06-26 07:57:09 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2000-06-26 07:57:09 +0000 |
commit | ca1cafa45d9f2993a4abd170a785ab4eebab3576 (patch) | |
tree | f57154b4a5b12fbbcdb590c258a10d1b361f7af2 /net/delegate | |
parent | c789f168a041ac3073e37a6684f133cc4b1ff74a (diff) | |
download | ports-ca1cafa45d9f2993a4abd170a785ab4eebab3576.tar.gz ports-ca1cafa45d9f2993a4abd170a785ab4eebab3576.zip |
Notes
Diffstat (limited to 'net/delegate')
-rw-r--r-- | net/delegate/Makefile | 8 | ||||
-rw-r--r-- | net/delegate/distinfo | 2 | ||||
-rw-r--r-- | net/delegate/pkg-descr | 2 | ||||
-rw-r--r-- | net/delegate/pkg-message | 2 | ||||
-rw-r--r-- | net/delegate/pkg-plist | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index b11aa2e669cc..9145d6410830 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -6,14 +6,14 @@ # PORTNAME= delegate -PORTVERSION= 5.9.13 +PORTVERSION= 6.1.15 CATEGORIES= net www japanese MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ -DISTNAME= delegate5.9.13 +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= max@FreeBSD.org + NO_PACKAGE= "Insecure program." -MAKE_ENV= PATH=$${PATH}:. IS_INTERACTIVE= YES pre-fetch: @@ -48,7 +48,7 @@ do-install: ${PREFIX}/share/examples/delegate .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/delegate - ${INSTALL_DATA} ${WRKSRC}/doc/Manual.txt \ + ${INSTALL_DATA} ${WRKSRC}/doc/Manual.htm \ ${PREFIX}/share/doc/delegate .endif @${CAT} ${PKGDIR}/MESSAGE diff --git a/net/delegate/distinfo b/net/delegate/distinfo index fef9a13b6474..3b58280d5a8c 100644 --- a/net/delegate/distinfo +++ b/net/delegate/distinfo @@ -1 +1 @@ -MD5 (delegate5.9.13.tar.gz) = febd995ffa9444844dcc7a76a8ec0dde +MD5 (delegate6.1.15.tar.gz) = 6dbca8c392a46b710773837295bee4a3 diff --git a/net/delegate/pkg-descr b/net/delegate/pkg-descr index 1f56e5458816..38a0f60fceef 100644 --- a/net/delegate/pkg-descr +++ b/net/delegate/pkg-descr @@ -2,6 +2,6 @@ DeleGate is a general purpose protocol proxy system for protocols using TCP/IP. This software includes support for HTTP, Gopher, FTP, SMTP, NNTP, POP, Telnet, Wais, Whois, etc. -WWW: http://wall.etl.go.jp/delegate/ +WWW: http://www.delegate.org/delegate/ - Max diff --git a/net/delegate/pkg-message b/net/delegate/pkg-message index c4de2c7f287a..5edcb5021a47 100644 --- a/net/delegate/pkg-message +++ b/net/delegate/pkg-message @@ -15,6 +15,6 @@ Especially, don't forget to specify correct value for the MANAGER. You can also run an interactive configuration session by executing delegated with no argument. -Consult /usr/local/share/doc/delegate/Manual.txt for configuration +Consult /usr/local/share/doc/delegate/Manual.htm for configuration information. ---------------------------------------------------------------------- diff --git a/net/delegate/pkg-plist b/net/delegate/pkg-plist index d8a769ac763a..8980808bcc4e 100644 --- a/net/delegate/pkg-plist +++ b/net/delegate/pkg-plist @@ -1,5 +1,5 @@ sbin/delegated share/examples/delegate/delegated.sh -share/doc/delegate/Manual.txt +share/doc/delegate/Manual.htm @dirrm share/doc/delegate @dirrm share/examples/delegate |