pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-smt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug  7 19:32:48 UTC 2024

Modified Files:
        pkgsrc/math/py-smt: Makefile

Log Message:
py-smt: fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-smt/Makefile

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

Modified files:

Index: pkgsrc/math/py-smt/Makefile
diff -u pkgsrc/math/py-smt/Makefile:1.6 pkgsrc/math/py-smt/Makefile:1.7
--- pkgsrc/math/py-smt/Makefile:1.6     Wed Aug  7 11:01:45 2024
+++ pkgsrc/math/py-smt/Makefile Wed Aug  7 19:32:48 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/08/07 11:01:45 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/07 19:32:48 wiz Exp $
 
 DISTNAME=      PySMT-0.9.6
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PySMT/smt/}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PySMT/}
 



Home | Main Index | Thread Index | Old Index