aboutsummaryrefslogtreecommitdiff
path: root/deskutils/griffith
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2014-02-25 12:44:10 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2014-02-25 12:44:10 +0000
commit0cbe65e47c9209d69ce010b5ab926c714387ecb1 (patch)
treebc7942759dbfb01fc52a7089e3edbbfb635ff176 /deskutils/griffith
parent06f83c7e994adeed9e1afcb54d28015affc5de4c (diff)
downloadports-0cbe65e47c9209d69ce010b5ab926c714387ecb1.tar.gz
ports-0cbe65e47c9209d69ce010b5ab926c714387ecb1.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)
Notes
Notes: svn path=/head/; revision=345987
Diffstat (limited to 'deskutils/griffith')
-rw-r--r--deskutils/griffith/Makefile3
1 files changed, 2 insertions, 1 deletions
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}