pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-z3solver



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Mar 20 16:24:34 UTC 2018

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

Log Message:
Really correct the PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-z3solver/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-z3solver/Makefile
diff -u pkgsrc/math/py-z3solver/Makefile:1.2 pkgsrc/math/py-z3solver/Makefile:1.3
--- pkgsrc/math/py-z3solver/Makefile:1.2        Tue Mar 20 16:06:44 2018
+++ pkgsrc/math/py-z3solver/Makefile    Tue Mar 20 16:24:34 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2018/03/20 16:06:44 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/20 16:24:34 khorben Exp $
 
 DISTNAME=      z3-solver-4.5.1.0.post2
-PKGNAME=       ${PYPKGPREFIX}-z3solver
+PKGNAME=       ${PYPKGPREFIX}-z3solver-4.5.1.0.post2
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/z3-solver/}
 



Home | Main Index | Thread Index | Old Index