Bump version, fix man prefix

This commit is contained in:
Jason Bacon 2013-03-23 14:53:14 +00:00 committed by Thomas Klausner
parent 6e9f7b5333
commit e7c483e5d7
4 changed files with 23 additions and 15 deletions

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.3 2012/10/07 11:54:45 asau Exp $
# $NetBSD: Makefile,v 1.4 2013/03/23 14:53:14 outpaddling Exp $
#
DISTNAME= instant-1.0.0
DISTNAME= instant-${MMVERSION}.0
CATEGORIES= devel python
MASTER_SITES= http://launchpad.net/instant/1.0.x/1.0.0/+download/
MASTER_SITES= http://launchpad.net/instant/${MMVERSION}.x/${MMVERSION}.0/+download/
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
MAINTAINER= jwbacon@tds.net
@ -16,6 +16,14 @@ LICENSE= gnu-lgpl-v3
PYDISTUTILSPKG= yes
MMVERSION= 1.1
SUBST_CLASSES+= man
SUBST_FILES.man= setup.py
SUBST_STAGE.man= post-patch
SUBST_SED.man= -e 's|"share", ||g'
# todo: depends on swig, distutils
.include "../../lang/python/extension.mk"
.include "../../wip/swig2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/27 15:42:16 outpaddling Exp $
@comment $NetBSD: PLIST,v 1.2 2013/03/23 14:53:14 outpaddling Exp $
bin/instant-clean
bin/instant-showcache
${PYSITELIB}/instant/__init__.py
@ -32,5 +32,5 @@ ${PYSITELIB}/instant/signatures.py
${PYSITELIB}/instant/signatures.pyc
${PYSITELIB}/instant/signatures.pyo
${PYSITELIB}/instant/swig/numpy.i
share/man/man1/instant-clean.1
share/man/man1/instant-showcache.1
man/man1/instant-clean.1
man/man1/instant-showcache.1

View file

@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.4 2012/05/12 14:33:39 outpaddling Exp $
# $NetBSD: buildlink3.mk,v 1.5 2013/03/23 14:53:14 outpaddling Exp $
BUILDLINK_TREE+= instant
BUILDLINK_TREE+= py-instant
.if !defined(PY_INSTANT_BUILDLINK3_MK)
PY_INSTANT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.instant+= ${PYPKGPREFIX}-instant>=1.0.0
BUILDLINK_PKGSRCDIR.instant?= ../../wip/py-instant
BUILDLINK_API_DEPENDS.py-instant+= ${PYPKGPREFIX}-instant>=1.0.0
BUILDLINK_PKGSRCDIR.py-instant?= ../../wip/py-instant
.endif # PY_INSTANT_BUILDLINK3_MK
BUILDLINK_TREE+= -instant
BUILDLINK_TREE+= -py-instant

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2012/03/27 15:42:16 outpaddling Exp $
$NetBSD: distinfo,v 1.2 2013/03/23 14:53:14 outpaddling Exp $
SHA1 (instant-1.0.0.tar.gz) = b8615d1bbadc78a0997ec21501b58a164ddfc35a
RMD160 (instant-1.0.0.tar.gz) = fb2fed90b2dafdae1829d61cbec7f9271740789a
Size (instant-1.0.0.tar.gz) = 124652 bytes
SHA1 (instant-1.1.0.tar.gz) = 53408062eac6375ad5bfe3df0214a0aedc486e93
RMD160 (instant-1.1.0.tar.gz) = 6edde65e1ff0fdf36240fe1cc88fd0e7b4b0c457
Size (instant-1.1.0.tar.gz) = 124878 bytes