pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/png put the distfile into a subdir to avoid c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c760a0098486
branches:  trunk
changeset: 522000:c760a0098486
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Nov 30 10:58:17 2006 +0000

description:
put the distfile into a subdir to avoid conflicts with the old version,
from Joerg Sonnenberger

diffstat:

 graphics/png/Makefile |  4 +++-
 graphics/png/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 2eae08a6fc57 -r c760a0098486 graphics/png/Makefile
--- a/graphics/png/Makefile     Thu Nov 30 10:01:29 2006 +0000
+++ b/graphics/png/Makefile     Thu Nov 30 10:58:17 2006 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.85 2006/11/28 21:58:17 drochner Exp $
+# $NetBSD: Makefile,v 1.86 2006/11/30 10:58:17 drochner Exp $
 
 DISTNAME=      libpng-1.2.14
 PKGNAME=       ${DISTNAME:S/lib//}
+# temporary, distfile was changed after release
+DIST_SUBDIR=   libpng-1.2.14-20061130
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
                http://www.libpng.org/pub/png/src/ \
diff -r 2eae08a6fc57 -r c760a0098486 graphics/png/distinfo
--- a/graphics/png/distinfo     Thu Nov 30 10:01:29 2006 +0000
+++ b/graphics/png/distinfo     Thu Nov 30 10:58:17 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2006/11/29 14:23:30 drochner Exp $
+$NetBSD: distinfo,v 1.34 2006/11/30 10:58:18 drochner Exp $
 
-SHA1 (libpng-1.2.14.tar.bz2) = 3cf3efcada7896982b165ea34ed6b399ef7fb4af
-RMD160 (libpng-1.2.14.tar.bz2) = 37c91bc411a8c4bc467bb8b229a4e39bcca4bd8a
-Size (libpng-1.2.14.tar.bz2) = 620379 bytes
+SHA1 (libpng-1.2.14-20061130/libpng-1.2.14.tar.bz2) = 3cf3efcada7896982b165ea34ed6b399ef7fb4af
+RMD160 (libpng-1.2.14-20061130/libpng-1.2.14.tar.bz2) = 37c91bc411a8c4bc467bb8b229a4e39bcca4bd8a
+Size (libpng-1.2.14-20061130/libpng-1.2.14.tar.bz2) = 620379 bytes
 SHA1 (patch-aa) = 4b6437906e6f2f644c731a293859e64f69300bb0
 SHA1 (patch-ab) = 979175c65587686b339a5556e8bcae3be95a07ca
 SHA1 (patch-ae) = b9bf9de3caa32ac78a17685cdd5df5b80d1ccbbf



Home | Main Index | Thread Index | Old Index