View | Details | Raw Unified | Return to bug 206691
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xalan-j
4
PORTNAME=	xalan-j
5
PORTVERSION=	2.7.1
5
PORTVERSION=	2.7.2
6
CATEGORIES=	textproc java
6
CATEGORIES=	textproc java
7
MASTER_SITES=	APACHE_XML/${PORTNAME}/binaries
7
MASTER_SITES=	${MASTER_SITE_APACHE}
8
MASTER_SITE_SUBDIR=xalan/xalan-j/binaries
8
DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/g}-bin
9
DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/g}-bin
9
10
10
MAINTAINER=	ale@FreeBSD.org
11
MAINTAINER=	ale@FreeBSD.org
Lines 16-22 Link Here
16
17
17
OPTIONS_DEFINE=	DOCS EXAMPLES
18
OPTIONS_DEFINE=	DOCS EXAMPLES
18
19
19
USES=		cpe zip
20
USES=		cpe
20
CPE_PRODUCT=	xalan-java
21
CPE_PRODUCT=	xalan-java
21
CPE_VENDOR=	apache
22
CPE_VENDOR=	apache
22
USE_JAVA=	yes
23
USE_JAVA=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xalan-j_2_7_1-bin.zip) = 725620850d990f23009619471341c2beb2c97065b46321a3b08c0cebb8dffcb1
1
SHA256 (xalan-j_2_7_2-bin.tar.gz) = ce5ab3159f726c9fbe545e219024ee867f705610bb794b453b3a38f928f7e203
2
SIZE (xalan-j_2_7_1-bin.zip) = 17336979
2
SIZE (xalan-j_2_7_2-bin.tar.gz) = 13737560

Return to bug 206691