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:   wiz
Date:           Wed Jun 22 05:58:17 UTC 2022

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

Log Message:
py-reportlab: add missing include of versioned_dependencies

Bump PKGREVISION for the re-added dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 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.84 pkgsrc/print/py-reportlab/Makefile:1.85
--- pkgsrc/print/py-reportlab/Makefile:1.84     Tue Jun 21 22:10:43 2022
+++ pkgsrc/print/py-reportlab/Makefile  Wed Jun 22 05:58:17 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.84 2022/06/21 22:10:43 joerg Exp $
+# $NetBSD: Makefile,v 1.85 2022/06/22 05:58:17 wiz Exp $
 
 DISTNAME=      reportlab-3.5.68
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/reportlab/}
 
@@ -21,4 +21,5 @@ PYSETUPARGS+= --use-system-libart
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/libart/buildlink3.mk"
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index