Date: Wed, 26 Apr 2006 15:19:01 +0300 From: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96360: Update port net/ipa_ipfw to 1.0.1 version Message-ID: <20060426121901.GA1656@pm513-1.comsys.ntu-kpi.kiev.ua> Resent-Message-ID: <200604261220.k3QCKLpg046486@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96360 >Category: ports >Synopsis: Update port net/ipa_ipfw 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: Wed Apr 26 12:20:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 6.1-RC i386 >Organization: >Environment: >Description: Please update port net/ipa_ipfw to 1.0.1 version, which can be built on 64bits systems without warnings. >How-To-Repeat: >Fix: diff -ruN ipa_ipfw.orig/Makefile ipa_ipfw/Makefile --- ipa_ipfw.orig/Makefile Mon Mar 20 12:23:12 2006 +++ ipa_ipfw/Makefile Tue Apr 25 01:13:51 2006 @@ -6,7 +6,7 @@ # PORTNAME= ipa_ipfw -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_ipfw/ @@ -24,7 +24,7 @@ .include <bsd.port.pre.mk> -.ifdef WITH_PTHREAD +.if defined(WITH_PTHREAD) MAKE_ENV+= WITH_PTHREAD=yes CFLAGS+= ${PTHREAD_CFLAGS} .endif @@ -35,7 +35,7 @@ . endif .endif -.ifdef WITHOUT_DEBUG_INFO +.if !defined(WITH_DEBUG_INFO) MAKE_ENV+= DEBUG_FLAGS="" .endif @@ -46,14 +46,14 @@ MANCOMPRESSED= yes MAN8= ipa_ipfw.8 MANLANG= "" -.ifdef WITH_MAN_KOI8_R +.if defined(WITH_MAN_KOI8_R) MANLANG+= ru.KOI8-R .endif do-install: cd ${WRKSRC} && make install echo ${MANLANG} -.ifdef WITH_MAN_KOI8_R +.if defined(WITH_MAN_KOI8_R) cd ${WRKSRC}/man && make LANG_DIR_SRC=ru.KOI8-R clean all install .endif diff -ruN ipa_ipfw.orig/distinfo ipa_ipfw/distinfo --- ipa_ipfw.orig/distinfo Mon Mar 20 12:23:12 2006 +++ ipa_ipfw/distinfo Wed Apr 26 00:29:40 2006 @@ -1,3 +1,3 @@ -MD5 (ipa_ipfw-1.0.tar.bz2) = 35dc5a261215d361131b2351f68ad2a0 -SHA256 (ipa_ipfw-1.0.tar.bz2) = 1d4e3ff9d4ff2c51d1c651172edb164b9276ae4f1c51939ced55f99acc1cda06 -SIZE (ipa_ipfw-1.0.tar.bz2) = 16290 +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 diff -ruN ipa_ipfw.orig/pkg-descr ipa_ipfw/pkg-descr --- ipa_ipfw.orig/pkg-descr Mon Mar 20 12:23:12 2006 +++ ipa_ipfw/pkg-descr Tue Apr 25 01:12:22 2006 @@ -9,7 +9,7 @@ rules byte counters; - It is possible to distinguish IP Firewall rules with the same numbers; -- IP Firewall rules can be dynamically added to and removed from +- IP 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_ipfw/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060426121901.GA1656>