diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-06-04 11:24:29 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-06-04 11:24:29 +0000 |
commit | 7e03e807e858f5c9ed87a7cd00a3e1d78cebca90 (patch) | |
tree | efa58d6ef0160c471b3eb33dee83bb159cf053a7 /net/dante | |
parent | Chase checksum. There were no source changes, a README was added (diff) |
Update to 1.1.10.
PR: 27857
Submitted by: maintainer
Diffstat (limited to 'net/dante')
-rw-r--r-- | net/dante/Makefile | 7 | ||||
-rw-r--r-- | net/dante/distinfo | 2 | ||||
-rw-r--r-- | net/dante/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 9248d032ee0a..49341337174c 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -6,11 +6,11 @@ # PORTNAME= dante -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.10 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ - http://www.freenix.no/~anders/ \ - ftp://totem.fix.no/pub/mirrors/misc/ + ftp://ftp.nuug.no/pub/anders/distfiles/ \ + http://www.freenix.no/~anders/ MAINTAINER= anders@fix.no @@ -31,6 +31,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante + @${INSTALL_DATA} ${WRKSRC}/doc/faq.tex ${PREFIX}/share/doc/dante .endif .include <bsd.port.mk> diff --git a/net/dante/distinfo b/net/dante/distinfo index 001cd721f6a7..f93c8c372f05 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1 +1 @@ -MD5 (dante-1.1.9.tar.gz) = 83a23e3ffbf41c1b03a2b818d7dd1682 +MD5 (dante-1.1.10.tar.gz) = ebb25c57efbe03eb07706cf295d59875 diff --git a/net/dante/pkg-plist b/net/dante/pkg-plist index ef581e10d9d4..72faa1c0f43a 100644 --- a/net/dante/pkg-plist +++ b/net/dante/pkg-plist @@ -16,4 +16,5 @@ sbin/sockd %%PORTDOCS%%share/doc/dante/SOCKS4.protocol %%PORTDOCS%%share/doc/dante/rfc1928.txt %%PORTDOCS%%share/doc/dante/rfc1929.txt +%%PORTDOCS%%share/doc/dante/faq.tex %%PORTDOCS%%@dirrm share/doc/dante |