Index: head/net/miniupnpd/Makefile =================================================================== --- head/net/miniupnpd/Makefile (revision 372171) +++ head/net/miniupnpd/Makefile (revision 372172) @@ -1,50 +1,50 @@ # Created by: Daniel O'Connor # $FreeBSD$ PORTNAME= miniupnpd -PORTVERSION= 1.8.20140523 +PORTVERSION= 1.8.20141022 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ http://miniupnp.free.fr/files/ MAINTAINER= squat@squat.no COMMENT= UPnP IGD implementation which uses pf/ipf SUB_FILES= miniupnpd.conf.sample SUB_LIST= UUID=${UUID} UUID!= uuidgen PLIST_FILES= etc/miniupnpd.conf.sample sbin/miniupnpd \ man/man8/miniupnpd.8.gz MAKE_JOBS_UNSAFE=yes USE_RC_SUBR= miniupnpd OPTIONS_DEFINE= PF_ENABLE_FILTER_RULES CHECK_PORTINUSE IPV6 UPNP_IGDV2 UPNP_STRICT LEASEFILE PF_ENABLE_FILTER_RULES_DESC= Enable pf generation of filter rules CHECK_PORTINUSE_DESC= Check if ports are in use IPV6_DESC= Enable IPv6 UPNP_IGDV2_DESC= Build an IGDv2 instead of an IGDv1 UPNP_STRICT_DESC= Be more strict regarding compliance with UPnP specifications LEASEFILE_DESC= Enable lease file PF_ENABLE_FILTER_RULES_EXTRA_PATCHES= ${PATCHDIR}/pf_enable_filter_rules.patch CHECK_PORTINUSE_EXTRA_PATCHES= ${PATCHDIR}/enable_check_portinuse.patch IPV6_EXTRA_PATCHES= ${PATCHDIR}/enable_ipv6.patch UPNP_IGDV2_EXTRA_PATCHES= ${PATCHDIR}/enable_igdv2.patch UPNP_STRICT_EXTRA_PATCHES= ${PATCHDIR}/enable_upnp_strict.patch LEASEFILE_EXTRA_PATCHES= ${PATCHDIR}/enable_leasefile.patch post-patch: @${REINPLACE_CMD} 's|CFLAGS ?= -pipe -Os|CFLAGS ?= -pipe|' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/miniupnpd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKDIR}/miniupnpd.conf.sample \ ${STAGEDIR}${PREFIX}/etc/miniupnpd.conf.sample ${INSTALL_MAN} ${WRKSRC}/miniupnpd.8 \ ${STAGEDIR}${MAN8PREFIX}/man/man8/miniupnpd.8 .include Index: head/net/miniupnpd/distinfo =================================================================== --- head/net/miniupnpd/distinfo (revision 372171) +++ head/net/miniupnpd/distinfo (revision 372172) @@ -1,2 +1,2 @@ -SHA256 (miniupnpd-1.8.20140523.tar.gz) = e72cd1e515aa9e6281e519e1814fe74e7689f5da71ce463a996a17e787ffe490 -SIZE (miniupnpd-1.8.20140523.tar.gz) = 190936 +SHA256 (miniupnpd-1.8.20141022.tar.gz) = e6dc0776b2af7adf815a893876617dcdbb569039844719b8d171c9209ab11ecb +SIZE (miniupnpd-1.8.20141022.tar.gz) = 191630 Index: head/net/miniupnpd/files/patch-Makefile =================================================================== --- head/net/miniupnpd/files/patch-Makefile (revision 372171) +++ head/net/miniupnpd/files/patch-Makefile (nonexistent) @@ -1,51 +0,0 @@ ---- Makefile.orig 2014-04-20 09:47:29.000000000 -0700 -+++ Makefile 2014-06-20 22:53:14.863342337 -0700 -@@ -15,7 +15,7 @@ - # $ CONFIG_OPTIONS="--ipv6 --igd2" make - # - --CFLAGS ?= -pipe -Os -+CFLAGS ?= -pipe - #CFLAGS = -pipe -O -g -DDEBUG - #CFLAGS += -ansi - CFLAGS += -Wall -@@ -45,25 +45,36 @@ - .endif - - # better way to find if we are using ipf or pf --.if exists(/etc/rc.subr) && exists(/etc/rc.conf) - .if $(OSNAME) == "FreeBSD" -+.if exists(/etc/rc.subr) && exists(/etc/rc.conf) - FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ -- if checkyesno ipfilter_enable; then \ -+ if checkyesno firewall_enable; then \ -+ echo "ipfw"; elif checkyesno ipfilter_enable; then \ - echo "ipf"; elif checkyesno pf_enable; then \ -- echo "pf"; else echo "ipfw"; fi -+ echo "pf"; else echo "pf"; fi -+.else -+FWNAME = pf -+.endif - .endif - - .if $(OSNAME) == "NetBSD" -+.if exists(/etc/rc.subr) && exists(/etc/rc.conf) - FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ - if checkyesno ipfilter; then \ - echo "ipf"; else echo "pf"; fi -+.else -+FWNAME = pf -+.endif - .endif - - .if $(OSNAME) == "DragonFly" -+.if exists(/etc/rc.subr) && exists(/etc/rc.conf) - FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ - if checkyesno ipfilter; then \ - echo "ipf"; elif checkyesno pf_enable; then \ - echo "pf"; else echo "ipfw"; fi -+.else -+FWNAME = ipfw - .endif - .endif - Property changes on: head/net/miniupnpd/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property