From 3fa59a7fd44d9534a91c6398914ec16a9f678e73 Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Wed, 27 Jan 2010 08:44:43 +0000 Subject: - Update to 1.16 - Removed useless patches PR: ports/143274 Submitted by: Sofian Brabez --- dns/dnsproxy/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'dns/dnsproxy/Makefile') diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index 22211e7a7b7d..94292af3bd3d 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -6,30 +6,27 @@ # PORTNAME= dnsproxy -PORTVERSION= 1.15 -PORTREVISION= 2 +PORTVERSION= 1.16 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A proxy for DNS queries +BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.so:${PORTSDIR}/devel/libevent + GNU_CONFIGURE= yes USE_RC_SUBR= dnsproxy MAN1= dnsproxy.1 PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample + SUB_FILES= pkg-message PLIST_DIRS= %%ETCDIR%% .include -pre-configure: -.if ${OSVERSION} > 700007 - ${RM} ${WRKSRC}/libevent/compat/sys/queue.h -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${PREFIX}/sbin @${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${MAN1PREFIX}/man/man1 -- cgit v1.2.3