diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-28 00:26:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-28 00:26:13 +0800 |
commit | a0b44ac9d3a3db6a983ff1091f8c30fd393b277e (patch) | |
tree | 7e754a9932773e112016dde20d5fc2776e6dd7a8 /accessibility/py-atspi/Makefile | |
parent | d3eab8a1c8a8a4ab68663ab34b804f77f2113636 (diff) | |
download | marcuscom-ports-a0b44ac9d3a3db6a983ff1091f8c30fd393b277e.tar marcuscom-ports-a0b44ac9d3a3db6a983ff1091f8c30fd393b277e.tar.gz marcuscom-ports-a0b44ac9d3a3db6a983ff1091f8c30fd393b277e.tar.bz2 marcuscom-ports-a0b44ac9d3a3db6a983ff1091f8c30fd393b277e.tar.lz marcuscom-ports-a0b44ac9d3a3db6a983ff1091f8c30fd393b277e.tar.xz marcuscom-ports-a0b44ac9d3a3db6a983ff1091f8c30fd393b277e.tar.zst marcuscom-ports-a0b44ac9d3a3db6a983ff1091f8c30fd393b277e.zip |
Update to 2.0.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15905 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 ddfab2903..017dc24dc 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.20 2011/04/05 19:45:26 kwm Exp $ +# $MCom: ports/accessibility/py-atspi/Makefile,v 1.21 2011/04/11 02:42:14 mezz Exp $ # PORTNAME= atspi -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |