ports/devel/itext/files/patch-ant_site.xml
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

11 lines
383 B
XML

--- ant/site.xml.orig 2009-06-08 00:50:15 UTC
+++ ant/site.xml
@@ -65,7 +65,7 @@
<javadoc
destdir="${itext.docs}"
author="true" maxmemory="128m"
- private="true">
+ private="true" encoding="utf-8">
<packageset dir="${itext.src}/core" defaultexcludes="yes">
<include name="com/lowagie/**" />
</packageset>