From owner-freebsd-ports Mon Jun 5 01:29:57 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA09538 for ports-outgoing; Mon, 5 Jun 1995 01:29:57 -0700 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA09530 for ; Mon, 5 Jun 1995 01:29:54 -0700 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id CAA14150 for ; Mon, 5 Jun 1995 02:01:43 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id CAA12560 for ports@FreeBSD.ORG; Mon, 5 Jun 1995 02:01:43 +0200 Received: (from roberto@localhost) by keltia.frmug.fr.net (8.7.Beta.2/keltia-uucp-2.1) id CAA15594 for ports@FreeBSD.ORG; Mon, 5 Jun 1995 02:00:49 +0200 (MET DST) From: Ollivier Robert Message-Id: <199506050000.CAA15594@keltia.frmug.fr.net> Subject: Update for bison 1.24 To: ports@FreeBSD.org (FreeBSD's ports list) Date: Mon, 5 Jun 1995 02:00:48 +0200 (MET DST) Reply-To: roberto@keltia.freenix.fr (Ollivier Robert) X-Operating-System: FreeBSD 2.0-BUILT-19950604 ctm#747 X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: ports-owner@FreeBSD.org Precedence: bulk Hello Satoshi, Here is a diff for bison's port. It is now at 1.24. Note that the two parsers' files are now in ${PREFIX}/share instead of ${PREFIX}/lib -- which makes sense. It compress the man page too. Index: Makefile =================================================================== RCS file: /spare/FreeBSD-current/ports/devel/bison/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- 1.4 1995/04/11 02:00:28 +++ Makefile 1995/06/04 23:55:21 @@ -1,12 +1,12 @@ # New ports collection makefile for: bison -# Version required: 1.22 +# Version required: 1.24 # Date created: 5 January 1995 # Whom: jmz # # $Id: Makefile,v 1.4 1995/04/11 02:00:28 jmz Exp $ # -DISTNAME= bison-1.22 +DISTNAME= bison-1.24 CATEGORIES+= development programming MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ MAINTAINER= jmz@FreeBSD.org @@ -14,5 +14,8 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} MAKE_FLAGS= CFLAGS=-O2 LDFLAGS=-s -f + +post-install: + gzip -9nf ${PREFIX}/man/man1/bison.1 .include Index: files/md5 =================================================================== RCS file: /spare/FreeBSD-current/ports/devel/bison/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- 1.1.1.1 1995/01/05 19:14:28 +++ md5 1995/06/04 23:56:47 @@ -1 +1 @@ -MD5 (bison-1.22.tar.gz) = 6d7c46888777fa085af58cf23f4b57f6 +MD5 (bison-1.24.tar.gz) = 18f2cc7cbcf16cf145fe0d1224825e13 Index: pkg/PLIST =================================================================== RCS file: /spare/FreeBSD-current/ports/devel/bison/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- 1.1.1.1 1995/01/05 19:14:27 +++ PLIST 1995/06/04 23:56:08 @@ -4,9 +4,9 @@ @mode 755 bin/bison @mode 644 -lib/bison.simple -lib/bison.hairy -man/man1/bison.1 +share/bison.simple +share/bison.hairy +man/man1/bison.1.gz info/bison.info info/bison.info-1 info/bison.info-2 -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia 2.0-BUILT-19950604 #2: Sun Jun 4 13:30:19 MET DST 1995