1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to version 0.2.5

PR:		ports/76285
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2005-01-16 10:28:34 +00:00
parent 00b120ce2c
commit 5826b419f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126568
3 changed files with 3 additions and 25 deletions

View File

@ -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}

View File

@ -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

View File

@ -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."));