pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-diffoscope



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Apr  6 17:53:53 UTC 2019

Modified Files:
        pkgsrc/sysutils/py-diffoscope: Makefile

Log Message:
py-diffoscope: needs py-curses, bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/py-diffoscope/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-diffoscope/Makefile
diff -u pkgsrc/sysutils/py-diffoscope/Makefile:1.8 pkgsrc/sysutils/py-diffoscope/Makefile:1.9
--- pkgsrc/sysutils/py-diffoscope/Makefile:1.8  Sat Feb  9 14:13:25 2019
+++ pkgsrc/sysutils/py-diffoscope/Makefile      Sat Apr  6 17:53:53 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2019/02/09 14:13:25 khorben Exp $
+# $NetBSD: Makefile,v 1.9 2019/04/06 17:53:53 maya Exp $
 
 DISTNAME=      diffoscope-110
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/diffoscope/}
 
@@ -12,6 +13,7 @@ LICENSE=      gnu-gpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c
 DEPENDS+=      ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic
+DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 DEPENDS+=      ${PYPKGPREFIX}-tlsh-[0-9]*:../../devel/py-tlsh
 DEPENDS+=      colordiff-[0-9]*:../../devel/colordiff
 # for xxd



Home | Main Index | Thread Index | Old Index