diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-16 19:55:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-16 19:55:55 +0800 |
commit | 78cd8b19ce832ca5fb3cdf195c94d3bbdffd9c9a (patch) | |
tree | da6cceca74fc969a49287588981e72a1e4752768 /accessibility/py-atspi/Makefile | |
parent | 1cf5538c7872b8bfebbe4909da72668de2cdea2b (diff) | |
download | marcuscom-ports-78cd8b19ce832ca5fb3cdf195c94d3bbdffd9c9a.tar marcuscom-ports-78cd8b19ce832ca5fb3cdf195c94d3bbdffd9c9a.tar.gz marcuscom-ports-78cd8b19ce832ca5fb3cdf195c94d3bbdffd9c9a.tar.bz2 marcuscom-ports-78cd8b19ce832ca5fb3cdf195c94d3bbdffd9c9a.tar.lz marcuscom-ports-78cd8b19ce832ca5fb3cdf195c94d3bbdffd9c9a.tar.xz marcuscom-ports-78cd8b19ce832ca5fb3cdf195c94d3bbdffd9c9a.tar.zst marcuscom-ports-78cd8b19ce832ca5fb3cdf195c94d3bbdffd9c9a.zip |
Update to 0.4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14897 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/py-atspi/Makefile')
-rw-r--r-- | accessibility/py-atspi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile index 28da0b0dd..5614c98e8 100644 --- a/accessibility/py-atspi/Makefile +++ b/accessibility/py-atspi/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/py-atspi/Makefile,v 1.11 2010/09/28 08:35:01 kwm Exp $ +# $MCom: ports/accessibility/py-atspi/Makefile,v 1.12 2010/10/23 15:43:37 kwm Exp $ # PORTNAME= atspi -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |