ports/149032: Update port net/ipa_ipfw to 1.0.2 version
Andrey Simonenko
simon at comsys.ntu-kpi.kiev.ua
Wed Jul 28 13:10:04 UTC 2010
>Number: 149032
>Category: ports
>Synopsis: Update port net/ipa_ipfw to 1.0.2 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: Wed Jul 28 13:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Andrey Simonenko
>Release: FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
>Description:
Please update port net/ipa_ipfw to 1.0.2 version.
Changes in port's Makefile:
* MASTER_SITES was changed.
* LICENSE was added.
* USE_LDCONFIG was added, since shared library is installed.
* OPTIONS was modified: IPFW2 was used for FreeBSD 4.x, PTHREAD option
is not needed.
* BUILD_DEPENDS was corrected.
>How-To-Repeat:
>Fix:
diff -ruN ipa_ipfw.orig/Makefile ipa_ipfw/Makefile
--- ipa_ipfw.orig/Makefile 2009-01-08 11:23:21.000000000 +0200
+++ ipa_ipfw/Makefile 2010-07-28 14:41:53.000000000 +0300
@@ -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 at 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
diff -ruN ipa_ipfw.orig/distinfo ipa_ipfw/distinfo
--- ipa_ipfw.orig/distinfo 2006-04-28 07:21:46.000000000 +0300
+++ ipa_ipfw/distinfo 2010-07-28 14:42:30.000000000 +0300
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list