[29307] trunk/dports/java

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 20 13:17:35 PDT 2007


Revision: 29307
          http://trac.macosforge.org/projects/macports/changeset/29307
Author:   jberry at macports.org
Date:     2007-09-20 13:17:34 -0700 (Thu, 20 Sep 2007)

Log Message:
-----------
Update ex- jakarta-commons projects to reflect their new home as a top-level
commons.apache.org project. Changes in this checkin are to home page, master_sites,
and livecheck only. There are no other substantive changes (such as versions upgrades)
in this checkin.

Modified Paths:
--------------
    trunk/dports/java/commons-beanutils/Portfile
    trunk/dports/java/commons-cli/Portfile
    trunk/dports/java/commons-codec/Portfile
    trunk/dports/java/commons-collections/Portfile
    trunk/dports/java/commons-daemon/Portfile
    trunk/dports/java/commons-dbcp/Portfile
    trunk/dports/java/commons-digester/Portfile
    trunk/dports/java/commons-el/Portfile
    trunk/dports/java/commons-fileupload/Portfile
    trunk/dports/java/commons-httpclient/Portfile
    trunk/dports/java/commons-io/Portfile
    trunk/dports/java/commons-lang/Portfile
    trunk/dports/java/commons-launcher/Portfile
    trunk/dports/java/commons-logging/Portfile
    trunk/dports/java/commons-modeler/Portfile
    trunk/dports/java/commons-pool/Portfile
    trunk/dports/java/commons-validator/Portfile

Modified: trunk/dports/java/commons-beanutils/Portfile
===================================================================
--- trunk/dports/java/commons-beanutils/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-beanutils/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -12,11 +12,11 @@
 description			Jakarta Commons-BeanUtils
 long_description	Commons-BeanUtils provides easy-to-use wrappers around the \
 					Java reflection and introspection APIs.
-homepage			http://jakarta.apache.org/commons/beanutils/
+homepage			http://commons.apache.org/beanutils/
 				
 distfiles			${distname}-src${extract.suffix}
 
-master_sites		apache:jakarta/commons/beanutils/source/
+master_sites		apache:commons/beanutils/source/
 				
 checksums			md5 3fd5cbdf70363b151de5cd538f726e67
 
@@ -46,5 +46,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_beanutils.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-cli/Portfile
===================================================================
--- trunk/dports/java/commons-cli/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-cli/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -15,10 +15,10 @@
 					processing command line interfaces. It was formed by \
 					the merger of ideas and code from three different \
 					libraries - Werken, Avalon and Optz. 
-homepage			http://jakarta.apache.org/commons/cli/
+homepage			http://commons.apache.org/cli/
 				
 distname			cli-${version}-src
-master_sites		apache:jakarta/commons/cli/source/
+master_sites		apache:commons/cli/source/
 checksums			md5 ba34d585046b1f17dacbb13b377f4255
 
 depends_build		port:ant
@@ -44,5 +44,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_cli.cgi
 livecheck.regex "cli-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-codec/Portfile
===================================================================
--- trunk/dports/java/commons-codec/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-codec/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -13,10 +13,10 @@
 description			Jakarta Commons-Codec
 long_description	Commons Codec provides implementations of common encoders and \
 					decoders such as Base64, Hex, various phonetic encodings, and URLs.
-homepage			http://jakarta.apache.org/commons/codec/
+homepage			http://commons.apache.org/codec/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/codec/source/
+master_sites		apache:commons/codec/source/
 checksums			md5 af3c3acf618de6108d65fcdc92b492e1
 
 depends_build		bin:ant:apache-ant
@@ -47,5 +47,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_codec.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-collections/Portfile
===================================================================
--- trunk/dports/java/commons-collections/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-collections/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -12,10 +12,10 @@
 description			Jakarta Commons-Collections
 long_description	Commons-Collections provides a suite of classes that \
 					extend or augment the Java Collections Framework.
-homepage			http://jakarta.apache.org/commons/collections/
+homepage			http://commons.apache.org/collections/
 				
 distfiles			${distname}-src${extract.suffix}
-master_sites		apache:jakarta/commons/collections/source/
+master_sites		apache:commons/collections/source/
 checksums			md5 dbf80727b384bfb9c220d78af30ebc14
 
 worksrcdir			${name}-${version}-src
@@ -42,5 +42,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_collections.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"
\ No newline at end of file

Modified: trunk/dports/java/commons-daemon/Portfile
===================================================================
--- trunk/dports/java/commons-daemon/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-daemon/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -12,10 +12,10 @@
 description			Jakarta Commons-Daemon
 long_description	An alternative invocation mechanism for unix-daemon-like \
 					java code.
