Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 15:21:50 +0300
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/151001: Update port net/ipa_ip6fw to 1.0.2 version
Message-ID:  <20100927122150.GA15615@pm513-1.comsys.ntu-kpi.kiev.ua>
Resent-Message-ID: <201009271510.o8RFA5H2076710@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151001
>Category:       ports
>Synopsis:       Update port net/ipa_ip6fw 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:   Mon Sep 27 15:10:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Simonenko
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:

Please update port net/ipa_ip6fw to 1.0.2 version (port was tested
on FreeBSD 6.2-STABLE i386).

Changes in port's Makefile:

* MASTER_SITES was changed.

* LICENSE was added.

* USE_LDCONFIG was added, since shared library is installed.

* OPTIONS was removed.

* BUILD_DEPENDS was corrected.

>Description:
>How-To-Repeat:
>Fix:
diff -ruN ipa_ip6fw.orig/Makefile ipa_ip6fw/Makefile
--- ipa_ip6fw.orig/Makefile	2007-12-17 16:29:09.000000000 +0200
+++ ipa_ip6fw/Makefile	2010-09-27 14:51:56.000000000 +0300
@@ -6,20 +6,19 @@
 #
 
 PORTNAME=	ipa_ip6fw
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	net
-MASTER_SITES=	http://ipa-system.sourceforge.net/modules/ipa_ip6fw/
+MASTER_SITES=	SF/ipa-system/modules/ipa_ip6fw
 
 MAINTAINER=	simon@comsys.ntu-kpi.kiev.ua
 COMMENT=	IPA accounting module for FreeBSD IPv6 Firewall
 
+LICENSE=	BSD
+
 NO_PACKAGE=	Needs to be built uniquely for each host
 
 USE_BZIP2=	yes
-
-OPTIONS=	PTHREAD "Build pthread safe module" off \
-		DEBUG_INFO "Produce debugging info" off \
-		MAN_KOI8_R "Install Russian manual pages" off
+USE_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>
 
@@ -27,30 +26,18 @@
 IGNORE=		not supported on your system, as it does not have IPv6 ipfw firewall
 .endif
 
-.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_ip6fw.so
 
 MANCOMPRESSED=	yes
 MAN8=		ipa_ip6fw.8
-MANLANG=	""
-.if defined(WITH_MAN_KOI8_R)
-MANLANG+=	ru.KOI8-R
-.endif
+MANLANG=	"" ru.KOI8-R
 
 do-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	2006-04-28 06:08:55.000000000 +0300
+++ ipa_ip6fw/distinfo	2010-09-26 20:54:51.000000000 +0300
@@ -1,3 +1,3 @@
-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
+MD5 (ipa_ip6fw-1.0.2.tar.bz2) = 28d55c2974c2b37b2ebf6daa32fdcdd9
+SHA256 (ipa_ip6fw-1.0.2.tar.bz2) = 836b15fceb78b418ad3b30dfb9419cc7523d576cc9d854eee73333fb85d2c33a
+SIZE (ipa_ip6fw-1.0.2.tar.bz2) = 16737
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100927122150.GA15615>