From 5826b419f1747c8d5e34411c8c27865b6463440a Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 16 Jan 2005 10:28:34 +0000 Subject: Update to version 0.2.5 PR: ports/76285 Submitted by: Ports Fury --- print/pslib/Makefile | 2 +- print/pslib/distinfo | 4 ++-- print/pslib/files/patch-src::pslib.c | 22 ---------------------- 3 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 print/pslib/files/patch-src::pslib.c (limited to 'print/pslib') 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.")); -- cgit v1.2.3