ports/96360: Update port net/ipa_ipfw to 1.0.1 version

Andrey Simonenko simon at comsys.ntu-kpi.kiev.ua
Thu Apr 27 07:40:19 UTC 2006


The following reply was made to PR ports/96360; it has been noted by GNATS.

From: Andrey Simonenko <simon at comsys.ntu-kpi.kiev.ua>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:  
Subject: Re: ports/96360: Update port net/ipa_ipfw to 1.0.1 version
Date: Thu, 27 Apr 2006 10:33:20 +0300

 Please use the following diff for updating net/ipa_ipfw port:
 
 diff -ruN ipa_ipfw.orig/Makefile ipa_ipfw/Makefile
 --- ipa_ipfw.orig/Makefile	Mon Mar 20 12:23:12 2006
 +++ ipa_ipfw/Makefile	Wed Apr 26 23:52:55 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,15 +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
 -	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_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	Wed Apr 26 23:51:15 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/



More information about the freebsd-ports-bugs mailing list