diff options
author | ohauer <ohauer@FreeBSD.org> | 2010-11-01 19:51:51 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2010-11-01 19:51:51 +0800 |
commit | 7a1a7b80fdb4bbe5f6dbdfa0f979025ba847c867 (patch) | |
tree | c55cd349e3649b64e9a9b031ea017984efbac074 /net/ipa_ip6fw | |
parent | b3333ef92c710f95dc5d9a37d39aee3bb7b95e66 (diff) | |
download | freebsd-ports-gnome-7a1a7b80fdb4bbe5f6dbdfa0f979025ba847c867.tar.gz freebsd-ports-gnome-7a1a7b80fdb4bbe5f6dbdfa0f979025ba847c867.tar.zst freebsd-ports-gnome-7a1a7b80fdb4bbe5f6dbdfa0f979025ba847c867.zip |
- maintainer update ipa_ip6fw to version 1.0.2
* update MASTER_SITES to follow SF syntax
* connect to LICENSE framework
* USE_LDCONFIG was added, since shared library is installed
* OPTIONS was removed
* BUILD_DEPENDS was corrected
* additional extend MAKE_ENV so port can be tested with genplist
Build tested on 6.4-RELEASE-p7 amd64
PR: 151001
Submitted by: Andrey Simonenko <simon _at_ comsys.ntu-kpi.kiev.ua> (maintainer)
Approved by: glarkin (mentor, implicit)
Diffstat (limited to 'net/ipa_ip6fw')
-rw-r--r-- | net/ipa_ip6fw/Makefile | 30 | ||||
-rw-r--r-- | net/ipa_ip6fw/distinfo | 5 |
2 files changed, 11 insertions, 24 deletions
diff --git a/net/ipa_ip6fw/Makefile b/net/ipa_ip6fw/Makefile index bd8b03e0e727..ddb75bf8aa5c 100644 --- a/net/ipa_ip6fw/Makefile +++ b/net/ipa_ip6fw/Makefile @@ -6,20 +6,19 @@ # PORTNAME= ipa_ip6fw -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= net -MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_ip6fw/ +MASTER_SITES= SF/ipa-system/modules/ipa_ip6fw MAINTAINER= simon@comsys.ntu-kpi.kiev.ua COMMENT= IPA accounting module for FreeBSD IPv6 Firewall +LICENSE= BSD + NO_PACKAGE= Needs to be built uniquely for each host USE_BZIP2= yes - -OPTIONS= PTHREAD "Build pthread safe module" off \ - DEBUG_INFO "Produce debugging info" off \ - MAN_KOI8_R "Install Russian manual pages" off +USE_LDCONFIG= yes .include <bsd.port.pre.mk> @@ -27,30 +26,19 @@ OPTIONS= PTHREAD "Build pthread safe module" off \ IGNORE= not supported on your system, as it does not have IPv6 ipfw firewall .endif -.if defined(WITH_PTHREAD) -MAKE_ENV+= WITH_PTHREAD=yes -CFLAGS+= ${PTHREAD_CFLAGS} -.endif +LOCALINCLUDE?= ${LOCALBASE}/include +MAKE_ENV+= DEBUG_FLAGS="" PREFIX=${PREFIX} LOCALINCLUDE=${LOCALINCLUDE} -.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_ip6fw.so MANCOMPRESSED= yes MAN8= ipa_ip6fw.8 -MANLANG= "" -.if defined(WITH_MAN_KOI8_R) -MANLANG+= ru.KOI8-R -.endif +MANLANG= "" ru.KOI8-R do-install: cd ${WRKSRC} && ${MAKE} install -.if defined(WITH_MAN_KOI8_R) cd ${WRKSRC}/man && ${MAKE} LANG_DIR_SRC=ru.KOI8-R clean all install -.endif .include <bsd.port.post.mk> diff --git a/net/ipa_ip6fw/distinfo b/net/ipa_ip6fw/distinfo index 8d40933cc4a3..60633905751f 100644 --- a/net/ipa_ip6fw/distinfo +++ b/net/ipa_ip6fw/distinfo @@ -1,3 +1,2 @@ -MD5 (ipa_ip6fw-1.0.1.tar.bz2) = b533ad23aabfff21863c25b66fc8f0b6 -SHA256 (ipa_ip6fw-1.0.1.tar.bz2) = 9759cc1334d51c7457a6c35857ea665ee8b42ee298d7bd527a56d503aa1b1eb8 -SIZE (ipa_ip6fw-1.0.1.tar.bz2) = 16605 +SHA256 (ipa_ip6fw-1.0.2.tar.bz2) = 836b15fceb78b418ad3b30dfb9419cc7523d576cc9d854eee73333fb85d2c33a +SIZE (ipa_ip6fw-1.0.2.tar.bz2) = 16737 |