pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/tiff Rename VERSION to VERSION.txt so that it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20ced4b463d7
branches:  trunk
changeset: 454675:20ced4b463d7
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 14 20:45:03 2021 +0000

description:
Rename VERSION to VERSION.txt so that it does not collide with the C++
version header on case-insensitive filesystems (via MacPorts). No change
intended to installed package.

diffstat:

 graphics/tiff/Makefile |  8 +++++++-
 graphics/tiff/distinfo |  3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 25345616c2a9 -r 20ced4b463d7 graphics/tiff/Makefile
--- a/graphics/tiff/Makefile    Mon Jun 14 18:40:40 2021 +0000
+++ b/graphics/tiff/Makefile    Mon Jun 14 20:45:03 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2021/04/20 13:12:54 gdt Exp $
+# $NetBSD: Makefile,v 1.150 2021/06/14 20:45:03 schmonz Exp $
 
 DISTNAME=      tiff-4.3.0
 CATEGORIES=    graphics
@@ -24,11 +24,17 @@
 
 TEST_TARGET=           check
 
+post-extract:
+       cd ${WRKSRC} && \
+       ${MV} -f VERSION VERSION.txt
+
 post-install:
        cd ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man3 && for file in *.3tiff; do\
                target=`${ECHO} $$file | sed "s/3tiff/3/"`; \
                ${MV} $$file $$target; \
        done
+       cd ${DESTDIR}/${PREFIX}/share/doc/${PKGBASE} && \
+       ${MV} -f VERSION.txt VERSION
 
 .include "options.mk"
 
diff -r 25345616c2a9 -r 20ced4b463d7 graphics/tiff/distinfo
--- a/graphics/tiff/distinfo    Mon Jun 14 18:40:40 2021 +0000
+++ b/graphics/tiff/distinfo    Mon Jun 14 20:45:03 2021 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.97 2021/04/20 13:12:54 gdt Exp $
+$NetBSD: distinfo,v 1.98 2021/06/14 20:45:03 schmonz Exp $
 
 SHA1 (tiff-4.3.0.tar.gz) = c03f6cb05b64ff496b3a5c733a0af6296aead051
 RMD160 (tiff-4.3.0.tar.gz) = 254477d12e79309cb82615eaad9946cc627a58f3
 SHA512 (tiff-4.3.0.tar.gz) = e04a4a6c542e58a174c1e9516af3908acf1d3d3e1096648c5514f4963f73e7af27387a76b0fbabe43cf867a18874088f963796a7cd6e45deb998692e3e235493
 Size (tiff-4.3.0.tar.gz) = 2808254 bytes
+SHA1 (patch-Makefile.in) = de93f4a2cea4bffc117482fdc6875adfb9aa67e0



Home | Main Index | Thread Index | Old Index