-homepage			http://jakarta.apache.org/commons/daemon/
+homepage			http://commons.apache.org/daemon/
 
 distname			daemon-${version}
-master_sites		apache:jakarta/commons/daemon/source/
+master_sites		apache:commons/daemon/source/
 checksums			md5 df3eb5aafa53ca530843a09d40b8a1c0
 
 patchfiles			patch-native-dso-dyld.c
@@ -49,5 +49,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_daemon.cgi
 livecheck.regex "daemon-(\\d+\\.\\d+(\\.\\d+)?).tar.gz"

Modified: trunk/dports/java/commons-dbcp/Portfile
===================================================================
--- trunk/dports/java/commons-dbcp/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-dbcp/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -11,10 +11,10 @@
 
 description			Jakarta Commons-DBCP
 long_description	Commons-DBCP provides database connection pooling services.
-homepage			http://jakarta.apache.org/commons/dbcp/
+homepage			http://commons.apache.org/dbcp/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/dbcp/source/
+master_sites		apache:commons/dbcp/source/
 checksums			md5 57bad7d2abfaa175c743521caccdbd8f
 
 depends_build		bin:ant:apache-ant
@@ -44,5 +44,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_dbcp.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-digester/Portfile
===================================================================
--- trunk/dports/java/commons-digester/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-digester/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -12,10 +12,10 @@
 description			Jakarta Commons-Digester
 long_description	Commons-Digester is an XML-to-Java-object mapping utility \
 					commonly used for parsing XML configuration files.
-homepage			http://jakarta.apache.org/commons/digester/
+homepage			http://commons.apache.org/digester/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/digester/source/
+master_sites		apache:commons/digester/source/
 checksums			md5 689f41905a68c67f7231f9afbb3e2147
 
 depends_build		bin:ant:apache-ant
@@ -50,5 +50,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_digester.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-el/Portfile
===================================================================
--- trunk/dports/java/commons-el/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-el/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -14,10 +14,10 @@
 long_description	Commons-EL provides an interpreter for the Expression \
 					Language which is  defined by the JavaServer Pages(TM) \
 					specification, version 2.0.
-homepage			http://jakarta.apache.org/commons/el/
+homepage			http://commons.apache.org/el/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/el/source/
+master_sites		apache:commons/el/source/
 checksums			md5 25038283a0b5f638db5e891295d20020
 
 depends_build		bin:ant:apache-ant
@@ -53,5 +53,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_el.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-fileupload/Portfile
===================================================================
--- trunk/dports/java/commons-fileupload/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-fileupload/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -12,10 +12,11 @@
 description			Jakarta Commons-FileUpload
 long_description	FileUpload makes it easy to add robust, high-performance, file \
 					upload  capability to your servlets and web applications.
-homepage			http://jakarta.apache.org/commons/fileupload/
+					
+homepage			http://commons.apache.org/fileupload/
 
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/fileupload/source/
+master_sites		apache:commons/fileupload/source/
 checksums			md5 fabdbef7de172cbcc45b2279a1840090
 
 depends_build		bin:ant:apache-ant
@@ -43,5 +44,5 @@
 
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_fileupload.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"
\ No newline at end of file

Modified: trunk/dports/java/commons-httpclient/Portfile
===================================================================
--- trunk/dports/java/commons-httpclient/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-httpclient/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -12,10 +12,10 @@
 description			Jakarta Commons-HttpClient
 long_description	Commons-HttpClient provides a framework for working with \
 					the client-side  of the HTTP protocol.
-homepage			http://jakarta.apache.org/commons/httpclient/
+homepage			http://commons.apache.org/httpclient/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/httpclient/source/
+master_sites		apache:jakarta/httpcomponents/commons-httpclient-3.x/source/
 checksums			md5 abe79c67448079e0deb6a49530f993e2
 
 depends_build		bin:ant:apache-ant
@@ -48,5 +48,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://jakarta.apache.org/site/downloads/downloads_commons-httpclient-3.x.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-io/Portfile
===================================================================
--- trunk/dports/java/commons-io/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-io/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -12,9 +12,10 @@
 description			Jakarta Commons-IO
 long_description	Commons IO is a library of utilities to assist with developing IO functionality \
 					from Java.
+homepage			http://commons.apache.org/io/
 
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/io/source/
+master_sites		apache:commons/io/source/
 checksums			sha1 b2c7c38b64092d450abfb03a96b340859aa81f77
 
 depends_build		bin:ant:apache-ant
@@ -37,5 +38,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_io.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"
\ No newline at end of file

