pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-hsm Adapt py-serial dependency. Fix PKGNAM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d619381471e1
branches:  trunk
changeset: 629268:d619381471e1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 19 09:51:12 2014 +0000

description:
Adapt py-serial dependency. Fix PKGNAME. Bump PKGREVISION.

diffstat:

 security/py-hsm/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 87c0ce9d083d -r d619381471e1 security/py-hsm/Makefile
--- a/security/py-hsm/Makefile  Sun Jan 19 09:50:04 2014 +0000
+++ b/security/py-hsm/Makefile  Sun Jan 19 09:51:12 2014 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2013/10/08 15:21:37 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/19 09:51:12 wiz Exp $
 
 DISTNAME=      pyhsm-1.0.4g
-PKGNAME=       ${PYPKGPREFIX}-pyhsm-1.0.4g
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  http://opensource.yubico.com/python-pyhsm/releases/
 
@@ -10,7 +11,7 @@
 COMMENT=       Python package that talk to a YubiHSM
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-pyserial-[0-9]*:../../comms/py-serial
+DEPENDS+=      ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
 DEPENDS+=      ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
 
 PYDISTUTILSPKG= yes
@@ -19,5 +20,7 @@
 
 USE_LANGUAGES= # none
 
+CONFLICTS+=    ${PYPKGPREFIX}-pyhsm-[0-9]*
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index