- Update to 1.16
- Removed useless patches PR: ports/143274 Submitted by: Sofian Brabez <sbrabez gmail.com>
This commit is contained in:
parent
d7ec47a0eb
commit
3fa59a7fd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248663
4 changed files with 7 additions and 32 deletions
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (dnsproxy-1.15.tar.gz) = 52851b2ebe0ab3fe58158a7a64d98811
|
||||
SHA256 (dnsproxy-1.15.tar.gz) = c70b83a4183e7b50d19a05282d38167a42fa2dbc66724c079dd89fb235185bd6
|
||||
SIZE (dnsproxy-1.15.tar.gz) = 116565
|
||||
MD5 (dnsproxy-1.16.tar.gz) = 42b3c12a89a35b7ea47593fed55c1e94
|
||||
SHA256 (dnsproxy-1.16.tar.gz) = 5d9df5ce547409a0e33888853f0fbaf7c599311992191c939010d2bc57ed63de
|
||||
SIZE (dnsproxy-1.16.tar.gz) = 47239
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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@
|
|
@ -1,11 +0,0 @@
|
|||
--- 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@
|
Loading…
Reference in a new issue