diff options
author | araujo <araujo@FreeBSD.org> | 2010-07-30 19:57:17 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2010-07-30 19:57:17 +0800 |
commit | 117c4def538d0bf6048c459e2a3b0085795d75bb (patch) | |
tree | fe4f0e25062e4b27428d8e0ecb5dbea12da191cc /net | |
parent | 5a48c4dc4e28b5777c037b5f4379b4039be80711 (diff) | |
download | freebsd-ports-gnome-117c4def538d0bf6048c459e2a3b0085795d75bb.tar.gz freebsd-ports-gnome-117c4def538d0bf6048c459e2a3b0085795d75bb.tar.zst freebsd-ports-gnome-117c4def538d0bf6048c459e2a3b0085795d75bb.zip |
- Update to 1.0.2.
PR: ports/149032
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/ipa_ipfw/Makefile | 18 | ||||
-rw-r--r-- | net/ipa_ipfw/distinfo | 6 |
2 files changed, 10 insertions, 14 deletions
diff --git a/net/ipa_ipfw/Makefile b/net/ipa_ipfw/Makefile index f81259c80660..d2d59703cc17 100644 --- a/net/ipa_ipfw/Makefile +++ b/net/ipa_ipfw/Makefile @@ -6,34 +6,30 @@ # PORTNAME= ipa_ipfw -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= net -MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_ipfw/ +MASTER_SITES= SF/ipa-system/modules/ipa_ipfw MAINTAINER= simon@comsys.ntu-kpi.kiev.ua COMMENT= IPA accounting module for FreeBSD IP Firewall +LICENSE= BSD + NO_PACKAGE= Needs to be built uniquely for each host USE_BZIP2= yes +USE_LDCONFIG= yes -OPTIONS= PTHREAD "Build pthread safe module" off \ - DEBUG_INFO "Produce debugging info" off \ - IPFW2 "Enable IPFW2 support (on FreeBSD < 5.x)" off \ +OPTIONS= DEBUG_INFO "Produce debugging info" off \ MAN_KOI8_R "Install Russian manual pages" off .include <bsd.port.pre.mk> -.if defined(WITH_PTHREAD) -MAKE_ENV+= WITH_PTHREAD=yes -CFLAGS+= ${PTHREAD_CFLAGS} -.endif - .if !defined(WITH_DEBUG_INFO) MAKE_ENV+= DEBUG_FLAGS="" .endif -BUILD_DEPENDS+= ${PREFIX}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa +BUILD_DEPENDS+= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa PLIST_FILES= lib/ipa_ipfw.so diff --git a/net/ipa_ipfw/distinfo b/net/ipa_ipfw/distinfo index eb1805fe83a8..7e794040dc66 100644 --- a/net/ipa_ipfw/distinfo +++ b/net/ipa_ipfw/distinfo @@ -1,3 +1,3 @@ -MD5 (ipa_ipfw-1.0.1.tar.bz2) = 7a27f0a64068f51f306f0d68f9f00bf5 -SHA256 (ipa_ipfw-1.0.1.tar.bz2) = 9f8fedbe7245976abb7244368963fad6aaafc51e79d01f47a892d00db00bda61 -SIZE (ipa_ipfw-1.0.1.tar.bz2) = 16456 +MD5 (ipa_ipfw-1.0.2.tar.bz2) = 5571cd76f663eefdbc2c419dc0d06ce7 +SHA256 (ipa_ipfw-1.0.2.tar.bz2) = dbdb9a72abd3a4bc9cce2e343f7bc7b688c32ab39ed4d3dc0de47ecbe58d0793 +SIZE (ipa_ipfw-1.0.2.tar.bz2) = 16498 |