Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142641594
D10977.id28950.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D10977.id28950.diff
View Options
Index: textproc/fop/Makefile
===================================================================
--- textproc/fop/Makefile
+++ textproc/fop/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= fop
-PORTVERSION= 2.1
+PORTVERSION= 2.2
CATEGORIES= textproc java
MASTER_SITES= APACHE/xmlgraphics/fop/source/:fop \
- SF/offo/offo-hyphenation/2.1:hyph
+ SF/offo/offo-hyphenation/${PORTVERSION}:hyph
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
DISTFILES= ${DISTNAME}.tar.gz:fop offo-hyphenation.zip:hyph
EXTRACT_ONLY= ${DISTNAME}.tar.gz
@@ -13,11 +13,15 @@
MAINTAINER= geoff@sea-incorporated.com
COMMENT= Print formatter driven by XSL formatting
+LICENSE= APACHE20
+LICENSE_FILE= ${LEGALDIR}/LICENSE
+
EXTRACT_DEPENDS+= ${UNZIP_CMD}:archivers/unzip
OPTIONS_DEFINE= DOCS
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/fop
+LEGALDIR= ${WRKDIR}/${DISTNAME:S/-src//}
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
PORTDOCS= *
@@ -46,6 +50,6 @@
${LN} -s ${DATADIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_MAN} LICENSE README NOTICE KEYS ${STAGEDIR}${DOCSDIR}
+ cd ${LEGALDIR} && ${INSTALL_MAN} LICENSE README NOTICE KEYS ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Index: textproc/fop/distinfo
===================================================================
--- textproc/fop/distinfo
+++ textproc/fop/distinfo
@@ -1,4 +1,5 @@
-SHA256 (fop-2.1-src.tar.gz) = e5af1d81df8f9fab8aa473e6a1c1407c1bf1c3d327df9b04c3861e8247e8b998
-SIZE (fop-2.1-src.tar.gz) = 23308630
-SHA256 (offo-hyphenation.zip) = a9dd01154c89ed7acf7016a8ac9a1df42a356b4cdcb0f8d5ec36728c5f85127c
-SIZE (offo-hyphenation.zip) = 899466
+TIMESTAMP = 1495846381
+SHA256 (fop-2.2-src.tar.gz) = 5052fef87fc4b888bd49d29bf626255c9d3443b628f21393c11ea121d44a6552
+SIZE (fop-2.2-src.tar.gz) = 25477122
+SHA256 (offo-hyphenation.zip) = df0b863a2ef269ac7defd497f74da54480cd2c03ad665304e7c05334ab3f289f
+SIZE (offo-hyphenation.zip) = 883080
Index: textproc/fop/files/patch-build.xml
===================================================================
--- /dev/null
+++ textproc/fop/files/patch-build.xml
@@ -0,0 +1,20 @@
+--- build.xml.orig 2017-04-03 11:23:57 UTC
++++ build.xml
+@@ -208,7 +208,7 @@ list of possible build targets.
+ <property name="lib.dir" value="${basedir}/lib"/>
+ <property name="user.hyph.dir" value="${basedir}/hyph"/>
+ <property name="unidata.dir" value="${basedir}/UNIDATA"/>
+- <property name="hyph.stacksize" value="512k"/>
++ <property name="hyph.stacksize" value="1024k"/>
+ <property name="test.dir" value="${basedir}/test"/>
+ <property name="test.java.dir" value="${src.dir}/test/java"/>
+ <property name="test.resources.dir" value="${src.dir}/test/resources"/>
+@@ -348,7 +348,7 @@ list of possible build targets.
+ <target name="compile-java" depends="init, codegen">
+ <!-- create directories -->
+ <mkdir dir="${build.classes.dir}"/>
+- <javac destdir="${build.classes.dir}" includeAntRuntime="true">
++ <javac destdir="${build.classes.dir}" includeAntRuntime="true" encoding="utf-8">
+ <src path="${build.gensrc.dir}"/>
+ <src path="${core.src.java.dir}"/>
+ <src path="${events.src.java.dir}"/>
Index: textproc/fop/pkg-plist
===================================================================
--- textproc/fop/pkg-plist
+++ textproc/fop/pkg-plist
@@ -47,6 +47,7 @@
%%DATADIR%%/hyph/kmr.xml
%%DATADIR%%/hyph/kn.xml
%%DATADIR%%/hyph/la.xml
+%%DATADIR%%/hyph/la_CL.xml
%%DATADIR%%/hyph/lt.xml
%%DATADIR%%/hyph/lv.xml
%%DATADIR%%/hyph/ml.xml
@@ -56,6 +57,7 @@
%%DATADIR%%/hyph/nb.xml
%%DATADIR%%/hyph/nl.xml
%%DATADIR%%/hyph/nn.xml
+%%DATADIR%%/hyph/oc.xml
%%DATADIR%%/hyph/or.xml
%%DATADIR%%/hyph/pa.xml
%%DATADIR%%/hyph/pl.xml
@@ -81,14 +83,14 @@
%%DATADIR%%/lib/README.txt
%%DATADIR%%/lib/avalon-framework-api-4.3.1.jar
%%DATADIR%%/lib/avalon-framework-impl-4.3.1.jar
-%%DATADIR%%/lib/batik-all-1.8.jar
+%%DATADIR%%/lib/batik-all-1.9.jar
%%DATADIR%%/lib/commons-io-1.3.1.jar
%%DATADIR%%/lib/commons-logging-1.0.4.jar
-%%DATADIR%%/lib/fontbox-1.8.5.jar
-%%DATADIR%%/lib/serializer-2.7.0.jar
+%%DATADIR%%/lib/fontbox-2.0.4.jar
+%%DATADIR%%/lib/serializer-2.7.2.jar
%%DATADIR%%/lib/servlet-2.2.jar
%%DATADIR%%/lib/xalan-2.7.2.jar
%%DATADIR%%/lib/xercesImpl-2.9.1.jar
%%DATADIR%%/lib/xml-apis-1.3.04.jar
%%DATADIR%%/lib/xml-apis-ext-1.3.04.jar
-%%DATADIR%%/lib/xmlgraphics-commons-2.1.jar
+%%DATADIR%%/lib/xmlgraphics-commons-2.2.jar
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 7:00 PM (17 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27859604
Default Alt Text
D10977.id28950.diff (4 KB)
Attached To
Mode
D10977: textproc/fop: Update to 2.2
Attached
Detach File
Event Timeline
Log In to Comment