From owner-freebsd-ports Mon Sep 18 9:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10F8637B424 for ; Mon, 18 Sep 2000 09:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA72530; Mon, 18 Sep 2000 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sapa.ivcme.elektra.ru (IVCME-NC-LL.Elektra.RU [193.125.127.58]) by hub.freebsd.org (Postfix) with ESMTP id 95AE037B423 for ; Mon, 18 Sep 2000 09:15:38 -0700 (PDT) Received: (from lukin@localhost) by sapa.ivcme.elektra.ru (8.9.3/8.8.8) id UAA53123; Mon, 18 Sep 2000 20:15:28 +0400 (MSD) (envelope-from lukin) Message-Id: <200009181615.UAA53123@sapa.ivcme.elektra.ru> Date: Mon, 18 Sep 2000 20:15:28 +0400 (MSD) From: Kostya Lukin Reply-To: lukin@sapa.ivcme.elektra.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21357: Update port: net/adns Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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