diff options
author | anders <anders@FreeBSD.org> | 2002-02-13 07:31:47 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-02-13 07:31:47 +0800 |
commit | 98f9ba985c5ce3edf27eac0a75fb2fec09779671 (patch) | |
tree | a2cf2bb71a0da01b1f648dc2aed1a6eb69ec859e | |
parent | 93ed92af193130d445259001fa9437d25d3e4927 (diff) | |
download | freebsd-ports-gnome-98f9ba985c5ce3edf27eac0a75fb2fec09779671.tar.gz freebsd-ports-gnome-98f9ba985c5ce3edf27eac0a75fb2fec09779671.tar.zst freebsd-ports-gnome-98f9ba985c5ce3edf27eac0a75fb2fec09779671.zip |
Update dante to version 1.1.12-pre1.
Reclaim maintainership.
-rw-r--r-- | net/dante/Makefile | 7 | ||||
-rw-r--r-- | net/dante/distinfo | 2 | ||||
-rw-r--r-- | net/dante/pkg-plist | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index c8d5a37003bb..59d46ad496a5 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -6,15 +6,16 @@ # PORTNAME= dante -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.12.p1 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ http://www.freenix.no/~anders/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-pre/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ --with-sockd-conf=${PREFIX}/etc/sockd.conf diff --git a/net/dante/distinfo b/net/dante/distinfo index f93c8c372f05..d2b61f91967c 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1 +1 @@ -MD5 (dante-1.1.10.tar.gz) = ebb25c57efbe03eb07706cf295d59875 +MD5 (dante-1.1.12-pre1.tar.gz) = a8e345610b9f8cfbbd70ac4c9213febb diff --git a/net/dante/pkg-plist b/net/dante/pkg-plist index 72faa1c0f43a..626dda3db177 100644 --- a/net/dante/pkg-plist +++ b/net/dante/pkg-plist @@ -2,10 +2,11 @@ bin/socksify etc/sockd.conf.example etc/socks.conf.example include/socks.h -lib/libdsocks.a +lib/libdsocks.la lib/libdsocks.so lib/libdsocks.so.1 lib/libsocks.a +lib/libsocks.la lib/libsocks.so lib/libsocks.so.1 sbin/sockd |