pkgsrc-WIP-changes archive

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

py-mbake: update to 1.4.4.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Dec 28 22:31:24 2025 +0100
Changeset:	e7fd3e3dd8090383a862e11220d3a9d295b346eb

Modified Files:
	py-mbake/Makefile
	py-mbake/PLIST
	py-mbake/distinfo

Log Message:
py-mbake: update to 1.4.4.

    Update special_target_validation to not require prerequisites for SECONDARY, PRECIOUS, INTERMEDIATE (see #65).
    Normalizes indentation for variable and recipe continuations (see #68).
    Fix duplicate .PHONY declarations (see #70).
    Added group_phony_declarations option (only active when auto_insert_phony_declarations is enabled) (see #70).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7fd3e3dd8090383a862e11220d3a9d295b346eb

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

diffstat:
 py-mbake/Makefile | 6 +++---
 py-mbake/PLIST    | 6 ------
 py-mbake/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-mbake/Makefile b/py-mbake/Makefile
index 99320ab93b..8a8c22c8f6 100644
--- a/py-mbake/Makefile
+++ b/py-mbake/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	mbake-1.4.3
+DISTNAME=	mbake-1.4.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=m/mbake/}
@@ -24,8 +24,8 @@ SUBST_SED.make+=	-e 's,"make","'${GMAKE}'",'
 SUBST_STAGE.make=	pre-build
 SUBST_MESSAGE.make=	Fix to use GNU make.
 
-# as of 1.4.3
-# 2 failed, 170 passed
+# as of 1.4.4
+# 2 failed, 171 passed
 
 .include "../../lang/python/pyversion.mk"
 
diff --git a/py-mbake/PLIST b/py-mbake/PLIST
index 630095326f..356e9bf535 100644
--- a/py-mbake/PLIST
+++ b/py-mbake/PLIST
@@ -62,12 +62,6 @@ ${PYSITELIB}/mbake/core/rules/pattern_spacing.pyo
 ${PYSITELIB}/mbake/core/rules/phony.py
 ${PYSITELIB}/mbake/core/rules/phony.pyc
 ${PYSITELIB}/mbake/core/rules/phony.pyo
-${PYSITELIB}/mbake/core/rules/phony_detection.py
-${PYSITELIB}/mbake/core/rules/phony_detection.pyc
-${PYSITELIB}/mbake/core/rules/phony_detection.pyo
-${PYSITELIB}/mbake/core/rules/phony_insertion.py
-${PYSITELIB}/mbake/core/rules/phony_insertion.pyc
-${PYSITELIB}/mbake/core/rules/phony_insertion.pyo
 ${PYSITELIB}/mbake/core/rules/recipe_validation.py
 ${PYSITELIB}/mbake/core/rules/recipe_validation.pyc
 ${PYSITELIB}/mbake/core/rules/recipe_validation.pyo
diff --git a/py-mbake/distinfo b/py-mbake/distinfo
index 65023a831d..6aa164389a 100644
--- a/py-mbake/distinfo
+++ b/py-mbake/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (mbake-1.4.3.tar.gz) = 8ec39ad7f65a8f5c59c9e44ccb788e9c7a7688b01b8ddffc18c93c9d3309496e
-SHA512 (mbake-1.4.3.tar.gz) = 2dce523af621241cac4d68b6a77bd809c9568e47e65e1bdb7609984d5f7b2b78ef0723258e7baea6f80a94e1c5a688d6d0a418f093251cab820594d376cecc3b
-Size (mbake-1.4.3.tar.gz) = 3001136 bytes
+BLAKE2s (mbake-1.4.4.tar.gz) = 683dbcdace5350c546e13c3c5251a72b98f4488ccfe200e294213ec4ad407407
+SHA512 (mbake-1.4.4.tar.gz) = 21ac80cd8225ddad25a87bae93fd5b821e3c11af605439d67d2ac888978a9422834837ea90c4836956d384fe455dca1f8a2a3d6fb59ff73735cbdc0aa2e21ecf
+Size (mbake-1.4.4.tar.gz) = 3003795 bytes


Home | Main Index | Thread Index | Old Index