pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/scons4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  2 08:43:10 UTC 2024

Modified Files:
        pkgsrc/devel/scons4: Makefile distinfo

Log Message:
scons4: update to 4.6.0.post1

This new release removes the pycache files that were accidentally
included in the previous one.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/scons4/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/scons4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/scons4/Makefile
diff -u pkgsrc/devel/scons4/Makefile:1.6 pkgsrc/devel/scons4/Makefile:1.7
--- pkgsrc/devel/scons4/Makefile:1.6    Sat Dec 30 20:01:48 2023
+++ pkgsrc/devel/scons4/Makefile        Tue Jan  2 08:43:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/12/30 20:01:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/02 08:43:10 wiz Exp $
 
-DISTNAME=      SCons-4.6.0
+DISTNAME=      SCons-4.6.0.post1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SCons/}
@@ -31,9 +31,6 @@ SUBST_SED.rflag=      -e 's|-Wl,-rpath=|${COM
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
-post-patch:
-       ${RM} -fr ${WRKSRC}/SCons/Tool/docbook/__pycache__
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} scons scons-${PYVERSSUFFIX}
        cd ${DESTDIR}${PREFIX}/bin && ${MV} scons-configure-cache scons-configure-cache-${PYVERSSUFFIX}

Index: pkgsrc/devel/scons4/distinfo
diff -u pkgsrc/devel/scons4/distinfo:1.2 pkgsrc/devel/scons4/distinfo:1.3
--- pkgsrc/devel/scons4/distinfo:1.2    Sat Dec 30 10:47:36 2023
+++ pkgsrc/devel/scons4/distinfo        Tue Jan  2 08:43:10 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2023/12/30 10:47:36 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/01/02 08:43:10 wiz Exp $
 
-BLAKE2s (SCons-4.6.0.tar.gz) = 8b8ff1a5cd07a012d904f25df23633f0b94b6fd1c0236033148a16553dfbb392
-SHA512 (SCons-4.6.0.tar.gz) = c7dc952117c23ac30b8cf1f70ef0c4ad1c0a86c9865fd255fde1a29ea2fbf9e26573b73430f6adc8c545dab753077f380d29d77ac4eede7fce959c86576d2354
-Size (SCons-4.6.0.tar.gz) = 3230138 bytes
+BLAKE2s (SCons-4.6.0.post1.tar.gz) = af2d1211e1dde6fd02bcabaf775c6c7a7df312bd8241a02c5570333bf11f624f
+SHA512 (SCons-4.6.0.post1.tar.gz) = 1829e5ed0fc7ab4b4d921717e81171c13c2c1f9d77988bc35a3986c6e474664bae5d3b70a2b9758439c992a6b4ad2b507bc37beeb9c14d2654ee9b43171e98af
+Size (SCons-4.6.0.post1.tar.gz) = 3217478 bytes
 SHA1 (patch-SCons_Platform_____init____.py) = 944c044beea35d47f144a6a4ab8fe77e28aaf706



Home | Main Index | Thread Index | Old Index