From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 14 18:20:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FFBF16A4C0 for ; Tue, 14 Oct 2003 18:20:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF2044008 for ; Tue, 14 Oct 2003 18:20:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9F1KMFY005396 for ; Tue, 14 Oct 2003 18:20:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9F1KM9h005395; Tue, 14 Oct 2003 18:20:22 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 14 Oct 2003 18:20:22 -0700 (PDT) Resent-Message-Id: <200310150120.h9F1KM9h005395@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF15E16A4B3 for ; Tue, 14 Oct 2003 18:19:17 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6615B43F85 for ; Tue, 14 Oct 2003 18:19:15 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd958a8d4.dip.t-dialin.net ([217.88.168.212] helo=fillmore-labs.com ident=ukdh4q52qmdl9hje) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A9aJl-000PMP-FO for FreeBSD-gnats-submit@FreeBSD.org; Wed, 15 Oct 2003 03:19:13 +0200 Message-Id: <3F8CA08F.8010902@fillmore-labs.com> Date: Wed, 15 Oct 2003 03:19:11 +0200 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/58039: [MAINTAINER] port devel/pcre: make fetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 01:20:46 -0000 >Number: 58039 >Category: ports >Synopsis: [MAINTAINER] port devel/pcre: make fetchable >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 14 18:20:22 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 5.1-CURRENT i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 5.1-CURRENT >Description: - add some unofficial mirror sites to make pcre fetchable Philip Hazel : > I did not create the PCRE project on sourceforge. I do not have a > sourceforge account. Somebody else did that. It might be the same guy > who set up www.pcre.org. I'm afraid I just don't have time to maintain > all these things. The FTP site is all I'm prepared to support, I'm > afraid (though I do now make announcements on Freshmeat). >How-To-Repeat: >Fix: --- pcre-4.4.patch begins here --- --- Makefile.orig 25 Sep 2003 21:25:10 -0000 +++ Makefile 15 Oct 2003 01:13:26 -0000 @@ -9,9 +9,10 @@ PORTVERSION= 4.4 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ - http://dl.droso.net/FreeBSD/distfiles/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} + ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ + ftp://ftp.tin.org/pub/libs/%SUBDIR%/ +MASTER_SITE_SUBDIR= \ + ${PORTNAME} MAINTAINER= eikemeier@fillmore-labs.com COMMENT= Perl Compatible Regular Expressions library --- pcre-4.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: