pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed May 16 06:53:18 UTC 2018

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

Log Message:
math/py-numpy: Bump PKGREVISION for the new patch

The patch to turn off debugging options has changed the binary package
of py-numpy.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/math/py-numpy/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-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.48 pkgsrc/math/py-numpy/Makefile:1.49
--- pkgsrc/math/py-numpy/Makefile:1.48  Wed May  2 04:42:25 2018
+++ pkgsrc/math/py-numpy/Makefile       Wed May 16 06:53:18 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2018/05/02 04:42:25 adam Exp $
+# $NetBSD: Makefile,v 1.49 2018/05/16 06:53:18 minskim Exp $
 
 DISTNAME=      numpy-1.14.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}
 EXTRACT_SUFX=  .zip



Home | Main Index | Thread Index | Old Index