pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-magic Register missing dependency on sysut...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f76d4a5626cd
branches: trunk
changeset: 378082:f76d4a5626cd
user: khorben <khorben%pkgsrc.org@localhost>
date: Thu Mar 29 21:18:01 2018 +0000
description:
Register missing dependency on sysutils/file
This will fix functionality of this package if libmagic is not available.
Bump PKGREVISION for those platforms where it is the case (NFC otherwise).
Tested on NetBSD/amd64.
Thanks richard@ for the heads up.
diffstat:
sysutils/py-magic/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1f66cb58eb89 -r f76d4a5626cd sysutils/py-magic/Makefile
--- a/sysutils/py-magic/Makefile Thu Mar 29 18:08:27 2018 +0000
+++ b/sysutils/py-magic/Makefile Thu Mar 29 21:18:01 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2018/01/14 08:27:51 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/03/29 21:18:01 khorben Exp $
DISTNAME= python-magic-0.4.15
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1}
+PKGREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-magic/}
@@ -13,4 +14,5 @@
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
+.include "../../sysutils/file/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index