pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cdlabelgen Update to 2.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b33d41538ff8
branches:  trunk
changeset: 463204:b33d41538ff8
user:      cube <cube%pkgsrc.org@localhost>
date:      Sat Nov 01 13:18:44 2003 +0000

description:
Update to 2.7.0.

o chmod -> ${CHMOD} in Makefile
o Actually, the PLIST update predates 2.7.0 release. Previous revision of
  PLIST was wrong for the distfile of version 2.6.1. Also, previous
  revision of distinfo had a wrong sum for the distfile since it was
  updated. Bleh.

Change in 2.7.0:

  o DVD case inside inserts are now supported, --create-dvd-inside option

diffstat:

 graphics/cdlabelgen/Makefile |  6 +++---
 graphics/cdlabelgen/PLIST    |  5 ++++-
 graphics/cdlabelgen/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r bbc63f6b6dbe -r b33d41538ff8 graphics/cdlabelgen/Makefile
--- a/graphics/cdlabelgen/Makefile      Sat Nov 01 13:08:56 2003 +0000
+++ b/graphics/cdlabelgen/Makefile      Sat Nov 01 13:18:44 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2003/08/03 20:44:28 jdolecek Exp $
+# $NetBSD: Makefile,v 1.13 2003/11/01 13:18:44 cube Exp $
 
-DISTNAME=      cdlabelgen-2.6.1
+DISTNAME=      cdlabelgen-2.7.0
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.aczone.com/pub/tools/
 EXTRACT_SUFX=  .tgz
@@ -16,6 +16,6 @@
 MAKE_ENV+=     MV="${MV}"
 
 post-extract:
-       cd ${WRKSRC} && chmod go+r *
+       cd ${WRKSRC} && ${CHMOD} go+r *
 
 .include "../../mk/bsd.pkg.mk"
diff -r bbc63f6b6dbe -r b33d41538ff8 graphics/cdlabelgen/PLIST
--- a/graphics/cdlabelgen/PLIST Sat Nov 01 13:08:56 2003 +0000
+++ b/graphics/cdlabelgen/PLIST Sat Nov 01 13:18:44 2003 +0000
@@ -1,13 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2003/03/23 02:02:34 rh Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/11/01 13:18:44 cube Exp $
 bin/cdlabelgen
 man/cat1/cdlabelgen.0
 share/cdlabelgen/cd.eps
 share/cdlabelgen/cdda.eps
 share/cdlabelgen/debian-color.eps
+share/cdlabelgen/divx.eps
 share/cdlabelgen/mp3.eps
 share/cdlabelgen/music1.eps
 share/cdlabelgen/music2.eps
+share/cdlabelgen/ogg.eps
 share/cdlabelgen/penguin.eps
 share/cdlabelgen/recycle.eps
 share/cdlabelgen/template.ps
+share/cdlabelgen/winamp.eps
 @dirrm share/cdlabelgen
diff -r bbc63f6b6dbe -r b33d41538ff8 graphics/cdlabelgen/distinfo
--- a/graphics/cdlabelgen/distinfo      Sat Nov 01 13:08:56 2003 +0000
+++ b/graphics/cdlabelgen/distinfo      Sat Nov 01 13:18:44 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2003/08/04 08:02:55 tron Exp $
+$NetBSD: distinfo,v 1.10 2003/11/01 13:18:44 cube Exp $
 
-SHA1 (cdlabelgen-2.6.1.tgz) = fa4b23e86ef3cf15774d7a67a14da2c19f87a17a
-Size (cdlabelgen-2.6.1.tgz) = 176433 bytes
+SHA1 (cdlabelgen-2.7.0.tgz) = 33fc5723c940bee180e5bbcda9383cf2cd64efa9
+Size (cdlabelgen-2.7.0.tgz) = 177600 bytes
 SHA1 (patch-aa) = 02f497ce19ab5f4839147523d006f4c4346f618a
 SHA1 (patch-ab) = abbf4ed9622cfe013b8d4b7188a01994b937002b



Home | Main Index | Thread Index | Old Index