diff options
author | tota <tota@FreeBSD.org> | 2014-02-25 20:44:10 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2014-02-25 20:44:10 +0800 |
commit | 658478b40ac0a04fb63b0009154629ebaae82ce2 (patch) | |
tree | bc7942759dbfb01fc52a7089e3edbbfb635ff176 /www | |
parent | bc36b9dc4183a8e18bd181031bcdb53f335f294a (diff) | |
download | freebsd-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 'www')
-rw-r--r-- | www/py-satchmo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-satchmo/Makefile b/www/py-satchmo/Makefile index 0a8855366888..cdbf93726391 100644 --- a/www/py-satchmo/Makefile +++ b/www/py-satchmo/Makefile @@ -3,6 +3,7 @@ PORTNAME= satchmo PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.caomhin.org/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE= BSD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}trml2pdf>=0:${PORTSDIR}/print/py-trml2pdf \ ${PYTHON_PKGNAMEPREFIX}django-registration>=0.8:${PORTSDIR}/www/py-django-registration \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ |