From owner-freebsd-ports Mon Sep 27 11:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B31A314D33 for ; Mon, 27 Sep 1999 11:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA70594; Mon, 27 Sep 1999 11:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from parsons.rh.rit.edu (d116-l055.rh.rit.edu [129.21.116.55]) by hub.freebsd.org (Postfix) with ESMTP id 0D6AA14BF1 for ; Mon, 27 Sep 1999 11:14:02 -0700 (PDT) (envelope-from mfisher@parsons.rh.rit.edu) Received: from mfisher by parsons.rh.rit.edu with local (Exim 2.12 #1) id 11VfHl-0001UV-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 27 Sep 1999 14:14:01 -0400 Message-Id: Date: Mon, 27 Sep 1999 14:14:01 -0400 From: mfisher@csh.rit.edu Reply-To: mfisher@parsons.rh.rit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14000: Update port of PCRE from 2.05 to 2.08 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14000 >Category: ports >Synopsis: Update port of PCRE from 2.05 to 2.08 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 27 11:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Fisher >Release: FreeBSD 3.3-STABLE i386 >Organization: Computer Science House @ RIT >Environment: >Description: The FTP site pointed to by the Makefile does not house the file specified any more; it now holds the file for version 2.08. Also, there are a few punctuation mistakes in pkg/DESCR. >How-To-Repeat: Connect to the FTP site referenced in the Makefile. Change directories to the directory referenced in the Makefile. Perform a list of files in the directory. A ha. The file referenced in the Makefile does not exist there anymore. It has been replaced by a newer version. For problem two, read ports/devel/pcre/pkg/DESCR . >Fix: --- Makefile.orig Mon Sep 27 13:49:52 1999 +++ Makefile Mon Sep 27 13:49:59 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/devel/pcre/Makefile,v 1.3 1999/08/25 05:49:48 obrien Exp $ # -DISTNAME= pcre-2.05 +DISTNAME= pcre-2.08 CATEGORIES= devel MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ --- files/md5.orig Mon Sep 27 13:50:24 1999 +++ files/md5 Mon Sep 27 13:50:51 1999 @@ -1 +1 @@ -MD5 (pcre-2.05.tar.gz) = c503d54443b335eaa4cb62ba477304db +MD5 (pcre-2.08.tar.gz) = c0a0e7605eb1ed1787a0641f4d775e56 --- pkg/DESCR.orig Mon Sep 27 14:13:05 1999 +++ pkg/DESCR Mon Sep 27 14:12:52 1999 @@ -1,6 +1,6 @@ -PCRE is a Perl compatible library of regular expressions. They -are based on a completely seperate code-base from Henry Spencers -originals. It has been designed to make efficient use of memory -for compiled regex's. +PCRE is a Perl-compatible library of regular expressions. +They are based on a completely separate code-base from Henry +Spencer's originals. The library has been designed to make +efficient use of memory for compiled regular expressions. Original Author: Phil Hazel >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message