mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.5
PR: 177929 Submitted by: ports fury
This commit is contained in:
parent
076a894aad
commit
f9037dac04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318222
2 changed files with 11 additions and 8 deletions
|
@ -2,23 +2,26 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= xmlgraphics-commons
|
PORTNAME= xmlgraphics-commons
|
||||||
PORTVERSION= 1.5.r1222519
|
PORTVERSION= 1.5
|
||||||
|
DISTVERSIONSUFFIX= -src
|
||||||
CATEGORIES= graphics textproc java
|
CATEGORIES= graphics textproc java
|
||||||
MASTER_SITES= http://www.predatorlabs.net/dl/
|
MASTER_SITES= APACHE/xmlgraphics/commons/source
|
||||||
EXTRACT_SUFX= -src.tar.gz
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Several reusable components used by Apache Batik and FOP
|
COMMENT= Several reusable components used by Apache Batik and FOP
|
||||||
|
|
||||||
|
LICENSE= AL2
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
USE_JAVA= yes
|
USE_JAVA= yes
|
||||||
JAVA_VERSION= 1.6+
|
JAVA_VERSION= 1.6+
|
||||||
JAVA_BUILD= yes
|
|
||||||
JAVA_RUN= yes
|
|
||||||
USE_ANT= yes
|
USE_ANT= yes
|
||||||
|
|
||||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||||
|
|
||||||
do-install:
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (xmlgraphics-commons-1.5.r1222519-src.tar.gz) = f1c6f398a04d776f4a898dea1256f9a8a5d9a1aa691cc69e9cfa787b2c0599dd
|
SHA256 (xmlgraphics-commons-1.5-src.tar.gz) = f73322f1fafdcf5391d0411a377ac6c566e17536daf64b29f1370d6e718d0867
|
||||||
SIZE (xmlgraphics-commons-1.5.r1222519-src.tar.gz) = 904422
|
SIZE (xmlgraphics-commons-1.5-src.tar.gz) = 2597097
|
||||||
|
|
Loading…
Add table
Reference in a new issue