pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/jpeginfo - Update HOMEPAGE and MASTER_SITE to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/094afdd43062
branches:  trunk
changeset: 555045:094afdd43062
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Feb 23 23:13:11 2009 +0000

description:
- Update HOMEPAGE and MASTER_SITE to reflect reality
- Drop maintainership
- Add USE_DESTDIR (or however you call it) support

diffstat:

 graphics/jpeginfo/Makefile         |  10 ++++++----
 graphics/jpeginfo/distinfo         |   4 ++--
 graphics/jpeginfo/patches/patch-aa |   8 +++++---
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r 0606ce604bf5 -r 094afdd43062 graphics/jpeginfo/Makefile
--- a/graphics/jpeginfo/Makefile        Mon Feb 23 22:01:11 2009 +0000
+++ b/graphics/jpeginfo/Makefile        Mon Feb 23 23:13:11 2009 +0000
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:05 tv Exp $
+# $NetBSD: Makefile,v 1.4 2009/02/23 23:13:11 cube Exp $
 #
 
 DISTNAME=      jpeginfo-1.6.0
 PKGREVISION=   1
 CATEGORIES=    graphics
-MASTER_SITES=  http://www.cc.jyu.fi/~tjko/src/
+MASTER_SITES=  http://www.kokkonen.net/tjko/src/
 
-MAINTAINER=    cube%NetBSD.org@localhost
-HOMEPAGE=      http://www.cc.jyu.fi/~tjko/projects.html
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.kokkonen.net/tjko/projects.html
 COMMENT=       Generates informative listings from JPEG files
 
 GNU_CONFIGURE= YES
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0606ce604bf5 -r 094afdd43062 graphics/jpeginfo/distinfo
--- a/graphics/jpeginfo/distinfo        Mon Feb 23 22:01:11 2009 +0000
+++ b/graphics/jpeginfo/distinfo        Mon Feb 23 23:13:11 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:08 agc Exp $
+$NetBSD: distinfo,v 1.3 2009/02/23 23:13:11 cube Exp $
 
 SHA1 (jpeginfo-1.6.0.tar.gz) = 198814d72020c967272b36c6b64711b66cdf6e01
 RMD160 (jpeginfo-1.6.0.tar.gz) = d33d03e126df90e611533d24d6a3f1fdde945c88
 Size (jpeginfo-1.6.0.tar.gz) = 64772 bytes
-SHA1 (patch-aa) = 8f0aed5432a5f41eaba0090cbee17aeb3b7bc5b2
+SHA1 (patch-aa) = 126062e32e56654e2d5e7577f6ea06d164e24529
diff -r 0606ce604bf5 -r 094afdd43062 graphics/jpeginfo/patches/patch-aa
--- a/graphics/jpeginfo/patches/patch-aa        Mon Feb 23 22:01:11 2009 +0000
+++ b/graphics/jpeginfo/patches/patch-aa        Mon Feb 23 23:13:11 2009 +0000
@@ -1,13 +1,15 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/03 21:51:54 cube Exp $
+$NetBSD: patch-aa,v 1.2 2009/02/23 23:13:12 cube Exp $
 
---- Makefile.in.orig   2002-12-07 23:13:21.000000000 +0100
+--- Makefile.in.orig   2002-12-07 22:13:21.000000000 +0000
 +++ Makefile.in
-@@ -26,7 +26,7 @@ libdir = $(prefix)/lib
+@@ -26,8 +26,9 @@ libdir = $(prefix)/lib
  infodir = $(prefix)/share/info
  
  # Where to put the manual pages.
 -mandir = $(prefix)/share/man
 +mandir = $(prefix)/man
  
++INSTALL_ROOT= $(DESTDIR)
  
  
+ CC        = @CC@ 



Home | Main Index | Thread Index | Old Index