pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-reportlab



Module Name:    pkgsrc
Committed By:   darcy
Date:           Fri Mar 17 03:53:32 UTC 2017

Modified Files:
        pkgsrc/print/py-reportlab: Makefile

Log Message:
Modify DEPENDS so that any version can be built/checked.  As discussed on
the mailing list with joerg@.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/print/py-reportlab/Makefile

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

Modified files:

Index: pkgsrc/print/py-reportlab/Makefile
diff -u pkgsrc/print/py-reportlab/Makefile:1.55 pkgsrc/print/py-reportlab/Makefile:1.56
--- pkgsrc/print/py-reportlab/Makefile:1.55     Sun Sep 11 15:53:51 2016
+++ pkgsrc/print/py-reportlab/Makefile  Fri Mar 17 03:53:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2016/09/11 15:53:51 richard Exp $
+# $NetBSD: Makefile,v 1.56 2017/03/17 03:53:32 darcy Exp $
 
 DISTNAME=      reportlab-3.3.0
 DISTFILES=     ${DEFAULT_DISTFILES} pfbfer.zip
@@ -13,7 +13,7 @@ COMMENT=      Powerful PDF-generating toolkit
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-DEPENDS+=      {${PYPKGPREFIX}-Pillow-[0-9]*,${PYPKGPREFIX}-imaging-[0-9]*}:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-{Pillow-[0-9]*,imaging-[0-9]*}:../../graphics/py-Pillow
 
 EXTRACT_DIR.pfbfer.zip=        ${WRKSRC}/src/reportlab/fonts
 EXTRACT_OPTS_ZIP+=     -L



Home | Main Index | Thread Index | Old Index