Mon Feb 23 23:13:12 2009 UTC ()
- Update HOMEPAGE and MASTER_SITE to reflect reality
- Drop maintainership
- Add USE_DESTDIR (or however you call it) support


(cube)
diff -r1.3 -r1.4 pkgsrc/graphics/jpeginfo/Makefile
diff -r1.2 -r1.3 pkgsrc/graphics/jpeginfo/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/graphics/jpeginfo/patches/patch-aa

cvs diff -r1.3 -r1.4 pkgsrc/graphics/jpeginfo/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/jpeginfo/Makefile 2005/04/11 21:46:05 1.3
+++ pkgsrc/graphics/jpeginfo/Makefile 2009/02/23 23:13:11 1.4
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:05 tv Exp $ 1# $NetBSD: Makefile,v 1.4 2009/02/23 23:13:11 cube Exp $
2# 2#
3 3
4DISTNAME= jpeginfo-1.6.0 4DISTNAME= jpeginfo-1.6.0
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/ 7MASTER_SITES= http://www.kokkonen.net/tjko/src/
8 8
9MAINTAINER= cube@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.cc.jyu.fi/~tjko/projects.html 10HOMEPAGE= http://www.kokkonen.net/tjko/projects.html
11COMMENT= Generates informative listings from JPEG files 11COMMENT= Generates informative listings from JPEG files
12 12
13GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
14 14
 15PKG_DESTDIR_SUPPORT= user-destdir
 16
15.include "../../graphics/jpeg/buildlink3.mk" 17.include "../../graphics/jpeg/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/graphics/jpeginfo/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/jpeginfo/distinfo 2005/02/24 08:45:08 1.2
+++ pkgsrc/graphics/jpeginfo/distinfo 2009/02/23 23:13:11 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2005/02/24 08:45:08 agc Exp $ 1$NetBSD: distinfo,v 1.3 2009/02/23 23:13:11 cube Exp $
2 2
3SHA1 (jpeginfo-1.6.0.tar.gz) = 198814d72020c967272b36c6b64711b66cdf6e01 3SHA1 (jpeginfo-1.6.0.tar.gz) = 198814d72020c967272b36c6b64711b66cdf6e01
4RMD160 (jpeginfo-1.6.0.tar.gz) = d33d03e126df90e611533d24d6a3f1fdde945c88 4RMD160 (jpeginfo-1.6.0.tar.gz) = d33d03e126df90e611533d24d6a3f1fdde945c88
5Size (jpeginfo-1.6.0.tar.gz) = 64772 bytes 5Size (jpeginfo-1.6.0.tar.gz) = 64772 bytes
6SHA1 (patch-aa) = 8f0aed5432a5f41eaba0090cbee17aeb3b7bc5b2 6SHA1 (patch-aa) = 126062e32e56654e2d5e7577f6ea06d164e24529

cvs diff -r1.1.1.1 -r1.2 pkgsrc/graphics/jpeginfo/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/graphics/jpeginfo/patches/patch-aa 2004/02/03 21:51:54 1.1.1.1
+++ pkgsrc/graphics/jpeginfo/patches/patch-aa 2009/02/23 23:13:12 1.2
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-aa,v 1.1.1.1 2004/02/03 21:51:54 cube Exp $ 1$NetBSD: patch-aa,v 1.2 2009/02/23 23:13:12 cube Exp $
2 2
3--- Makefile.in.orig 2002-12-07 23:13:21.000000000 +0100 3--- Makefile.in.orig 2002-12-07 22:13:21.000000000 +0000
4+++ Makefile.in 4+++ Makefile.in
5@@ -26,7 +26,7 @@ libdir = $(prefix)/lib 5@@ -26,8 +26,9 @@ libdir = $(prefix)/lib
6 infodir = $(prefix)/share/info 6 infodir = $(prefix)/share/info
7  7
8 # Where to put the manual pages. 8 # Where to put the manual pages.
9-mandir = $(prefix)/share/man 9-mandir = $(prefix)/share/man
10+mandir = $(prefix)/man 10+mandir = $(prefix)/man
11  11
 12+INSTALL_ROOT= $(DESTDIR)
12  13
13  14
 15 CC = @CC@