it seems php have done some cdn shuffling, now the various country.php.net
are a single cdn backed server and issue a redirect to https://www.php.net/. replace MASTER_SITES with the single https://www.php.net/distributions/. this also suggests the mishmash of working and broken backends for www.php.net that resulted in using secure.php.net as the homepage have been cleaned up, so switch that back to https://www.php.net/.
This commit is contained in:
parent
d2250df0c6
commit
dea867ae7b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2019/07/08 16:30:56 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2019/07/10 22:27:31 sthen Exp $
|
||||
|
||||
PORTROACH= limit:^7\.1
|
||||
PV= 7.1
|
||||
V= ${PV}.30
|
||||
REVISION-main= 1
|
||||
REVISION= 2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2019/07/08 16:30:56 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2019/07/10 22:27:31 sthen Exp $
|
||||
|
||||
PORTROACH= limit:^7\.2
|
||||
PV= 7.2
|
||||
V= ${PV}.20
|
||||
REVISION-main= 0
|
||||
REVISION= 1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2019/07/08 16:30:56 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2019/07/10 22:27:31 sthen Exp $
|
||||
|
||||
PORTROACH= limit:^7\.3
|
||||
PV= 7.3
|
||||
V= ${PV}.7
|
||||
REVISION-main= 0
|
||||
REVISION= 1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2019/03/08 02:13:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2019/07/10 22:27:31 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += 7.1
|
||||
#SUBDIR += 7.1
|
||||
SUBDIR += 7.2
|
||||
SUBDIR += 7.3
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.141 2019/07/10 21:01:27 tj Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.142 2019/07/10 22:27:31 sthen Exp $
|
||||
|
||||
BROKEN-hppa= no __sync_bool_compare_and_swap support nor asm fallback
|
||||
|
||||
@ -14,12 +14,9 @@ DISTNAME?= php-${V}
|
||||
CATEGORIES= lang www
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
HOMEPAGE= https://secure.php.net/
|
||||
|
||||
MASTER_SITES= https://se.php.net/distributions/ \
|
||||
https://us.php.net/distributions/ \
|
||||
https://no.php.net/distributions/ \
|
||||
https://uk.php.net/distributions/
|
||||
HOMEPAGE= https://www.php.net/
|
||||
MASTER_SITES= https://www.php.net/distributions/
|
||||
|
||||
# UPGRADERS: please read BOTH the PHP and Zend licenses
|
||||
# and make sure they are safe before an upgrade
|
||||
|
Loading…
x
Reference in New Issue
Block a user