diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-16 10:28:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-16 10:28:34 +0000 |
commit | 5826b419f1747c8d5e34411c8c27865b6463440a (patch) | |
tree | 43460899ea32c820f220773d082d60688f4a9456 /print/pslib | |
parent | 00b120ce2ca7436a7bf8ead5450342dc73ec2f99 (diff) | |
download | ports-5826b419f1747c8d5e34411c8c27865b6463440a.tar.gz ports-5826b419f1747c8d5e34411c8c27865b6463440a.zip |
Notes
Diffstat (limited to 'print/pslib')
-rw-r--r-- | print/pslib/Makefile | 2 | ||||
-rw-r--r-- | print/pslib/distinfo | 4 | ||||
-rw-r--r-- | print/pslib/files/patch-src::pslib.c | 22 |
3 files changed, 3 insertions, 25 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 7f91bcee7687..68c4506c581b 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pslib -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/print/pslib/distinfo b/print/pslib/distinfo index d63407ca3d38..250a3ad381e7 100644 --- a/print/pslib/distinfo +++ b/print/pslib/distinfo @@ -1,2 +1,2 @@ -MD5 (pslib-0.2.4.tar.gz) = 556d7f1b47bedc7c0d7743e45579265d -SIZE (pslib-0.2.4.tar.gz) = 473706 +MD5 (pslib-0.2.5.tar.gz) = 12cf52461658fe32524975896771b66d +SIZE (pslib-0.2.5.tar.gz) = 477049 diff --git a/print/pslib/files/patch-src::pslib.c b/print/pslib/files/patch-src::pslib.c deleted file mode 100644 index 35c92f767133..000000000000 --- a/print/pslib/files/patch-src::pslib.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/pslib.c.orig Tue Jul 20 20:54:56 2004 -+++ src/pslib.c Mon Nov 1 22:38:48 2004 -@@ -4557,8 +4557,8 @@ - PS_begin_template(PSDoc *psdoc, float width, float height) { - PSImage *pstemplate; - char buffer[20]; -- buffer[0] = '\0'; - int templateid; -+ buffer[0] = '\0'; - - if(NULL == psdoc) { - ps_error(psdoc, PS_RuntimeError, _("PSDoc is null.")); -@@ -4729,8 +4729,8 @@ - PSPattern *pspattern; - char buffer[20]; - int patternid; -- buffer[0] = '\0'; - PSShading *psshading; -+ buffer[0] = '\0'; - - if(NULL == psdoc) { - ps_error(psdoc, PS_RuntimeError, _("PSDoc is null.")); |