aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-28 03:08:55 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-28 03:08:55 +0000
commit0fc166cd4d8eee86fdaa6b41a4c11abeb4fde2e7 (patch)
treec5f1707907c7e917c8b570243b295ca4b9b5a304 /net
parent5989e6a9a53a20e8f6cf2f9ba568cac05f305090 (diff)
downloadports-0fc166cd4d8eee86fdaa6b41a4c11abeb4fde2e7.tar.gz
ports-0fc166cd4d8eee86fdaa6b41a4c11abeb4fde2e7.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/ipa_ip6fw/Makefile18
-rw-r--r--net/ipa_ip6fw/distinfo6
-rw-r--r--net/ipa_ip6fw/pkg-descr2
3 files changed, 13 insertions, 13 deletions
diff --git a/net/ipa_ip6fw/Makefile b/net/ipa_ip6fw/Makefile
index a7145852b634..db0685a6d630 100644
--- a/net/ipa_ip6fw/Makefile
+++ b/net/ipa_ip6fw/Makefile
@@ -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>
diff --git a/net/ipa_ip6fw/distinfo b/net/ipa_ip6fw/distinfo
index 70fab5031f47..8d40933cc4a3 100644
--- a/net/ipa_ip6fw/distinfo
+++ b/net/ipa_ip6fw/distinfo
@@ -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
diff --git a/net/ipa_ip6fw/pkg-descr b/net/ipa_ip6fw/pkg-descr
index 16b02d4a04c2..d3d75b6897cf 100644
--- a/net/ipa_ip6fw/pkg-descr
+++ b/net/ipa_ip6fw/pkg-descr
@@ -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/