diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-02-12 23:31:47 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-02-12 23:31:47 +0000 |
commit | bf4bc8c5de3459ceee5ff969e7095214d0e539d0 (patch) | |
tree | 03f8e38dcd37223b30c378859b95271c7d3a87c7 /net/dante | |
parent | eb35f6ef567b12b4e1f18f43d35d997f0e6e203f (diff) | |
download | ports-bf4bc8c5de3459ceee5ff969e7095214d0e539d0.tar.gz ports-bf4bc8c5de3459ceee5ff969e7095214d0e539d0.zip |
Notes
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 | 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 |