diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-08 21:03:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-08 21:03:53 +0000 |
commit | 619d5c964b07d04ee8b67aaae524a8d3d91b9a7a (patch) | |
tree | cab373e88e7d56d3c5506d352948eebfdb6c57a9 /print/pfaedit | |
parent | 23a1ac49cbb5810644d7c917803c1932b1b81773 (diff) | |
download | ports-619d5c964b07d04ee8b67aaae524a8d3d91b9a7a.tar.gz ports-619d5c964b07d04ee8b67aaae524a8d3d91b9a7a.zip |
Notes
Diffstat (limited to 'print/pfaedit')
-rw-r--r-- | print/pfaedit/Makefile | 2 | ||||
-rw-r--r-- | print/pfaedit/distinfo | 4 | ||||
-rw-r--r-- | print/pfaedit/files/patch-ttf.h | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/print/pfaedit/Makefile b/print/pfaedit/Makefile index 30b2b87ec629..75b55daa122d 100644 --- a/print/pfaedit/Makefile +++ b/print/pfaedit/Makefile @@ -32,7 +32,7 @@ ALL_TARGET= pfaedit MAN1= pfaedit.1 -DIST_VER= 020220 +DIST_VER= 020306 .if !defined(NOPORTDOCS) DOC_VER= 020214 diff --git a/print/pfaedit/distinfo b/print/pfaedit/distinfo index 78f3b9f35943..222b472458d4 100644 --- a/print/pfaedit/distinfo +++ b/print/pfaedit/distinfo @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-020220.tgz) = 2d7056b930e3de3b9163e629a5b0c671 -MD5 (cidmaps.tgz) = 6bc25e216e9fe8b0c3b226cab3886f83 +MD5 (pfaedit_full-020306.tgz) = 6a46ef5c46ca04aa5b7174f2ab0c9983 +MD5 (cidmaps.tgz) = 888b70dd745242ba1f0f39015c3e8c88 MD5 (pfaedit_htdocs-020214.tgz) = 4d05e14c3ad4a25edb3a5da93dcbbf83 diff --git a/print/pfaedit/files/patch-ttf.h b/print/pfaedit/files/patch-ttf.h deleted file mode 100644 index 30bdbadaacb5..000000000000 --- a/print/pfaedit/files/patch-ttf.h +++ /dev/null @@ -1,12 +0,0 @@ ---- pfaedit/ttf.h.orig Thu Dec 20 13:29:41 2001 -+++ pfaedit/ttf.h Thu Dec 20 13:29:58 2001 -@@ -24,7 +24,8 @@ - * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -- -+ -+#include <sys/types.h> - #include "psfont.h" /* for struct fddata */ - - /* Some glyphs have multiple encodings ("A" might be used for Alpha and Cyrillic A) */ |