diff options
author | nectar <nectar@FreeBSD.org> | 2000-07-03 07:20:07 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-07-03 07:20:07 +0800 |
commit | 23555e92d30f32aee8cc84b1942feb0f56607a18 (patch) | |
tree | 89b99b0dbd1fa42d574b83e29fa2715882548632 /net | |
parent | 1bd16f0bb9d5cab5434221d68d7a6acd29c42e26 (diff) | |
download | freebsd-ports-gnome-23555e92d30f32aee8cc84b1942feb0f56607a18.tar.gz freebsd-ports-gnome-23555e92d30f32aee8cc84b1942feb0f56607a18.tar.zst freebsd-ports-gnome-23555e92d30f32aee8cc84b1942feb0f56607a18.zip |
Update 1.1.1 -> 1.1.2
PR: ports/19655
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'net')
-rw-r--r-- | net/dante/Makefile | 3 | ||||
-rw-r--r-- | net/dante/distinfo | 2 | ||||
-rw-r--r-- | net/dante/pkg-plist | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 622e9a17dbfe..cff9449bbbe7 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dante -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= security net MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ http://www.freenix.no/~anders/ \ @@ -27,7 +27,6 @@ post-install: ${INSTALL} -d -m 555 ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante - @${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante .include <bsd.port.mk> diff --git a/net/dante/distinfo b/net/dante/distinfo index 539defc799db..db1e976e3e43 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1 +1 @@ -MD5 (dante-1.1.1.tar.gz) = 52eef790392f6fc501b12177735e9a27 +MD5 (dante-1.1.2.tar.gz) = d522a4c2da7c68ef7340e39c642a7ca2 diff --git a/net/dante/pkg-plist b/net/dante/pkg-plist index 0eb04fe35c25..bf3000e739fe 100644 --- a/net/dante/pkg-plist +++ b/net/dante/pkg-plist @@ -8,7 +8,6 @@ lib/libsocks.a lib/libsocks.so lib/libsocks.so.1 sbin/sockd -share/doc/dante/FAQ share/doc/dante/README.msproxy share/doc/dante/README.socksify share/doc/dante/README.survey |