aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2014-02-25 20:44:10 +0800
committertota <tota@FreeBSD.org>2014-02-25 20:44:10 +0800
commit658478b40ac0a04fb63b0009154629ebaae82ce2 (patch)
treebc7942759dbfb01fc52a7089e3edbbfb635ff176 /deskutils
parentbc36b9dc4183a8e18bd181031bcdb53f335f294a (diff)
downloadfreebsd-ports-gnome-658478b40ac0a04fb63b0009154629ebaae82ce2.tar.gz
freebsd-ports-gnome-658478b40ac0a04fb63b0009154629ebaae82ce2.tar.zst
freebsd-ports-gnome-658478b40ac0a04fb63b0009154629ebaae82ce2.zip
- Repocopy print/py-reportlab to print/py-reportlab1
to preserve version 1.x and to update to 3.0 print/py-reportlab: - Update print/py-reportlab to 3.0 based on print/py-reportlab2 - Support STAGEDIR - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Set CONFLICTS - Add PORTSCOUT - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab1: - Support STAGEDIR - Add PKGNAMESUFFIX not to duplicate ports with the same name - Set CONFLICTS - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Make use of PORTDOCS - Set OPTIONS_DEFINE explicitly - Fix include statement - Make docs unconditional to stage - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab2: - Update CONFLICTS - Set PORTSCOUT dependent ports: - Switch dependency from print/py-reportlab to print/py-reportlab1 * biology/py-biopython * deskutils/gourmet * deskutils/griffith * games/pythonsudoku * misc/pdfmap * print/py-trml2pdf * www/py-satchmo PR: ports/186970 Submitted by: tota (myself) Approved by: Muhammad Moinur Rahman (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gourmet/Makefile3
-rw-r--r--deskutils/griffith/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/gourmet/Makefile b/deskutils/gourmet/Makefile
index 2cf1aca08350..00467545afdc 100644
--- a/deskutils/gourmet/Makefile
+++ b/deskutils/gourmet/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gourmet
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= https://launchpadlibrarian.net/133161899/
@@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}poppler>=0:${PORTSDIR}/graphics/py-poppler \
${PYTHON_PKGNAMEPREFIX}rtf>=0:${PORTSDIR}/print/py-rtf \
- ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \
+ ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \
${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl
MAN1= gourmet.1
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile
index ec0035294cf0..239444b2859a 100644
--- a/deskutils/griffith/Makefile
+++ b/deskutils/griffith/Makefile
@@ -3,6 +3,7 @@
PORTNAME= griffith
PORTVERSION= 0.13
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://launchpadlibrarian.net/87859599/
@@ -43,7 +44,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml
.if ${PORT_OPTIONS:MREPORTLAB2}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2:${PORTSDIR}/print/py-reportlab2
.else
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>=1.19:${PORTSDIR}/print/py-reportlab
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:${PORTSDIR}/print/py-reportlab1
.endif
.if ${PORT_OPTIONS:MCHARDET}