svn commit: r348324 - head/net/miniupnpd

Pawel Pekala pawel at FreeBSD.org
Sat Mar 15 13:38:36 UTC 2014


Author: pawel
Date: Sat Mar 15 13:38:35 2014
New Revision: 348324
URL: http://svnweb.freebsd.org/changeset/ports/348324
QAT: https://qat.redports.org/buildarchive/r348324/

Log:
  - Update to version 1.8.20140310 [1]
  - Use option helper
  
  PR:		ports/187105 [1]
  Submitted by:	maintainer

Modified:
  head/net/miniupnpd/Makefile
  head/net/miniupnpd/distinfo

Modified: head/net/miniupnpd/Makefile
==============================================================================
--- head/net/miniupnpd/Makefile	Sat Mar 15 13:37:33 2014	(r348323)
+++ head/net/miniupnpd/Makefile	Sat Mar 15 13:38:35 2014	(r348324)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	miniupnpd
-PORTVERSION=	1.8
-PORTREVISION=	1
+PORTVERSION=	1.8.20140310
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://miniupnp.tuxfamily.org/files/ \
@@ -26,10 +25,7 @@ USE_RC_SUBR=	miniupnpd
 OPTIONS_DEFINE=	PF_ENABLE_FILTER_RULES
 PF_ENABLE_FILTER_RULES_DESC=	Enable pf generation of filter rules
 
-.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MPF_ENABLE_FILTER_RULES}
-EXTRA_PATCHES=	${PATCHDIR}/pf_enable_filter_rules.patch
-.endif
+PF_ENABLE_FILTER_RULES_EXTRA_PATCHES=	${PATCHDIR}/pf_enable_filter_rules.patch
 
 post-patch-script:
 	@${REINPLACE_CMD} 's|CFLAGS ?= -pipe -Os|CFLAGS ?= -pipe|' \

Modified: head/net/miniupnpd/distinfo
==============================================================================
--- head/net/miniupnpd/distinfo	Sat Mar 15 13:37:33 2014	(r348323)
+++ head/net/miniupnpd/distinfo	Sat Mar 15 13:38:35 2014	(r348324)
@@ -1,2 +1,2 @@
-SHA256 (miniupnpd-1.8.tar.gz) = e453a9225a2883e759d09e15c51bb0265b8a019d1132434131e6929fef0076bb
-SIZE (miniupnpd-1.8.tar.gz) = 146679
+SHA256 (miniupnpd-1.8.20140310.tar.gz) = 733530eee970bfc29f90b0a793612d2c721eb4f19f9c50f6d7677b6e0d59a726
+SIZE (miniupnpd-1.8.20140310.tar.gz) = 176585


More information about the svn-ports-all mailing list