View | Details | Raw Unified | Return to bug 177929 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/xmlgraphics-commons/Makefile (-6 / +9 lines)
Lines 2-24 Link Here
2
# $FreeBSD: head/graphics/xmlgraphics-commons/Makefile 308604 2012-12-10 13:18:28Z bapt $
2
# $FreeBSD: head/graphics/xmlgraphics-commons/Makefile 308604 2012-12-10 13:18:28Z bapt $
3
3
4
PORTNAME=	xmlgraphics-commons
4
PORTNAME=	xmlgraphics-commons
5
PORTVERSION=	1.5.r1222519
5
PORTVERSION=	1.5
6
DISTVERSIONSUFFIX=	-src
6
CATEGORIES=	graphics textproc java
7
CATEGORIES=	graphics textproc java
7
MASTER_SITES=	http://www.predatorlabs.net/dl/
8
MASTER_SITES=	APACHE_COMMONS_SOURCE/xmlgraphics
8
EXTRACT_SUFX=	-src.tar.gz
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Several reusable components used by Apache Batik and FOP
11
COMMENT=	Several reusable components used by Apache Batik and FOP
12
12
13
LICENSE=	AL2
14
15
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
16
13
USE_JAVA=	yes
17
USE_JAVA=	yes
14
JAVA_VERSION=	1.6+
18
JAVA_VERSION=	1.6+
15
JAVA_BUILD=	yes
16
JAVA_RUN=	yes
17
USE_ANT=	yes
19
USE_ANT=	yes
18
20
19
PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
21
PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
20
22
21
do-install:
23
do-install:
22
	${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-1.5svn.jar ${JAVAJARDIR}/${PORTNAME}.jar
24
	${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \
25
		${JAVAJARDIR}/${PORTNAME}.jar
23
26
24
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)graphics/xmlgraphics-commons/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xmlgraphics-commons-1.5.r1222519-src.tar.gz) = f1c6f398a04d776f4a898dea1256f9a8a5d9a1aa691cc69e9cfa787b2c0599dd
1
SHA256 (xmlgraphics-commons-1.5-src.tar.gz) = f73322f1fafdcf5391d0411a377ac6c566e17536daf64b29f1370d6e718d0867
2
SIZE (xmlgraphics-commons-1.5.r1222519-src.tar.gz) = 904422
2
SIZE (xmlgraphics-commons-1.5-src.tar.gz) = 2597097

Return to bug 177929