update to 2.4.0
This commit is contained in:
parent
70dc3701f7
commit
513c90141b
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2002/10/28 22:43:46 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2003/07/08 04:51:10 kevlo Exp $
|
||||
|
||||
COMMENT= "xml parser for Java"
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
JDK_VERSION= 1.4.1
|
||||
DISTNAME= Xerces-J-bin.2.1.0
|
||||
PKGNAME= xerces-2.1.0
|
||||
JDK_VERSION= 1.3.1
|
||||
DISTNAME= Xerces-J-bin.2.4.0
|
||||
PKGNAME= xerces-2.4.0
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://xml.apache.org/xerces2-j/index.html
|
||||
@ -23,19 +23,19 @@ MASTER_SITES= http://xml.apache.org/dist/xerces-j/
|
||||
TAR?= gtar
|
||||
|
||||
BUILD_DEPENDS= :gtar-*:archivers/gtar
|
||||
RUN_DEPENDS= ::devel/jdk/1.4-linux
|
||||
RUN_DEPENDS= ::devel/jdk/1.3-linux
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/xerces-2_1_0
|
||||
WRKDIST= ${WRKDIR}/xerces-2_4_0
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/java/classes/xerces-2_1_0
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/java/xerces-2_1_0
|
||||
cp ${WRKSRC}/*.jar ${PREFIX}/share/java/classes/xerces-2_1_0
|
||||
cp -R ${WRKSRC}/docs ${PREFIX}/share/java/xerces-2_1_0
|
||||
cp -R ${WRKSRC}/data ${PREFIX}/share/java/xerces-2_1_0
|
||||
cp -R ${WRKSRC}/samples ${PREFIX}/share/java/xerces-2_1_0
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/java/classes/xerces-2_4_0
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/java/xerces-2_4_0
|
||||
cp ${WRKSRC}/*.jar ${PREFIX}/share/java/classes/xerces-2_4_0
|
||||
cp -R ${WRKSRC}/docs ${PREFIX}/share/java/xerces-2_4_0
|
||||
cp -R ${WRKSRC}/data ${PREFIX}/share/java/xerces-2_4_0
|
||||
cp -R ${WRKSRC}/samples ${PREFIX}/share/java/xerces-2_4_0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Xerces-J-bin.2.1.0.tar.gz) = 4d2ef1d8559033c026f0913c8240ec3c
|
||||
RMD160 (Xerces-J-bin.2.1.0.tar.gz) = 5c0744fd00b89d1c186600bc6d2374d2a0f07cb0
|
||||
SHA1 (Xerces-J-bin.2.1.0.tar.gz) = deeaf85ada679df93137456a4ba93433f89800a4
|
||||
MD5 (Xerces-J-bin.2.4.0.tar.gz) = dbde5f657f2af4839269e3c093f360ff
|
||||
RMD160 (Xerces-J-bin.2.4.0.tar.gz) = 304dce9b241cfbfc281c48384e42709682a1e9dc
|
||||
SHA1 (Xerces-J-bin.2.4.0.tar.gz) = 39fed80d09c6bfe1866f744818fd1130a85e286b
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user