diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-actdiag/Makefile | 10 | ||||
-rw-r--r-- | graphics/py-actdiag/distinfo | 4 | ||||
-rw-r--r-- | graphics/py-actdiag/pkg-descr | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile index 3481b0001e81..df1921f338ac 100644 --- a/graphics/py-actdiag/Makefile +++ b/graphics/py-actdiag/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-actdiag -# Date created: 2011-08-07 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= actdiag -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +14,7 @@ LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ - ${PKGNAMEPREFIX}blockdiag>=1.1.2:${PORTSDIR}/graphics/py-blockdiag \ + ${PKGNAMEPREFIX}blockdiag>=1.1.8:${PORTSDIR}/graphics/py-blockdiag \ ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib USE_PYTHON= 2.4-2.7 diff --git a/graphics/py-actdiag/distinfo b/graphics/py-actdiag/distinfo index dc76d2190148..c39820d98e4b 100644 --- a/graphics/py-actdiag/distinfo +++ b/graphics/py-actdiag/distinfo @@ -1,2 +1,2 @@ -SHA256 (actdiag-0.3.3.tar.gz) = 5722c5ffb291c9beddd8aaef8a824ff70c98c8ea814fd1c966eee6c311a99ca3 -SIZE (actdiag-0.3.3.tar.gz) = 20885 +SHA256 (actdiag-0.3.4.tar.gz) = 172f38b51f5eaf01fa1d119190d32788eaf631b03b9e0140b281f50a1e84aeba +SIZE (actdiag-0.3.4.tar.gz) = 20182 diff --git a/graphics/py-actdiag/pkg-descr b/graphics/py-actdiag/pkg-descr index 4de01c2c8dda..547293846570 100644 --- a/graphics/py-actdiag/pkg-descr +++ b/graphics/py-actdiag/pkg-descr @@ -4,4 +4,4 @@ Features * Generate activity-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). -WWW: http://blockdiag.com/actdiag/build/html/ +WWW: http://blockdiag.com/actdiag/build/html/ |