mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 2.0.8.
This commit is contained in:
parent
c440df73ab
commit
e74436709a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207482
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= itext
|
||||
PORTVERSION= 2.0.7
|
||||
PORTVERSION= 2.0.8
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (iText-src-2.0.7.tar.gz) = bf26546279f55e11a9aeb17e78180580
|
||||
SHA256 (iText-src-2.0.7.tar.gz) = 6c1a70cce16480a1678c02cfd931b889dff4abf7d4cf1923bed005c50cfced68
|
||||
SIZE (iText-src-2.0.7.tar.gz) = 1118588
|
||||
MD5 (iText-src-2.0.8.tar.gz) = a3901ad59d49e400bef67ba0fc95a860
|
||||
SHA256 (iText-src-2.0.8.tar.gz) = 218329b02607d0d82b60274c368af53fbfe80d590c6ef4e137271a6e9e436937
|
||||
SIZE (iText-src-2.0.8.tar.gz) = 1156727
|
||||
|
@ -1,10 +1,10 @@
|
||||
--- ant/compile.xml.orig Wed Sep 12 22:10:40 2007
|
||||
+++ ant/compile.xml Wed Sep 12 22:11:21 2007
|
||||
@@ -67,6 +67,7 @@
|
||||
--- ant/compile.xml.orig 2008-02-17 18:49:03.000000000 +0100
|
||||
+++ ant/compile.xml 2008-02-17 18:50:44.000000000 +0100
|
||||
@@ -81,6 +81,7 @@
|
||||
<include name="**/*.txt"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
+ <mkdir dir="${itext.lib}"/>
|
||||
<jar jarfile="${itext.jar}" basedir="${itext.bin}" excludes="com/lowagie/examples/**,**/*.cmap,**/*.properties,com/lowagie/text/pdf/fonts/cmaps/**">
|
||||
+ <mkdir dir="${itext.lib}"/>
|
||||
<jar jarfile="${itext.jar}" basedir="${itext.bin}" excludes="com/lowagie/rups/**,com/lowagie/examples/**,**/*.cmap,**/*.properties,com/lowagie/text/pdf/fonts/cmaps/**">
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="com.lowagie.tools.ToolboxAvailable"/>
|
||||
|
Loading…
Reference in New Issue
Block a user