svn commit: r386096 - head/Mk
Mathieu Arnold
mat at FreeBSD.org
Mon May 11 18:31:02 UTC 2015
Author: mat
Date: Mon May 11 18:31:01 2015
New Revision: 386096
URL: https://svnweb.freebsd.org/changeset/ports/386096
Log:
Introduce two new magic master sites macros, APACHE_COMMONS_BINARIES and
APACHE_COMMONS_SOURCE.
With hat: portmgr
Sponsored by: Absolight
Modified:
head/Mk/bsd.sites.mk
Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk Mon May 11 18:12:02 2015 (r386095)
+++ head/Mk/bsd.sites.mk Mon May 11 18:31:01 2015 (r386096)
@@ -1338,7 +1338,9 @@ MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \
SF:SOURCEFORGE \
SFJP:SOURCEFORGE_JP \
RG:RUBYGEMS
-MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
+MASTER_SITES_SUBDIRS= APACHE_COMMONS_BINARIES:${PORTNAME:S,commons-,,} \
+ APACHE_COMMONS_SOURCE:${PORTNAME:S,commons-,,} \
+ APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
BERLIOS:${PORTNAME:tl}.berlios \
CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \
DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \
More information about the svn-ports-all
mailing list