diff options
author | tota <tota@FreeBSD.org> | 2012-10-01 04:28:33 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-10-01 04:28:33 +0800 |
commit | 3c9421298f01ea1c5bb87e1d2d61075986f3041d (patch) | |
tree | 08be6cad3223503dcf23a4984726c029711c08ee /graphics | |
parent | a5072bd93fb7a8dc45dd2b58edc3b97eb8c6e9a0 (diff) | |
download | freebsd-ports-gnome-3c9421298f01ea1c5bb87e1d2d61075986f3041d.tar.gz freebsd-ports-gnome-3c9421298f01ea1c5bb87e1d2d61075986f3041d.tar.zst freebsd-ports-gnome-3c9421298f01ea1c5bb87e1d2d61075986f3041d.zip |
- Update to 0.3.4
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
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/ |