diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-01-12 09:21:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-01-12 09:21:49 +0000 |
commit | 15401e6291d5a2103018846116fcd9d627b3f1cd (patch) | |
tree | 541f093b53e04c099a9c7690ce5bbaecef19c695 /devel/itext | |
parent | b41e5e6f769b2e95cca9fbf732c2de0bc1f339ed (diff) | |
download | ports-15401e6291d5a2103018846116fcd9d627b3f1cd.tar.gz ports-15401e6291d5a2103018846116fcd9d627b3f1cd.zip |
Notes
Diffstat (limited to 'devel/itext')
-rw-r--r-- | devel/itext/Makefile | 8 | ||||
-rw-r--r-- | devel/itext/distinfo | 6 | ||||
-rw-r--r-- | devel/itext/files/patch-ant_.ant.properties | 11 |
3 files changed, 18 insertions, 7 deletions
diff --git a/devel/itext/Makefile b/devel/itext/Makefile index 8fdd045e6c89..df5776ddf838 100644 --- a/devel/itext/Makefile +++ b/devel/itext/Makefile @@ -7,11 +7,11 @@ # PORTNAME= itext -PORTVERSION= 2.1.7 +PORTVERSION= 4.2.0 PORTEPOCH= 1 CATEGORIES= devel java -MASTER_SITES= SF/${PORTNAME}/iText/iText%20${PORTVERSION} -DISTNAME= iText-src-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ale MAINTAINER= ale@FreeBSD.org COMMENT= A Java-PDF Library @@ -23,7 +23,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:${PORTSDIR}/java/bouncycastle \ ${JAVAJARDIR}/dom4j.jar:${PORTSDIR}/textproc/dom4j \ ${JAVAJARDIR}/pdf-renderer.jar:${PORTSDIR}/print/pdf-renderer -WRKSRC= ${WRKDIR}/src +USE_BZIP2= yes USE_JAVA= yes JAVA_VERSION= 1.4+ USE_ANT= yes diff --git a/devel/itext/distinfo b/devel/itext/distinfo index e8d415fc7ad9..6a679db355fe 100644 --- a/devel/itext/distinfo +++ b/devel/itext/distinfo @@ -1,3 +1,3 @@ -MD5 (iText-src-2.1.7.tar.gz) = 38c3d47e0f0a87a8151b5b2f208b461e -SHA256 (iText-src-2.1.7.tar.gz) = 6da064db2a4f3231d57d018447a8236d476eaceac6eaaeba7bd518d68ee2bfef -SIZE (iText-src-2.1.7.tar.gz) = 1317588 +MD5 (itext-4.2.0.tar.bz2) = 979257a4fd830b34b9887a9b49596109 +SHA256 (itext-4.2.0.tar.bz2) = eae859b03a323bc6a877782f95ea1206048e3303f5ae5968a37ca593d9263ef3 +SIZE (itext-4.2.0.tar.bz2) = 2657355 diff --git a/devel/itext/files/patch-ant_.ant.properties b/devel/itext/files/patch-ant_.ant.properties new file mode 100644 index 000000000000..485a242a2fd7 --- /dev/null +++ b/devel/itext/files/patch-ant_.ant.properties @@ -0,0 +1,11 @@ +--- ant/.ant.properties.orig 2010-01-12 10:03:11.000000000 +0100 ++++ ant/.ant.properties 2010-01-12 10:05:47.000000000 +0100 +@@ -3,7 +3,7 @@ + + itext.home=../.. + +-itext.src=${itext.home}/src ++itext.src=${itext.home}/itext-${releasenumber} + itext.www=${itext.home}/www + itext.build=${itext.home}/build + itext.lib=${itext.home}/lib |