Date: Mon, 18 Sep 2000 20:15:28 +0400 (MSD) From: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21357: Update port: net/adns Message-ID: <200009181615.UAA53123@sapa.ivcme.elektra.ru>
next in thread | raw e-mail | index | archive | help
>Number: 21357 >Category: ports >Synopsis: Update port: net/adns >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 18 09:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kostya Lukin >Release: FreeBSD 3.3-RELEASE i386 >Organization: IVC Mosenergo >Environment: >Description: Update adns port to 1.0 P.S. I am the maintainer. >How-To-Repeat: >Fix: diff -ruN adns.orig/Makefile adns/Makefile --- adns.orig/Makefile Mon Jun 19 18:38:31 2000 +++ adns/Makefile Mon Sep 18 19:25:47 2000 @@ -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 @@ 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 -ruN adns.orig/files/md5 adns/files/md5 --- adns.orig/files/md5 Sun Apr 2 09:37:21 2000 +++ adns/files/md5 Mon Sep 18 17:32:20 2000 @@ -1 +1 @@ -MD5 (adns-0.7.tar.gz) = dbf31b805b3d993d116a2ef9e45b93ae +MD5 (adns-1.0.tar.gz) = af4411ee10875b96c0d61f903018f438 diff -ruN adns.orig/pkg/PLIST adns/pkg/PLIST --- adns.orig/pkg/PLIST Sat Aug 5 20:21:20 2000 +++ adns/pkg/PLIST Mon Sep 18 18:59:51 2000 @@ -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%% >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009181615.UAA53123>