diff options
author | ale <ale@FreeBSD.org> | 2018-05-11 00:19:40 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-05-11 00:19:40 +0800 |
commit | 7f7d80911c5d32f11d71381121efbaa91bd3b783 (patch) | |
tree | bf992ce409b8755bceb7495226699bdd6b3f986c | |
parent | 65bedf7ba17443e870e2424bcad779ae2d7527ad (diff) | |
download | freebsd-ports-gnome-7f7d80911c5d32f11d71381121efbaa91bd3b783.tar.gz freebsd-ports-gnome-7f7d80911c5d32f11d71381121efbaa91bd3b783.tar.zst freebsd-ports-gnome-7f7d80911c5d32f11d71381121efbaa91bd3b783.zip |
Update to 2.12.0 release.
-rw-r--r-- | textproc/xerces-j/Makefile | 5 | ||||
-rw-r--r-- | textproc/xerces-j/distinfo | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index de17a121a453..8197a835c219 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xerces-j -PORTVERSION= 2.11.0 +PORTVERSION= 2.12.0 CATEGORIES= textproc java MASTER_SITES= APACHE/xerces/j DISTNAME= Xerces-J-bin.${PORTVERSION} @@ -10,9 +10,12 @@ DISTNAME= Xerces-J-bin.${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= XML parser for Java +LICENSE= APACHE20 + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/xerces-${PORTVERSION:S/./_/g} diff --git a/textproc/xerces-j/distinfo b/textproc/xerces-j/distinfo index 87bb859fb06b..70e1818411e7 100644 --- a/textproc/xerces-j/distinfo +++ b/textproc/xerces-j/distinfo @@ -1,2 +1,3 @@ -SHA256 (Xerces-J-bin.2.11.0.tar.gz) = 69cfcf1a4fa3562417152b0a5c5800d7d2b7dbb6b59fb2d3ce353dac592a443b -SIZE (Xerces-J-bin.2.11.0.tar.gz) = 5195434 +TIMESTAMP = 1525968750 +SHA256 (Xerces-J-bin.2.12.0.tar.gz) = 204dd7feb3da5908ca8bdeb069d80dd051f86a475095bd3b9c508187fcb7a115 +SIZE (Xerces-J-bin.2.12.0.tar.gz) = 5190901 |