pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-buildbot-pkg py-buildbot-pkg: override defaul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b0cb88d3122
branches:  trunk
changeset: 369601:5b0cb88d3122
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 02 09:10:12 2017 +0000

description:
py-buildbot-pkg: override default versioning based on time stamp

Bump PKGREVISION.

diffstat:

 devel/py-buildbot-pkg/Makefile |   6 +++++-
 devel/py-buildbot-pkg/PLIST    |  12 ++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 739cbb8fb612 -r 5b0cb88d3122 devel/py-buildbot-pkg/Makefile
--- a/devel/py-buildbot-pkg/Makefile    Mon Oct 02 05:03:19 2017 +0000
+++ b/devel/py-buildbot-pkg/Makefile    Mon Oct 02 09:10:12 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/10/01 23:44:31 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/02 09:10:12 wiz Exp $
 
 DISTNAME=      buildbot-pkg-0.9.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-pkg/}
 
@@ -10,5 +11,8 @@
 COMMENT=       Packaging tools for the buildbot CI system
 LICENSE=       gnu-gpl-v2
 
+# override default versioning based on time stamp
+MAKE_ENV+=     BUILDBOT_VERSION=${PKGVERSION_NOREV}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 739cbb8fb612 -r 5b0cb88d3122 devel/py-buildbot-pkg/PLIST
--- a/devel/py-buildbot-pkg/PLIST       Mon Oct 02 05:03:19 2017 +0000
+++ b/devel/py-buildbot-pkg/PLIST       Mon Oct 02 09:10:12 2017 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:44:31 joerg Exp $
-${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2017/10/02 09:10:12 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/buildbot_pkg.py
 ${PYSITELIB}/buildbot_pkg.pyc
 ${PYSITELIB}/buildbot_pkg.pyo



Home | Main Index | Thread Index | Old Index