mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 1.0.2.
PR: ports/149032 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
This commit is contained in:
parent
395ad740f3
commit
88ed534546
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258498
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user