pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-mcomix



Module Name:    pkgsrc
Committed By:   nonaka
Date:           Thu Sep  1 17:33:28 UTC 2016

Modified Files:
        pkgsrc/graphics/py-mcomix: Makefile

Log Message:
Add dependency to databases/py-sqlite3.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-mcomix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-mcomix/Makefile
diff -u pkgsrc/graphics/py-mcomix/Makefile:1.9 pkgsrc/graphics/py-mcomix/Makefile:1.10
--- pkgsrc/graphics/py-mcomix/Makefile:1.9      Sun Jul 10 04:07:08 2016
+++ pkgsrc/graphics/py-mcomix/Makefile  Thu Sep  1 17:33:28 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2016/07/10 04:07:08 nonaka Exp $
+# $NetBSD: Makefile,v 1.10 2016/09/01 17:33:28 nonaka Exp $
 
 DISTNAME=      mcomix-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mcomix/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,6 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-gtk2>=2.12.0:..
 DEPENDS+=      {${PYPKGPREFIX}-imaging>=1.1.5,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging
 DEPENDS+=      ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32
 DEPENDS+=      ${PYPKGPREFIX}-czipfile-[0-9]*:../../archivers/py-czipfile
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index