diff options
author | ale <ale@FreeBSD.org> | 2007-10-28 16:05:21 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-10-28 16:05:21 +0800 |
commit | 154c1c1f8ad70c4ae1232686564cd1e834139fee (patch) | |
tree | 44a5b24576c025cade7a8da36f8fcc4516007cb0 /java/jakarta-commons-httpclient | |
parent | 43a5688c927715ab52c1d07f587f5eb4d1d16b54 (diff) | |
download | freebsd-ports-gnome-154c1c1f8ad70c4ae1232686564cd1e834139fee.tar.gz freebsd-ports-gnome-154c1c1f8ad70c4ae1232686564cd1e834139fee.tar.zst freebsd-ports-gnome-154c1c1f8ad70c4ae1232686564cd1e834139fee.zip |
Update to 3.1 release.
Diffstat (limited to 'java/jakarta-commons-httpclient')
-rw-r--r-- | java/jakarta-commons-httpclient/Makefile | 7 | ||||
-rw-r--r-- | java/jakarta-commons-httpclient/distinfo | 6 | ||||
-rw-r--r-- | java/jakarta-commons-httpclient/files/patch-build.xml | 37 |
3 files changed, 19 insertions, 31 deletions
diff --git a/java/jakarta-commons-httpclient/Makefile b/java/jakarta-commons-httpclient/Makefile index c6f7d49f37b1..074dff99ab82 100644 --- a/java/jakarta-commons-httpclient/Makefile +++ b/java/jakarta-commons-httpclient/Makefile @@ -6,11 +6,10 @@ # PORTNAME= commons-httpclient -DISTVERSION= 3.0.1 -PORTREVISION= 1 +DISTVERSION= 3.1 CATEGORIES= java www MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} -MASTER_SITE_SUBDIR= commons/httpclient/source +MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}-3.x/source PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -32,9 +31,7 @@ ALL_TARGET= dist PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar -.if !defined(NOPORTDOCS) PORTDOCS= LICENSE api -.endif do-install: @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." diff --git a/java/jakarta-commons-httpclient/distinfo b/java/jakarta-commons-httpclient/distinfo index 271c25d0bd2b..a57229df616a 100644 --- a/java/jakarta-commons-httpclient/distinfo +++ b/java/jakarta-commons-httpclient/distinfo @@ -1,3 +1,3 @@ -MD5 (commons-httpclient-3.0.1-src.tar.gz) = abe79c67448079e0deb6a49530f993e2 -SHA256 (commons-httpclient-3.0.1-src.tar.gz) = 6a26b4dfb9bfacf9849793d6edf997079b2230e5523f7aa9274a7d1d2fb1f2a8 -SIZE (commons-httpclient-3.0.1-src.tar.gz) = 1698379 +MD5 (commons-httpclient-3.1-src.tar.gz) = 2c9b0f83ed5890af02c0df1c1776f39b +SHA256 (commons-httpclient-3.1-src.tar.gz) = f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2 +SIZE (commons-httpclient-3.1-src.tar.gz) = 1882664 diff --git a/java/jakarta-commons-httpclient/files/patch-build.xml b/java/jakarta-commons-httpclient/files/patch-build.xml index de7ff4e2bc73..98ba3dfbfef7 100644 --- a/java/jakarta-commons-httpclient/files/patch-build.xml +++ b/java/jakarta-commons-httpclient/files/patch-build.xml @@ -1,27 +1,18 @@ ---- build.xml.orig Sun May 7 16:22:18 2006 -+++ build.xml Sun Jun 17 14:12:16 2007 -@@ -158,10 +158,6 @@ - <copy todir="${dist.home}/src" filtering="on"> - <fileset dir="${source.home}"/> - </copy> -- <mkdir dir="${dist.home}/lib"/> -- <copy todir="${dist.home}/lib"> -- <fileset dir="lib"/> -- </copy> - </target> - - <!-- ========== Targets: "External" Targets: Clean-up ===================== --> -@@ -181,13 +177,6 @@ - description="Compile shareable components"> - <javac srcdir ="${source.home}/java" - destdir ="${build.home}/classes" -- debug ="${compile.debug}" -- deprecation ="${compile.deprecation}" -- optimize ="${compile.optimize}"> -- <classpath refid="compile.classpath"/> -- </javac> +--- build.xml.orig 2007-10-28 09:00:18.000000000 +0100 ++++ build.xml 2007-10-28 09:00:37.000000000 +0100 +@@ -184,13 +184,13 @@ + optimize ="${compile.optimize}"> + <classpath refid="compile.classpath"/> + </javac> - <javac srcdir ="${source.home}/examples" -- destdir ="${build.home}/examples" ++ <!--javac srcdir ="${source.home}/examples" + destdir ="${build.home}/examples" debug ="${compile.debug}" deprecation ="${compile.deprecation}" optimize ="${compile.optimize}"> + <classpath refid="compile.classpath"/> +- </javac> ++ </javac--> + </target> + + <target name="compile.tests" depends="compile" |