Date: Tue, 26 Jul 2005 16:21:33 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84121: [update] dns/dnsproxy to 1.15 Message-ID: <E1DxORB-0007TF-3m@az.inec.ru> Resent-Message-ID: <200507261230.j6QCUQvS091365@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84121 >Category: ports >Synopsis: [update] dns/dnsproxy to 1.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 26 12:30:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1. Update to version 1.15 2. Take maintainership >How-To-Repeat: >Fix: --- dnsproxy.diff begins here --- diff -Nru dnsproxy.orig/Makefile dnsproxy/Makefile --- dnsproxy.orig/Makefile Thu Feb 5 23:37:07 2004 +++ dnsproxy/Makefile Tue Jul 26 16:08:27 2005 @@ -6,14 +6,15 @@ # PORTNAME= dnsproxy -PORTVERSION= 1.13 +PORTVERSION= 1.15 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= az@inec.ru COMMENT= A proxy for DNS queries -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= dnsproxy.1 PLIST_FILES= sbin/dnsproxy diff -Nru dnsproxy.orig/distinfo dnsproxy/distinfo --- dnsproxy.orig/distinfo Thu Jan 29 10:23:31 2004 +++ dnsproxy/distinfo Tue Jul 26 13:47:26 2005 @@ -1,2 +1,2 @@ -MD5 (dnsproxy-1.13.tar.gz) = 9d7d10ec7a0efcfdd83cbde125f6c681 -SIZE (dnsproxy-1.13.tar.gz) = 101655 +MD5 (dnsproxy-1.15.tar.gz) = 52851b2ebe0ab3fe58158a7a64d98811 +SIZE (dnsproxy-1.15.tar.gz) = 116565 diff -Nru dnsproxy.orig/files/patch-Makefile.in dnsproxy/files/patch-Makefile.in --- dnsproxy.orig/files/patch-Makefile.in Thu Jan 1 03:00:00 1970 +++ dnsproxy/files/patch-Makefile.in Tue Jul 26 16:09:20 2005 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun May 15 21:03:46 2005 ++++ Makefile.in Tue Jul 26 16:09:07 2005 +@@ -8,7 +8,7 @@ + + CC=@CC@ + CPPFLAGS=@CPPFLAGS@ -I. @INCEVENT@ @DEFS@ -DVERSION="\"@PACKAGE_VERSION@\"" +-CFLAGS=@CFLAGS@ ++CFLAGS=@CFLAGS@ ${CPPFLAGS} + ###CFLAGS=@CFLAGS@ $(CPPFLAGS) + INSTALL=@INSTALL@ + LDFLAGS=@LDFLAGS@ diff -Nru dnsproxy.orig/files/patch-libevent-Makefile.in dnsproxy/files/patch-libevent-Makefile.in --- dnsproxy.orig/files/patch-libevent-Makefile.in Thu Jan 1 03:00:00 1970 +++ dnsproxy/files/patch-libevent-Makefile.in Tue Jul 26 16:11:09 2005 @@ -0,0 +1,11 @@ +--- libevent/Makefile.in.orig Sun May 15 21:03:49 2005 ++++ libevent/Makefile.in Tue Jul 26 16:10:33 2005 +@@ -8,7 +8,7 @@ + + CC=@CC@ + CPPFLAGS=@CPPFLAGS@ @DEFS@ -I. -Icompat -DVERSION=\"@PACKAGE_VERSION@\" +-CFLAGS=@CFLAGS@ ++CFLAGS=@CFLAGS@ ${CPPFLAGS} + LDFLAGS=@LDFLAGS@ + INSTALL=@INSTALL@ + AR=@AR@ --- dnsproxy.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DxORB-0007TF-3m>