Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2005 02:00:19 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76285: Update port: print/pslib to 0.2.5
Message-ID:  <20050116020019.31bc5931.tkato432@yahoo.com>
Resent-Message-ID: <200501151710.j0FHAWA4040160@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         76285
>Category:       ports
>Synopsis:       Update port: print/pslib to 0.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 15 17:10:32 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 0.2.5

Remove file:
files/patch-src::pslib.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/pslib/Makefile print/pslib/Makefile
--- /usr/ports/print/pslib/Makefile	Sat Nov  6 14:10:18 2004
+++ print/pslib/Makefile	Sat Jan 15 13:59:22 2005
@@ -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 -urN /usr/ports/print/pslib/distinfo print/pslib/distinfo
--- /usr/ports/print/pslib/distinfo	Sat Nov  6 14:10:18 2004
+++ print/pslib/distinfo	Sat Jan 15 13:54:56 2005
@@ -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 -urN /usr/ports/print/pslib/files/patch-src::pslib.c print/pslib/files/patch-src::pslib.c
--- /usr/ports/print/pslib/files/patch-src::pslib.c	Fri Nov  5 23:18:26 2004
+++ print/pslib/files/patch-src::pslib.c	Thu Jan  1 09:00:00 1970
@@ -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."));
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050116020019.31bc5931.tkato432>