attached patch adds sourceforge mirror for devel/pcre, providing some http mirrors. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->bf Over to maintainer (via the GNATS Auto Assign Tool)
Author: bf Date: Wed Jan 16 19:37:20 2013 New Revision: 310518 URL: http://svnweb.freebsd.org/changeset/ports/310518 Log: Add Sourceforge mirrors [1]; remove NOPORTDOCS; trim Makefile header PR: 174426 [1] Submitted by: 4721@hushmail.com [1] Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Wed Jan 16 19:36:26 2013 (r310517) +++ head/devel/pcre/Makefile Wed Jan 16 19:37:20 2013 (r310518) @@ -1,14 +1,11 @@ -# New ports collection makefile for: pcre -# Date created: 08 July 1998 -# Whom: dom -# +# Created by: dom # $FreeBSD$ -# PORTNAME= pcre PORTVERSION= 8.32 CATEGORIES= devel -MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ + ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ ftp://ftp.tin.org/pub/libs/%SUBDIR%/ MASTER_SITE_SUBDIR=${PORTNAME} @@ -158,7 +155,7 @@ MLINKS+= pcre_assign_jit_stack.3 pcre16_ pcre_version.3 pcre16_version.3 \ pcre_version.3 pcre32_version.3 post-patch: -.if defined(NOPORTDOCS) +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ ${WRKSRC}/Makefile.in .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!