pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/27415: graphics/dcraw out of date, uses INSTALL_DATA for man page



>Number:         27415
>Category:       pkg
>Synopsis:       graphics/dcraw out of date, uses INSTALL_DATA for man page
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 24 12:22:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Greg Troxel
>Release:        NetBSD 2.0_RC4
>Organization:
        Greg Troxel <gdt%ir.bbn.com@localhost>
>Environment:
        
        
System: NetBSD fnord.ir.bbn.com 2.0_RC4 NetBSD 2.0_RC4 (SINEW) #33: Wed Oct 20 
08:09:03 EDT 2004 
root%poblano.ir.bbn.com@localhost:/n0/obj/sinew/gdt/i386/sys/arch/i386/compile/SINEW
 i386
Architecture: i386
Machine: i386
>Description:
graphics/dcraw has 1.208, but 1.212 has been released.
INSTALL_DATA is used for the man page, resulting in possibly different
ownership and mode on some systems.
>How-To-Repeat:
observation
>Fix:
Index: Makefile
===================================================================
RCS file: /NETBSD-CVS/pkgsrc/graphics/dcraw/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile    5 Oct 2004 09:38:53 -0000       1.10
+++ Makefile    24 Oct 2004 12:02:35 -0000
@@ -2,7 +2,7 @@
 #
 
 DISTNAME=      dcraw
-PKGNAME=       dcraw-1.208
+PKGNAME=       dcraw-1.212
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.cybercom.net/~dcoffin/dcraw/
 DISTFILES=     dcraw.c dcraw.1
@@ -24,7 +24,7 @@
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin
-       ${INSTALL_DATA} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1
+       ${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1
 
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /NETBSD-CVS/pkgsrc/graphics/dcraw/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo    5 Oct 2004 09:38:53 -0000       1.7
+++ distinfo    24 Oct 2004 12:02:35 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.7 2004/10/05 09:38:53 seb Exp $
 
-SHA1 (dcraw-1.208/dcraw.c) = 5f3b169a9bbc70f7e6d9267ab622f790cfc35d55
-Size (dcraw-1.208/dcraw.c) = 108927 bytes
-SHA1 (dcraw-1.208/dcraw.1) = e57cd5fab2106c4b266bb061064e00f590c82b21
-Size (dcraw-1.208/dcraw.1) = 3623 bytes
+SHA1 (dcraw-1.212/dcraw.c) = 880019525ff79d58779637267720d1a460a0a921
+Size (dcraw-1.212/dcraw.c) = 109690 bytes
+SHA1 (dcraw-1.212/dcraw.1) = 88d79131acc1334614bba4ffd3226ac32364e8b8
+Size (dcraw-1.212/dcraw.1) = 3838 bytes

>Release-Note:
>Audit-Trail:
>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index