K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-10-07T10:37:08.076966Z K 7 svn:log V 677 - Fix not being able to use :DEFAULT group in MASTER_SITES and PATCH_SITES. This is useful to be able to define extra mirrors in PATCH_SITES for a group, while still depending on the master list of PATCH_SITES For example: .if ${PORT_OPTIONS:MX509} PATCH_SITES= http://mirror1/x509-${X509_VERSION}/:x509 PATCHFILES= ${PORTNAME}-6.3p1+x509-${X509_VERSION}.diff.gz:-p1:x509 .endif PATCH_SITES+= http://mirror2/${PORTNAME}/:DEFAULT,x509 This will use mirror1 only for the X509 option and mirror2 for X509. All other patches will use mirror2 but not mirror1. With hat: portmgr PR: ports/52706 Submitted by: Alexey Neyman END