pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-magic
Module Name: pkgsrc
Committed By: khorben
Date: Thu Mar 29 21:18:02 UTC 2018
Modified Files:
pkgsrc/sysutils/py-magic: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-magic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-magic/Makefile
diff -u pkgsrc/sysutils/py-magic/Makefile:1.6 pkgsrc/sysutils/py-magic/Makefile:1.7
--- pkgsrc/sysutils/py-magic/Makefile:1.6 Sun Jan 14 08:27:51 2018
+++ pkgsrc/sysutils/py-magic/Makefile Thu Mar 29 21:18:01 2018
@@ -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 @@ LICENSE= mit
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