Sun Sep 3 11:19:16 2017 UTC ()
Add archive.apache.org as master site, since the pkgsrc version is outdated.


(wiz)
diff -r1.31 -r1.32 pkgsrc/www/apache-tomcat7/Makefile

cvs diff -r1.31 -r1.32 pkgsrc/www/apache-tomcat7/Makefile (expand / switch to unified diff)

--- pkgsrc/www/apache-tomcat7/Makefile 2017/08/15 01:54:25 1.31
+++ pkgsrc/www/apache-tomcat7/Makefile 2017/09/03 11:19:16 1.32
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.31 2017/08/15 01:54:25 ryoon Exp $ 1# $NetBSD: Makefile,v 1.32 2017/09/03 11:19:16 wiz Exp $
2# 
3 2
4DISTNAME= apache-tomcat-${TOMCAT_VER} 3DISTNAME= apache-tomcat-${TOMCAT_VER}
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_APACHE:=tomcat/tomcat-7/v${TOMCAT_VER}/bin/} 5MASTER_SITES= ${MASTER_SITE_APACHE:=tomcat/tomcat-7/v${TOMCAT_VER}/bin/}
 6MASTER_SITES+= https://archive.apache.org/dist/tomcat/tomcat-7/v${TOMCAT_VER}/bin/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://tomcat.apache.org/ 9HOMEPAGE= http://tomcat.apache.org/
10COMMENT= Implementation of Java Servlet and JavaServer Pages technologies 10COMMENT= Implementation of Java Servlet and JavaServer Pages technologies
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13CONFLICTS+= jakarta-tomcat55-[0-9]* 13CONFLICTS+= jakarta-tomcat55-[0-9]*
14CONFLICTS+= jakarta-tomcat-[0-9]* 14CONFLICTS+= jakarta-tomcat-[0-9]*
15 15
16NO_BUILD= yes 16NO_BUILD= yes
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18USE_JAVA= run 18USE_JAVA= run
19USE_JAVA2= 6 19USE_JAVA2= 6