Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2003 02:59:38 +0900 (JST)
From:      UMENO Takashi <umeno@rr.iij4u.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47864: Maintainer Update: graphics/zphoto to 0.5
Message-ID:  <200302031759.h13Hxcib007584@belldandy.unnumbered.net>

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

>Number:         47864
>Category:       ports
>Synopsis:       Maintainer Update: graphics/zphoto to 0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 10:00:29 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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