diff options
author | novel <novel@FreeBSD.org> | 2005-07-26 21:06:07 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-26 21:06:07 +0800 |
commit | 2c2e6fe22908f3a7080f4cc2ac8ba910f9363b56 (patch) | |
tree | 42860ff75495fc641b19720ef44711b59c9280dc /dns/dnsproxy | |
parent | def1cf9165a6d525e245cb885ab721a40b448c44 (diff) | |
download | freebsd-ports-gnome-2c2e6fe22908f3a7080f4cc2ac8ba910f9363b56.tar.gz freebsd-ports-gnome-2c2e6fe22908f3a7080f4cc2ac8ba910f9363b56.tar.zst freebsd-ports-gnome-2c2e6fe22908f3a7080f4cc2ac8ba910f9363b56.zip |
- Update to 1.15
- Pass maintainership to submitter
PR: 84121
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'dns/dnsproxy')
-rw-r--r-- | dns/dnsproxy/Makefile | 7 | ||||
-rw-r--r-- | dns/dnsproxy/distinfo | 4 | ||||
-rw-r--r-- | dns/dnsproxy/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | dns/dnsproxy/files/patch-libevent-Makefile.in | 11 |
4 files changed, 28 insertions, 5 deletions
diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index 38776eb8f6b5..a281f95cce55 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -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 --git a/dns/dnsproxy/distinfo b/dns/dnsproxy/distinfo index 523d397143dd..309c748e3a5a 100644 --- a/dns/dnsproxy/distinfo +++ b/dns/dnsproxy/distinfo @@ -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 --git a/dns/dnsproxy/files/patch-Makefile.in b/dns/dnsproxy/files/patch-Makefile.in new file mode 100644 index 000000000000..bd4ae7417de5 --- /dev/null +++ b/dns/dnsproxy/files/patch-Makefile.in @@ -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 --git a/dns/dnsproxy/files/patch-libevent-Makefile.in b/dns/dnsproxy/files/patch-libevent-Makefile.in new file mode 100644 index 000000000000..c03d8e39e514 --- /dev/null +++ b/dns/dnsproxy/files/patch-libevent-Makefile.in @@ -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@ |