svn commit: r318222 - head/graphics/xmlgraphics-commons
Martin Wilke
miwi at FreeBSD.org
Wed May 15 08:17:24 UTC 2013
Author: miwi
Date: Wed May 15 08:17:23 2013
New Revision: 318222
URL: http://svnweb.freebsd.org/changeset/ports/318222
Log:
- Update to 1.5
PR: 177929
Submitted by: ports fury
Modified:
head/graphics/xmlgraphics-commons/Makefile (contents, props changed)
head/graphics/xmlgraphics-commons/distinfo (contents, props changed)
Modified: head/graphics/xmlgraphics-commons/Makefile
==============================================================================
--- head/graphics/xmlgraphics-commons/Makefile Wed May 15 08:16:10 2013 (r318221)
+++ head/graphics/xmlgraphics-commons/Makefile Wed May 15 08:17:23 2013 (r318222)
@@ -2,23 +2,26 @@
# $FreeBSD$
PORTNAME= xmlgraphics-commons
-PORTVERSION= 1.5.r1222519
+PORTVERSION= 1.5
+DISTVERSIONSUFFIX= -src
CATEGORIES= graphics textproc java
-MASTER_SITES= http://www.predatorlabs.net/dl/
-EXTRACT_SUFX= -src.tar.gz
+MASTER_SITES= APACHE/xmlgraphics/commons/source
MAINTAINER= ports at FreeBSD.org
COMMENT= Several reusable components used by Apache Batik and FOP
+LICENSE= AL2
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
USE_JAVA= yes
JAVA_VERSION= 1.6+
-JAVA_BUILD= yes
-JAVA_RUN= yes
USE_ANT= yes
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
do-install:
- ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-1.5svn.jar ${JAVAJARDIR}/${PORTNAME}.jar
+ ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \
+ ${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>
Modified: head/graphics/xmlgraphics-commons/distinfo
==============================================================================
--- head/graphics/xmlgraphics-commons/distinfo Wed May 15 08:16:10 2013 (r318221)
+++ head/graphics/xmlgraphics-commons/distinfo Wed May 15 08:17:23 2013 (r318222)
@@ -1,2 +1,2 @@
-SHA256 (xmlgraphics-commons-1.5.r1222519-src.tar.gz) = f1c6f398a04d776f4a898dea1256f9a8a5d9a1aa691cc69e9cfa787b2c0599dd
-SIZE (xmlgraphics-commons-1.5.r1222519-src.tar.gz) = 904422
+SHA256 (xmlgraphics-commons-1.5-src.tar.gz) = f73322f1fafdcf5391d0411a377ac6c566e17536daf64b29f1370d6e718d0867
+SIZE (xmlgraphics-commons-1.5-src.tar.gz) = 2597097
More information about the svn-ports-all
mailing list