diff options
author | ale <ale@FreeBSD.org> | 2010-01-12 17:21:49 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-12 17:21:49 +0800 |
commit | f6a5dd02f0bf053176ee671b37268fb9c97df0d0 (patch) | |
tree | 7ac2eb9564d7a2673950cd292b253a2ba710a2ac /devel/itext/files | |
parent | 3dbe5e8dbe1f32dddaee9ddc6748f3367a86f326 (diff) | |
download | freebsd-ports-gnome-f6a5dd02f0bf053176ee671b37268fb9c97df0d0.tar.gz freebsd-ports-gnome-f6a5dd02f0bf053176ee671b37268fb9c97df0d0.tar.zst freebsd-ports-gnome-f6a5dd02f0bf053176ee671b37268fb9c97df0d0.zip |
Update to the latest and last (sigh) unreleased 4.2.0 version.
Successive versions are API/ABI incompatible and are infected
by a new virus called AGPLv3.
Diffstat (limited to 'devel/itext/files')
-rw-r--r-- | devel/itext/files/patch-ant_.ant.properties | 11 |
1 files changed, 11 insertions, 0 deletions
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 |