pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test Fix typo in ALTERNATIVES file. Bump PKGR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d73f59cbef7
branches:  trunk
changeset: 351676:8d73f59cbef7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 24 21:35:12 2016 +0000

description:
Fix typo in ALTERNATIVES file. Bump PKGREVISION.

diffstat:

 devel/py-test/ALTERNATIVES |  4 ++--
 devel/py-test/Makefile     |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e2a906c5c38c -r 8d73f59cbef7 devel/py-test/ALTERNATIVES
--- a/devel/py-test/ALTERNATIVES        Wed Aug 24 13:28:15 2016 +0000
+++ b/devel/py-test/ALTERNATIVES        Wed Aug 24 21:35:12 2016 +0000
@@ -1,2 +1,2 @@
-bin/py.test @PREFIX@/bin/py.test@PYVERSSUFFIX@
-bin/pytest @PREFIX@/bin/pytest@PYVERSSUFFIX@
+bin/py.test @PREFIX@/bin/py.test-@PYVERSSUFFIX@
+bin/pytest @PREFIX@/bin/pytest-@PYVERSSUFFIX@
diff -r e2a906c5c38c -r 8d73f59cbef7 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Wed Aug 24 13:28:15 2016 +0000
+++ b/devel/py-test/Makefile    Wed Aug 24 21:35:12 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2016/08/22 13:26:28 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/08/24 21:35:12 wiz Exp $
 
 DISTNAME=      pytest-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
 



Home | Main Index | Thread Index | Old Index