ports/96409: Update port net/ipa_ip6fw to 1.0.1 version
Andrey Simonenko
simon at comsys.ntu-kpi.kiev.ua
Thu Apr 27 11:00:34 UTC 2006
>Number: 96409
>Category: ports
>Synopsis: Update port net/ipa_ip6fw to 1.0.1 version
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 27 11:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Andrey Simonenko
>Release: FreeBSD 6.1-RC i386
>Organization:
>Environment:
>Description:
Please update port net/ipa_ip6fw to 1.0.1 version, which can be
built on 64bits systems without warnings.
>How-To-Repeat:
>Fix:
diff -ruN ipa_ip6fw.orig/Makefile ipa_ip6fw/Makefile
--- ipa_ip6fw.orig/Makefile Wed Apr 26 23:48:01 2006
+++ ipa_ip6fw/Makefile Wed Apr 26 23:50:14 2006
@@ -6,7 +6,7 @@
#
PORTNAME= ipa_ip6fw
-PORTVERSION= 1.0
+PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_ip6fw/
@@ -23,12 +23,12 @@
.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
@@ -39,14 +39,14 @@
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 -ruN ipa_ip6fw.orig/distinfo ipa_ip6fw/distinfo
--- ipa_ip6fw.orig/distinfo Wed Apr 26 23:48:01 2006
+++ ipa_ip6fw/distinfo Thu Apr 27 09:04:15 2006
@@ -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 -ruN ipa_ip6fw.orig/pkg-descr ipa_ip6fw/pkg-descr
--- ipa_ip6fw.orig/pkg-descr Wed Apr 26 23:48:01 2006
+++ ipa_ip6fw/pkg-descr Wed Apr 26 23:51:01 2006
@@ -9,7 +9,7 @@
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/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list