Modified: trunk/dports/java/commons-lang/Portfile
===================================================================
--- trunk/dports/java/commons-lang/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-lang/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -18,10 +18,10 @@
 					of nested-Exceptions, basic enhancements to java.util.Date and \
 					a series of utlities dedicated to help with building methods, \
 					such as hashCode, toString and equals.
-homepage			http://jakarta.apache.org/commons/lang/
+homepage			http://commons.apache.org/lang/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/lang/source/
+master_sites		apache:commons/lang/source/
 checksums			md5 2ae988b339daec234019a7066f96733e
 
 depends_build		bin:ant:apache-ant
@@ -48,5 +48,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_lang.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-launcher/Portfile
===================================================================
--- trunk/dports/java/commons-launcher/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-launcher/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -15,10 +15,10 @@
 					need for a batch or shell script to launch a Java class. \
 					The original Java classes come from the Jakarta Tomcat 4.0 \
 					project.
-homepage			http://jakarta.apache.org/commons/launcher/
+homepage			http://commons.apache.org/launcher/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/launcher/source/
+master_sites		apache:commons/launcher/source/
 checksums			md5 99082b05bfc6f5ce452d179ee2871ef9
 
 depends_build		bin:ant:apache-ant
@@ -44,5 +44,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_launcher.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-logging/Portfile
===================================================================
--- trunk/dports/java/commons-logging/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-logging/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -12,10 +12,10 @@
 description			Jakarta Commons-Logging
 long_description	Commons-Logging is a wrapper around a variety of logging \
 					API implementations.
-homepage			http://jakarta.apache.org/commons/logging/
+homepage			http://commons.apache.org/logging/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/logging/source/
+master_sites		apache:commons/logging/source/
 checksums			md5 6e8ec63e4904d3e894081fd60010d876
 
 depends_build		bin:ant:apache-ant
@@ -42,5 +42,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_logging.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-modeler/Portfile
===================================================================
--- trunk/dports/java/commons-modeler/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-modeler/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -13,10 +13,10 @@
 long_description	Commons-Modeler provides mechanisms to create Model MBeans \
 					compatible with the Java Management Extensions (JMX) \
 					specification.
-homepage			http://jakarta.apache.org/commons/modeler/
+homepage			http://commons.apache.org/modeler/
 				
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/modeler/source/
+master_sites		apache:commons/modeler/source/
 checksums			md5 43983c66113ddaa9880e4a7ea7d38db4
 
 depends_build		bin:ant:apache-ant
@@ -47,5 +47,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_modeler.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-pool/Portfile
===================================================================
--- trunk/dports/java/commons-pool/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-pool/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -15,22 +15,22 @@
 				interface, a toolkit for creating modular \
 				object pools and several general purpose \
 				pool implementations.
-homepage			http://jakarta.apache.org/commons/pool/
+homepage		http://commons.apache.org/pool/
 
 distname		${name}-${version}-src
-master_sites		apache:jakarta/commons/pool/source/
+master_sites	apache:commons/pool/source/
 checksums		md5 a2dcdff75de2af76f5f2169494ed3499
 
-depends_build		bin:ant:apache-ant
-depends_lib			bin:java:kaffe \
+depends_build	bin:ant:apache-ant
+depends_lib		bin:java:kaffe \
 				port:junit
 
-use_configure		no
+use_configure	no
 
 worksrcdir		${name}-${version}-src
 
 build.cmd		ant
-build.target		dist
+build.target	dist
 build.args		-Djunit.jar=${prefix}/share/java/junit.jar
 
 destroot	{
@@ -43,5 +43,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_pool.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/commons-validator/Portfile
===================================================================
--- trunk/dports/java/commons-validator/Portfile	2007-09-20 20:12:54 UTC (rev 29306)
+++ trunk/dports/java/commons-validator/Portfile	2007-09-20 20:17:34 UTC (rev 29307)
@@ -16,10 +16,10 @@
 					methods) and validation rules in an xml file. There is \
 					support for internationalization of validation rules and \
 					error messages.
-homepage			http://jakarta.apache.org/commons/validator/
+homepage			http://commons.apache.org/validator/
 
 distname			${name}-${version}-src
-master_sites		apache:jakarta/commons/validator/source/
+master_sites		apache:commons/validator/source/
 checksums			md5 ac5b8d6f67982859fe77225ab7fe6548
 
 depends_build		bin:ant:apache-ant
@@ -53,5 +53,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://jakarta.apache.org/site/downloads/downloads_${name}.cgi
+livecheck.url   http://commons.apache.org/downloads/download_validator.cgi
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070920/34e6a292/attachment.html


More information about the macports-changes mailing list