svn commit: r378516 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Fri Feb 6 09:37:26 UTC 2015
Author: bapt
Date: Fri Feb 6 09:37:24 2015
New Revision: 378516
URL: https://svnweb.freebsd.org/changeset/ports/378516
QAT: https://qat.redports.org/buildarchive/r378516/
Log:
Add the http and https version of the postgresql CDN
Modified:
head/Mk/bsd.sites.mk
Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk Fri Feb 6 09:34:37 2015 (r378515)
+++ head/Mk/bsd.sites.mk Fri Feb 6 09:37:24 2015 (r378516)
@@ -1000,6 +1000,8 @@ _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^C
#
.if !defined(IGNORE_MASTER_SITE_PGSQL)
MASTER_SITE_PGSQL+= \
+ http://ftp.postgresql.org/pub/%SUBDIR%/ \
+ https://ftp.postgresql.org/pub/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/
.endif
More information about the svn-ports-head
mailing list