From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 15:10:05 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C824F1065675 for ; Mon, 27 Sep 2010 15:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89BFD8FC18 for ; Mon, 27 Sep 2010 15:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8RFA51e076711 for ; Mon, 27 Sep 2010 15:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8RFA5H2076710; Mon, 27 Sep 2010 15:10:05 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2010 15:10:05 GMT Resent-Message-Id: <201009271510.o8RFA5H2076710@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Simonenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A79C106564A for ; Mon, 27 Sep 2010 15:02:19 +0000 (UTC) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.kpi.ua (comsys.kpi.ua [77.47.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id E406A8FC19 for ; Mon, 27 Sep 2010 15:02:18 +0000 (UTC) Received: from pm513-1.comsys.kpi.ua ([10.18.52.101] helo=pm513-1.comsys.ntu-kpi.kiev.ua) by comsys.kpi.ua with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P0Ci9-00015T-Pb for FreeBSD-gnats-submit@freebsd.org; Mon, 27 Sep 2010 15:21:37 +0300 Received: by pm513-1.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1001) id 9E0AE1CC0B; Mon, 27 Sep 2010 15:21:50 +0300 (EEST) Message-Id: <20100927122150.GA15615@pm513-1.comsys.ntu-kpi.kiev.ua> Date: Mon, 27 Sep 2010 15:21:50 +0300 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/151001: Update port net/ipa_ip6fw to 1.0.2 version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 15:10:06 -0000 >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 @@ -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 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: