pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Make a DIST_SUBDIR with datestamp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c91bbdcdf12e
branches:  trunk
changeset: 517271:c91bbdcdf12e
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Aug 07 15:27:49 2006 +0000

description:
Make a DIST_SUBDIR with datestamp to put the modified-checksum distfile in.
Noticed by salo.

Avoided using PKGNAME (with nbX revision) in the dir name, as PKGREVISION
can be bumped for other reasons.)

diffstat:

 graphics/ImageMagick/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5780655700d0 -r c91bbdcdf12e graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common      Mon Aug 07 14:54:53 2006 +0000
+++ b/graphics/ImageMagick/Makefile.common      Mon Aug 07 15:27:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.60 2006/08/07 01:08:04 perry Exp $
+# $NetBSD: Makefile.common,v 1.61 2006/08/07 15:27:49 tv Exp $
 
 ###########################################################################
 #
@@ -9,6 +9,9 @@
 #
 ###########################################################################
 
+# XXX - REMOVE BELOW LINE WHEN UPDATING TO NEW VERSION - XXX
+DIST_SUBDIR=           ${DISTNAME}-20060807
+
 IM_MAJOR_VER=          6.2.8
 IM_MINOR_VER=          8
 IM_MAJOR_LIB_VER=      ${IM_MAJOR_VER}



Home | Main Index | Thread Index | Old Index