diff options
author | ade <ade@FreeBSD.org> | 2000-09-18 23:38:51 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-18 23:38:51 +0000 |
commit | 12d9c087141a76967c82637f2e19b2c6eb49e73b (patch) | |
tree | 5d483fe4999015aee028e09c0bdde384e4d1e468 /net/adns | |
parent | 3fe605829a5f498f1115721030b10df55e2678b0 (diff) | |
download | FreeBSD-ports-12d9c087141a76967c82637f2e19b2c6eb49e73b.zip FreeBSD-ports-12d9c087141a76967c82637f2e19b2c6eb49e73b.tar.gz |
Update to version 1.0
PR: 21357
Submitted by: maintainer
Diffstat (limited to 'net/adns')
-rw-r--r-- | net/adns/Makefile | 8 | ||||
-rw-r--r-- | net/adns/distinfo | 2 | ||||
-rw-r--r-- | net/adns/pkg-plist | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index df906fd..222adf9 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -6,7 +6,7 @@ # PORTNAME= adns -PORTVERSION= 0.7 +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ @@ -18,7 +18,11 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +LIBVERSION= 1 +PLIST_SUB+= LIBVERSION="${LIBVERSION}" + post-install: - strip ${PREFIX}/bin/adnstest ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost + @${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so + strip ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost .include <bsd.port.mk> diff --git a/net/adns/distinfo b/net/adns/distinfo index 250b267..4923008 100644 --- a/net/adns/distinfo +++ b/net/adns/distinfo @@ -1 +1 @@ -MD5 (adns-0.7.tar.gz) = dbf31b805b3d993d116a2ef9e45b93ae +MD5 (adns-1.0.tar.gz) = af4411ee10875b96c0d61f903018f438 diff --git a/net/adns/pkg-plist b/net/adns/pkg-plist index 039e647..ae17c9d 100644 --- a/net/adns/pkg-plist +++ b/net/adns/pkg-plist @@ -1,7 +1,6 @@ -bin/adnstest bin/adnslogres bin/adnshost -bin/adnsresfilter include/adns.h lib/libadns.a -lib/libadns.so.0 +lib/libadns.so +lib/libadns.so.%%LIBVERSION%% |