From owner-freebsd-ports Tue Aug 27 3:30:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5086837B400 for ; Tue, 27 Aug 2002 03:30:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307A943E65 for ; Tue, 27 Aug 2002 03:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7RAU8JU055173 for ; Tue, 27 Aug 2002 03:30:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7RAU8V0055172; Tue, 27 Aug 2002 03:30:08 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B16237B400 for ; Tue, 27 Aug 2002 03:21:18 -0700 (PDT) Received: from outpost.lukarcos.com (outpost.lukarcos.com [195.239.240.132]) by mx1.FreeBSD.org (Postfix) with SMTP id AC95643E77 for ; Tue, 27 Aug 2002 03:21:16 -0700 (PDT) (envelope-from sgk@outpost.globcon.net) Received: (qmail 12205 invoked by uid 911); 27 Aug 2002 10:21:16 -0000 Message-Id: <20020827102116.12204.qmail@outpost.globcon.net> Date: 27 Aug 2002 10:21:16 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: dom@happygiraffe.net X-Send-Pr-Version: 3.113 Subject: ports/42067: Update devel/pcre to 3.9 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: 42067 >Category: ports >Synopsis: Update devel/pcre to 3.9 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 27 03:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: - Update pcre to 3.9 - Temporarily disable USE_BZIP2 due to corrupted distfile on SourceForge mirrors >How-To-Repeat: Patch included. >Fix: --- pcre-3.9-patch begins here --- diff -ruN /usr/ports/devel/pcre/Makefile pcre/Makefile --- /usr/ports/devel/pcre/Makefile Sun Nov 25 04:09:21 2001 +++ pcre/Makefile Tue Aug 27 14:16:10 2002 @@ -6,14 +6,18 @@ # PORTNAME= pcre -PORTVERSION= 3.7 +PORTVERSION= 3.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dom@happygiraffe.net -USE_BZIP2= yes +# Disabled until SourceForge put a proper copy of .tar.bz2 file on its mirrors +# Currently, it is corrupted and does not match the one on the master site: +# ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +# +# USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff -ruN /usr/ports/devel/pcre/distinfo pcre/distinfo --- /usr/ports/devel/pcre/distinfo Sun Nov 25 04:09:21 2001 +++ pcre/distinfo Tue Aug 27 14:11:59 2002 @@ -1 +1 @@ -MD5 (pcre-3.7.tar.bz2) = 90a6efb498fa13e788b2963715bb362a +MD5 (pcre-3.9.tar.gz) = 55d9f1ee68ff335850c0d07a2daf242a --- pcre-3.9-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message