diff options
author | tota <tota@FreeBSD.org> | 2012-09-21 20:57:07 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-09-21 20:57:07 +0800 |
commit | 8c3dd0a6d9abf3a6fe94be2a082a8b486c3fa864 (patch) | |
tree | c833f7ab9083bbf75c80cf1f91570ca01ef1763f /graphics/py-seqdiag | |
parent | 5ba4b0422d592ecff6de3684101ab25ea2275cb9 (diff) | |
download | freebsd-ports-gnome-8c3dd0a6d9abf3a6fe94be2a082a8b486c3fa864.tar.gz freebsd-ports-gnome-8c3dd0a6d9abf3a6fe94be2a082a8b486c3fa864.tar.zst freebsd-ports-gnome-8c3dd0a6d9abf3a6fe94be2a082a8b486c3fa864.zip |
- Update to 0.7.4
- Convert to new Makefile header
Diffstat (limited to 'graphics/py-seqdiag')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 10 | ||||
-rw-r--r-- | graphics/py-seqdiag/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index e5a6ad3f4c74..003b22327b56 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-seqdiag -# Date created: 2011-08-07 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= seqdiag -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib \ - ${PKGNAMEPREFIX}blockdiag>=1.1.0:${PORTSDIR}/graphics/py-blockdiag + ${PKGNAMEPREFIX}blockdiag>=1.1.7:${PORTSDIR}/graphics/py-blockdiag USE_PYTHON= 2.4-2.7 USE_PYDISTUTILS= easy_install diff --git a/graphics/py-seqdiag/distinfo b/graphics/py-seqdiag/distinfo index ef2e0fcc45b0..7e4ca8a85783 100644 --- a/graphics/py-seqdiag/distinfo +++ b/graphics/py-seqdiag/distinfo @@ -1,2 +1,2 @@ -SHA256 (seqdiag-0.7.3.tar.gz) = d747d5159f94fc795ed8b3d0dd68951d3bba6cb66d1a3560861cf85a8e637eec -SIZE (seqdiag-0.7.3.tar.gz) = 26774 +SHA256 (seqdiag-0.7.4.tar.gz) = 8b2e4c37b0116c8156fe77f7bc4c41204a2c84b7534fe4b3a9ecf1bcfe34410e +SIZE (seqdiag-0.7.4.tar.gz) = 26445 |