- Update to 1.0.1

- portlint(1)

PR:		96409
Submitted by:	maintainer
This commit is contained in:
Marcus Alves Grando 2006-04-28 03:08:55 +00:00
parent 5989e6a9a5
commit 0fc166cd4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160626
3 changed files with 13 additions and 13 deletions

View File

@ -6,14 +6,14 @@
#
PORTNAME= ipa_ip6fw
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_ip6fw/
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
COMMENT= IPA accounting module for FreeBSD IPv6 Firewall
NO_PACKAGE= "Needs to be built uniquely for each host"
NO_PACKAGE= Needs to be built uniquely for each host
USE_BZIP2= yes
@ -23,30 +23,30 @@ OPTIONS= PTHREAD "Build pthread safe module" off \
.include <bsd.port.pre.mk>
.ifdef WITH_PTHREAD
.if defined(WITH_PTHREAD)
MAKE_ENV+= WITH_PTHREAD=yes
CFLAGS+= ${PTHREAD_CFLAGS}
.endif
.ifdef WITHOUT_DEBUG_INFO
.if !defined(WITH_DEBUG_INFO)
MAKE_ENV+= DEBUG_FLAGS=""
.endif
BUILD_DEPENDS= ${PREFIX}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
BUILD_DEPENDS+= ${PREFIX}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
PLIST_FILES= lib/ipa_ip6fw.so
MANCOMPRESSED= yes
MAN8= ipa_ip6fw.8
MANLANG= ""
.ifdef WITH_MAN_KOI8_R
.if defined(WITH_MAN_KOI8_R)
MANLANG+= ru.KOI8-R
.endif
do-install:
cd ${WRKSRC} && make install
.ifdef WITH_MAN_KOI8_R
cd ${WRKSRC}/man && make LANG_DIR_SRC=ru.KOI8-R clean all 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>

View File

@ -1,3 +1,3 @@
MD5 (ipa_ip6fw-1.0.tar.bz2) = 77811d19375fbfcd227ede4ca6b07158
SHA256 (ipa_ip6fw-1.0.tar.bz2) = c6fb47c5818d333f284ce85a971da2dd5b6870a0112f402e9085c5c9f4f233c7
SIZE (ipa_ip6fw-1.0.tar.bz2) = 16466
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

View File

@ -9,7 +9,7 @@ Main features:
Firewall rules byte counters;
- It is possible to distinguish IPv6 Firewall rules with the same
numbers;
- IPv6 Firewall rules can be dynamically added to and removed from
- IPv6 Firewall rules can be dynamically added to and deleted from
the system, the module correctly works in such situations.
WWW: http://ipa-system.sourceforge.net/modules/ipa_ip6fw/