diff options
author | krion <krion@FreeBSD.org> | 2005-01-16 10:28:34 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-16 10:28:34 +0000 |
commit | d1137d49b669b2e1480c24b8d7e308931f7a277e (patch) | |
tree | f54f48642a2bb6973dd13d1462538c75a337e3a6 /print | |
parent | 74aaab5172e03221decba12353cab1a1b952cd32 (diff) | |
download | FreeBSD-ports-d1137d49b669b2e1480c24b8d7e308931f7a277e.zip FreeBSD-ports-d1137d49b669b2e1480c24b8d7e308931f7a277e.tar.gz |
Update to version 0.2.5
PR: ports/76285
Submitted by: Ports Fury
Diffstat (limited to 'print')
-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 7f91bce..68c4506 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 d63407c..250a3ad 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 35c92f7..0000000 --- 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.")); |