From owner-svn-ports-head@FreeBSD.ORG Fri May 8 11:00:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CD9CBAF; Fri, 8 May 2015 11:00:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FE791646; Fri, 8 May 2015 11:00:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48B0alF091813; Fri, 8 May 2015 11:00:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48B0YMG091804; Fri, 8 May 2015 11:00:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201505081100.t48B0YMG091804@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 8 May 2015 11:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385759 - in head/dns/adns: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 11:00:36 -0000 Author: pi Date: Fri May 8 11:00:33 2015 New Revision: 385759 URL: https://svnweb.freebsd.org/changeset/ports/385759 Log: dns/adns: Add another weird version number to PORTSCOUT, fix patches Deleted: head/dns/adns/files/patch-cname-chains Modified: head/dns/adns/Makefile head/dns/adns/files/patch-client-Makefile.in head/dns/adns/files/patch-configure head/dns/adns/files/patch-configure.in head/dns/adns/files/patch-dynamic-Makefile.in head/dns/adns/files/patch-regress-Makefile.in head/dns/adns/files/patch-src-Makefile.in Modified: head/dns/adns/Makefile ============================================================================== --- head/dns/adns/Makefile Fri May 8 10:47:04 2015 (r385758) +++ head/dns/adns/Makefile Fri May 8 11:00:33 2015 (r385759) @@ -14,6 +14,7 @@ LICENSE= GPLv3 USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes +PORTSCOUT= skipv:1.5.0~rc1 LIBVERSION= 1 PLIST_SUB+= LIBVERSION="${LIBVERSION}" Modified: head/dns/adns/files/patch-client-Makefile.in ============================================================================== --- head/dns/adns/files/patch-client-Makefile.in Fri May 8 10:47:04 2015 (r385758) +++ head/dns/adns/files/patch-client-Makefile.in Fri May 8 11:00:33 2015 (r385759) @@ -1,6 +1,6 @@ ---- client/Makefile.in.orig 2006-05-10 12:58:02.000000000 +0200 -+++ client/Makefile.in 2013-10-09 10:56:22.929654486 +0200 -@@ -58,9 +58,9 @@ +--- client/Makefile.in.orig 2014-10-19 23:07:01 UTC ++++ client/Makefile.in +@@ -58,9 +58,9 @@ ALL_OBJS= $(ADH_OBJS) $(TARG_OBJS) all: $(TARGETS) install: $(TARG_INSTALL) Modified: head/dns/adns/files/patch-configure ============================================================================== --- head/dns/adns/files/patch-configure Fri May 8 10:47:04 2015 (r385758) +++ head/dns/adns/files/patch-configure Fri May 8 11:00:33 2015 (r385759) @@ -1,6 +1,6 @@ ---- configure.orig Thu Apr 20 13:27:46 2006 -+++ configure Thu Apr 20 13:27:51 2006 -@@ -1728,7 +1728,7 @@ +--- configure.orig 2014-10-26 13:22:06 UTC ++++ configure +@@ -4047,7 +4047,7 @@ $as_echo "no" >&6; } SHLIBFORLINK='libadns.so' SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)' Modified: head/dns/adns/files/patch-configure.in ============================================================================== --- head/dns/adns/files/patch-configure.in Fri May 8 10:47:04 2015 (r385758) +++ head/dns/adns/files/patch-configure.in Fri May 8 11:00:33 2015 (r385759) @@ -1,6 +1,6 @@ ---- configure.in.orig Thu Apr 20 12:46:10 2006 -+++ configure.in Thu Apr 20 12:56:21 2006 -@@ -140,7 +140,7 @@ +--- configure.in.orig 2014-10-20 00:14:40 UTC ++++ configure.in +@@ -140,7 +140,7 @@ AC_SUBST(SHLIBSONAME) SHLIBFORLINK='libadns.so' SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)' Modified: head/dns/adns/files/patch-dynamic-Makefile.in ============================================================================== --- head/dns/adns/files/patch-dynamic-Makefile.in Fri May 8 10:47:04 2015 (r385758) +++ head/dns/adns/files/patch-dynamic-Makefile.in Fri May 8 11:00:33 2015 (r385759) @@ -1,6 +1,6 @@ ---- dynamic/Makefile.in.orig 2006-05-10 12:58:02.000000000 +0200 -+++ dynamic/Makefile.in 2013-10-09 10:55:03.235655634 +0200 -@@ -30,10 +30,9 @@ +--- dynamic/Makefile.in.orig 2014-10-19 23:07:01 UTC ++++ dynamic/Makefile.in +@@ -30,10 +30,9 @@ include $(srcdir)/../src/adns.make ALLOBJS= $(addsuffix _p.o, $(basename $(LIBOBJS))) install: Modified: head/dns/adns/files/patch-regress-Makefile.in ============================================================================== --- head/dns/adns/files/patch-regress-Makefile.in Fri May 8 10:47:04 2015 (r385758) +++ head/dns/adns/files/patch-regress-Makefile.in Fri May 8 11:00:33 2015 (r385759) @@ -1,6 +1,6 @@ ---- regress/Makefile.in.orig 2014-10-25 13:43:05.000000000 +0200 -+++ regress/Makefile.in 2014-10-25 13:43:08.000000000 +0200 -@@ -25,7 +25,7 @@ +--- regress/Makefile.in.orig 2014-10-26 12:03:41 UTC ++++ regress/Makefile.in +@@ -25,7 +25,7 @@ VPATH= @srcdir@ PROGS_SYSDEP= @PROGS_HAVE_TSEARCH@ Modified: head/dns/adns/files/patch-src-Makefile.in ============================================================================== --- head/dns/adns/files/patch-src-Makefile.in Fri May 8 10:47:04 2015 (r385758) +++ head/dns/adns/files/patch-src-Makefile.in Fri May 8 11:00:33 2015 (r385759) @@ -1,7 +1,7 @@ ---- src/Makefile.in.orig 2006-05-10 12:58:03.000000000 +0200 -+++ src/Makefile.in 2013-10-09 10:46:18.314690101 +0200 -@@ -28,10 +28,10 @@ - include adns.make +--- src/Makefile.in.orig 2014-10-19 23:07:03 UTC ++++ src/Makefile.in +@@ -30,10 +30,10 @@ include $(srcdir)/adns.make + DIRCFLAGS= -I. -I$(srcdir) install: - mkdir -p $(libdir) $(includedir)