www/tomcat7: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: ale (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32422
This commit is contained in:
parent
1d461adffd
commit
001f1d8d6e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ PORTNAME= tomcat
|
|||
PORTVERSION= 7.0.109
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin
|
||||
MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/${PORTNAME}-7/v${PORTVERSION}/bin/
|
||||
PKGNAMESUFFIX= 7
|
||||
DISTNAME= apache-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue