Sat May 11 10:04:30 2019 UTC ()
py-hglib: Adjust DISTNAME to 2.6.1 (part of 2.6.1 update, sorry!)


(leot)
diff -r1.7 -r1.8 pkgsrc/devel/py-hglib/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-hglib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-hglib/Makefile 2019/05/11 10:01:28 1.7
+++ pkgsrc/devel/py-hglib/Makefile 2019/05/11 10:04:30 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2019/05/11 10:01:28 leot Exp $ 1# $NetBSD: Makefile,v 1.8 2019/05/11 10:04:30 leot Exp $
2 2
3DISTNAME= python-hglib-2.4 3DISTNAME= python-hglib-2.6.1
4PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} 4PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-hglib/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-hglib/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.mercurial-scm.org/wiki/PythonHglib 9HOMEPAGE= https://www.mercurial-scm.org/wiki/PythonHglib
10COMMENT= Python library for interfacing with mercurial's CommandServer 10COMMENT= Python library for interfacing with mercurial's CommandServer
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/distutils.mk" 15.include "../../lang/python/distutils.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"