From owner-freebsd-ports Sun Mar 10 11:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C2A437B419 for ; Sun, 10 Mar 2002 11:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2AJo2a44828; Sun, 10 Mar 2002 11:50:02 -0800 (PST) (envelope-from gnats) Received: from legion.silverbrookresearch.com (CPE-144-137-80-65.nsw.bigpond.net.au [144.137.80.65]) by hub.freebsd.org (Postfix) with ESMTP id 0EBEC37B404 for ; Sun, 10 Mar 2002 11:42:03 -0800 (PST) Received: from bebop.silverbrook.com.au (bebop.silverbrook.com.au [192.168.2.125]) by legion.silverbrookresearch.com (Postfix) with ESMTP id DE23E1050B7 for ; Mon, 11 Mar 2002 06:42:01 +1100 (EST) Received: by bebop.silverbrook.com.au (Postfix, from userid 1000) id A42485B0B; Mon, 11 Mar 2002 06:42:01 +1100 (EST) Message-Id: <20020310194201.A42485B0B@bebop.silverbrook.com.au> Date: Mon, 11 Mar 2002 06:42:01 +1100 (EST) From: Andy Newman Reply-To: Andy Newman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35747: Update ICI port to version 3.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35747 >Category: ports >Synopsis: Update ICI port to version 3.0.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 10 11:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andy Newman >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD juju.bsn 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Fri Nov 16 20:50:22 EST 2001 toor@juju.bsn:/space/obj/usr/src/sys/juju i386 >Description: This patch updates the ICI port to use version 3.0.1, a bug fix release (done quite a while ago), and uses the more recent ports procedures as spec'd in the ports handbook - INSTALL_MAN for docs and PORTDOCS lines in plist. >How-To-Repeat: >Fix: diff -ruN -x CVS /usr/ports/lang/ici/Makefile bsd-port/Makefile --- /usr/ports/lang/ici/Makefile Thu Feb 15 20:55:01 2001 +++ bsd-port/Makefile Mon Mar 11 06:19:21 2002 @@ -1,12 +1,12 @@ # New ports collection makefile for: ici -# Date created: 18 December 1997 +# Date created: 11 March 2002 # Whom: andy # -# $FreeBSD: ports/lang/ici/Makefile,v 1.9 2001/02/14 13:11:57 jeh Exp $ +# $FreeBSD: ports/lang/ici/Makefile,v 1.7 2000/04/16 11:16:50 knu Exp $ # PORTNAME= ici -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= lang MASTER_SITES= http://www.zeta.org.au/~atrn/ici/distfiles/ @@ -16,10 +16,12 @@ MAN1= ici3.1 MANCOMPRESSED= yes -ICIHDRS= alloc.h array.h buf.h catch.h cfunc.h conf-bsd.h exec.h file.h \ - float.h forall.h func.h fwd.h ici.h int.h mark.h mem.h method.h \ - null.h object.h op.h parse.h pc.h primes.h ptr.h re.h set.h skt.h \ - src.h str.h struct.h trace.h win.h wrap.h +USE_BZIP2= yes + +ICIHDRS= alloc.h array.h buf.h catch.h cfunc.h conf-bsd.h exec.h file.h float.h \ + forall.h func.h fwd.h ici.h int.h mark.h mem.h method.h null.h object.h op.h \ + parse.h pc.h primes.h ptr.h re.h set.h skt.h src.h str.h struct.h \ + trace.h win.h wrap.h ICIPCREHDRS= pcre/internal.h pcre/pcre.h @@ -46,7 +48,7 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ici3 .for f in ${ICIDOCS} - ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/ici3 + ${INSTALL_MAN} ${WRKSRC}/$f ${PREFIX}/share/doc/ici3 .endfor .endif diff -ruN -x CVS /usr/ports/lang/ici/distinfo bsd-port/distinfo --- /usr/ports/lang/ici/distinfo Thu Feb 15 20:55:01 2001 +++ bsd-port/distinfo Mon Oct 8 07:35:32 2001 @@ -1 +1 @@ -MD5 (ici-3.0.0.tar.gz) = ddec037a668c25404b280028f84e26ef +MD5 (ici-3.0.1.tar.bz2) = 6750eb9c8efc6a4d11cfb7554df7f10c diff -ruN -x CVS /usr/ports/lang/ici/pkg-comment bsd-port/pkg-comment --- /usr/ports/lang/ici/pkg-comment Thu Feb 15 20:55:01 2001 +++ bsd-port/pkg-comment Mon Mar 11 06:20:31 2002 @@ -1 +1 @@ -An interpretive language with C's overall feel combined with high level data types +An interpretive language with C's overall feel and high level types diff -ruN -x CVS /usr/ports/lang/ici/pkg-plist bsd-port/pkg-plist --- /usr/ports/lang/ici/pkg-plist Thu Feb 15 20:55:01 2001 +++ bsd-port/pkg-plist Mon Mar 11 05:58:21 2002 @@ -39,11 +39,11 @@ lib/ici3/ici3core2.ici lib/ici3/ici3core3.ici lib/libici3.a -share/doc/ici3/ici-a4.ps -share/doc/ici3/ici-ltr.ps -share/doc/ici3/ici.txt -share/doc/ici3/ici.pdf +%%PORTDOCS%%share/doc/ici3/ici-a4.ps +%%PORTDOCS%%share/doc/ici3/ici-ltr.ps +%%PORTDOCS%%share/doc/ici3/ici.txt +%%PORTDOCS%%share/doc/ici3/ici.pdf +%%PORTDOCS%%@dirrm share/doc/ici3 @dirrm include/ici3/pcre @dirrm include/ici3 -@unexec rmdir %D/share/doc/ici3 2>/dev/null || true @unexec rmdir %D/lib/ici3 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message