diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-27 10:33:22 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-27 10:33:22 +0000 |
commit | 6b209770eb0120972a90d51a0ea19df3632ed86a (patch) | |
tree | 491b87783fd402693cecb17e39498280e923626b /graphics | |
parent | 982653342fffd3978499692dc3679f5acf62ecdd (diff) | |
download | ports-6b209770eb0120972a90d51a0ea19df3632ed86a.tar.gz ports-6b209770eb0120972a90d51a0ea19df3632ed86a.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 8 | ||||
-rw-r--r-- | graphics/py-seqdiag/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index a9513c5863d1..45a7346ded88 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seqdiag -PORTVERSION= 0.3.8 +PORTVERSION= 0.4.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,10 @@ LICENSE= ASL LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ - ${PKGNAMEPREFIX}blockdiag>=0.8.1:${PORTSDIR}/graphics/py-blockdiag \ - ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib + ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib \ + ${PKGNAMEPREFIX}blockdiag>=0.9.1:${PORTSDIR}/graphics/py-blockdiag -USE_PYTHON= yes +USE_PYTHON= 2.4-2.7 USE_PYDISTUTILS= easy_install DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} diff --git a/graphics/py-seqdiag/distinfo b/graphics/py-seqdiag/distinfo index f2cb8d083c45..9478598cd941 100644 --- a/graphics/py-seqdiag/distinfo +++ b/graphics/py-seqdiag/distinfo @@ -1,2 +1,2 @@ -SHA256 (seqdiag-0.3.8.tar.gz) = 6c4a5b236b443246bb3065fb9606f9ea11b9dafee48b337f7419370fed715575 -SIZE (seqdiag-0.3.8.tar.gz) = 23343 +SHA256 (seqdiag-0.4.0.tar.gz) = f3b9dc26ed837c84d28fb7af2c73395312d6c3da4ab257655b9ab7c0ab5a04a1 +SIZE (seqdiag-0.4.0.tar.gz) = 23412 |