Date: Mon, 12 Apr 2004 11:20:48 +0900 (JST) From: UMENO Takashi <umeno@rr.iij4u.or.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65450: Maintainer Update: graphics/zphoto to 0.9 Message-ID: <200404120220.i3C2KmFN029109@belldandy.unnumbered.net> Resent-Message-ID: <200404120230.i3C2UUES053699@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65450 >Category: ports >Synopsis: Maintainer Update: graphics/zphoto to 0.9 >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: Sun Apr 11 19:30:30 PDT 2004 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.9-STABLE i386 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Mar 31 00:18:05 JST 2004 umeno@belldandy.unnumbered.net:/usr/src/sys/compile/SAKUYA22 i386 >Description: Maintainer Update: graphics/zphoto to 0.9 New file: files/patch-zphoto.c Remove file: files/patch-util.c >How-To-Repeat: N/A >Fix: diff -urN zphoto.orig/Makefile zphoto/Makefile --- zphoto.orig/Makefile Fri Apr 9 13:13:57 2004 +++ zphoto/Makefile Mon Apr 12 09:38:09 2004 @@ -6,8 +6,7 @@ # PORTNAME= zphoto -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= graphics www MASTER_SITES= http://namazu.org/~satoru/zphoto/ MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN zphoto.orig/distinfo zphoto/distinfo --- zphoto.orig/distinfo Mon Apr 5 01:23:56 2004 +++ zphoto/distinfo Mon Apr 12 09:39:14 2004 @@ -1,2 +1,2 @@ -MD5 (zphoto-0.8.tar.gz) = 1d99079cc9eb20b87001f49a238cfa46 -SIZE (zphoto-0.8.tar.gz) = 146648 +MD5 (zphoto-0.9.tar.gz) = 49831fc49878c25397f635458ea45a93 +SIZE (zphoto-0.9.tar.gz) = 150821 diff -urN zphoto.orig/files/patch-util.c zphoto/files/patch-util.c --- zphoto.orig/files/patch-util.c Fri Apr 9 03:28:21 2004 +++ zphoto/files/patch-util.c Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- util.c.orig Sun Apr 4 02:11:57 2004 -+++ util.c Fri Apr 9 00:25:22 2004 -@@ -393,7 +393,6 @@ - int - zphoto_video_file_p (const char *file_name) - { -- return 0; - /* - * Check by its file name only (not its content). - */ diff -urN zphoto.orig/files/patch-zphoto.c zphoto/files/patch-zphoto.c --- zphoto.orig/files/patch-zphoto.c Thu Jan 1 09:00:00 1970 +++ zphoto/files/patch-zphoto.c Mon Apr 12 09:49:10 2004 @@ -0,0 +1,12 @@ +--- zphoto.c.orig Sat Apr 10 18:12:30 2004 ++++ zphoto.c Mon Apr 12 09:48:26 2004 +@@ -1308,8 +1308,8 @@ + fp = zphoto_efopen(file_name, "r"); + + while (fgets(buf, BUFSIZ, fp)) { +- buf[strcspn(buf, "\r\n")] = '\0'; /* chomp */ + char *sep, *file_name, *caption; ++ buf[strcspn(buf, "\r\n")] = '\0'; /* chomp */ + if (buf[0] == '#') + continue; + if ((sep = strchr(buf, '\t'))) { >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404120220.i3C2KmFN029109>