From umeno@belldandy.unnumbered.net  Mon Feb  3 09:59:24 2003
Return-Path: <umeno@belldandy.unnumbered.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 30CC037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Feb 2003 09:59:24 -0800 (PST)
Received: from belldandy.unnumbered.net (gateway.unnumbered.net [210.159.90.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5824C43F79
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Feb 2003 09:59:23 -0800 (PST)
	(envelope-from umeno@belldandy.unnumbered.net)
Received: from belldandy.unnumbered.net (belldandy.unnumbered.net [IPv6:::1])
	by belldandy.unnumbered.net (8.12.6/8.12.6) with ESMTP id h13HxcXW007585
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 4 Feb 2003 02:59:38 +0900 (JST)
	(envelope-from umeno@belldandy.unnumbered.net)
Received: (from umeno@localhost)
	by belldandy.unnumbered.net (8.12.6/8.12.6/Submit) id h13Hxcib007584;
	Tue, 4 Feb 2003 02:59:38 +0900 (JST)
Message-Id: <200302031759.h13Hxcib007584@belldandy.unnumbered.net>
Date: Tue, 4 Feb 2003 02:59:38 +0900 (JST)
From: UMENO Takashi <umeno@rr.iij4u.or.jp>
Reply-To: UMENO Takashi <umeno@rr.iij4u.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer Update: graphics/zphoto to 0.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47864
>Category:       ports
>Synopsis:       Maintainer Update: graphics/zphoto to 0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 10:00:29 PST 2003
>Closed-Date:    Wed Feb 05 21:57:45 PST 2003
>Last-Modified:  Wed Feb 05 21:57:45 PST 2003
>Originator:     UMENO Takashi
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
personal
>Environment:
System: FreeBSD belldandy.unnumbered.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 9 01:26:08 JST 2003 umeno@belldandy.unnumbered.net:/usr/src/sys/compile/SAKUYA16 i386


	
>Description:
- Update to version 0.5
Remove file:
files/patch-templates::all::Makefile.in
files/patch-util.c
files/patch-zphoto.c

Remove directory:
files
>How-To-Repeat:
N/A
>Fix:

diff -urN zphoto.orig/Makefile zphoto/Makefile
--- zphoto.orig/Makefile	Fri Jan 31 09:47:43 2003
+++ zphoto/Makefile	Mon Feb  3 16:15:28 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zphoto
-PORTVERSION=	0.4
+PORTVERSION=	0.5
 CATEGORIES=	graphics www
 MASTER_SITES=	http://namazu.org/~satoru/zphoto/
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -urN zphoto.orig/distinfo zphoto/distinfo
--- zphoto.orig/distinfo	Fri Jan 31 09:47:43 2003
+++ zphoto/distinfo	Mon Feb  3 16:19:07 2003
@@ -1 +1 @@
-MD5 (zphoto-0.4.tar.gz) = 585faf9925ec65c33a599feb014147df
+MD5 (zphoto-0.5.tar.gz) = 8ad7d216d0e4aa0d37546cf2de087ed3
diff -urN zphoto.orig/files/patch-templates::all::Makefile.in zphoto/files/patch-templates::all::Makefile.in
--- zphoto.orig/files/patch-templates::all::Makefile.in	Fri Jan 31 03:10:45 2003
+++ zphoto/files/patch-templates::all::Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- templates/all/Makefile.in.orig	Tue Jan 28 22:56:04 2003
-+++ templates/all/Makefile.in	Fri Jan 31 01:51:27 2003
-@@ -70,7 +70,7 @@
- ZPHOTO_URL = @ZPHOTO_URL@
- 
- templatesdir = $(pkgdatadir)/templates/all
--templates_DATA = zphoto.css
-+templates_DATA = zphoto.css .photo.html
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../../config.h
- CONFIG_CLEAN_FILES = 
diff -urN zphoto.orig/files/patch-util.c zphoto/files/patch-util.c
--- zphoto.orig/files/patch-util.c	Fri Jan 31 03:10:45 2003
+++ zphoto/files/patch-util.c	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- util.c.orig	Tue Jan 28 19:18:20 2003
-+++ util.c	Wed Jan 29 00:55:26 2003
-@@ -57,7 +57,7 @@
-     exit(2);
- }
- 
--extern int vasprintf (char **ptr, const char *fmt, ...);
-+/* extern int vasprintf (char **ptr, const char *fmt, ...); */
- 
- char *
- zphoto_asprintf (const char *fmt, ...)
diff -urN zphoto.orig/files/patch-zphoto.c zphoto/files/patch-zphoto.c
--- zphoto.orig/files/patch-zphoto.c	Fri Jan 31 03:10:45 2003
+++ zphoto/files/patch-zphoto.c	Thu Jan  1 09:00:00 1970
@@ -1,19 +0,0 @@
---- zphoto.c.orig	Tue Jan 28 19:18:20 2003
-+++ zphoto.c	Fri Jan 31 01:34:57 2003
-@@ -248,7 +248,7 @@
-     int width, height;
-     char *photo_width, *photo_height;
- 
--    photo_file_name = basename(options->input_photos[id]);
-+    photo_file_name = zphoto_strdup(basename(options->input_photos[id]));
-     if (id > 0)
-         prev_file_name = 
-             zphoto_modify_suffix(basename(options->input_photos[id - 1]),
-@@ -283,6 +283,7 @@
-     zphoto_create_date_string(date_string, BUFSIZ,
-                               zphoto_get_mtime(options->input_photos[id]));
-     zphoto_template_add_subst(template, "photo_date", date_string);
-+    free(photo_file_name);
-     free(prev_file_name);
-     free(next_file_name);
-     free(photo_width);



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Wed Feb 5 21:57:34 PST 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47864 
>Unformatted:
