diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 03:11:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 03:11:39 +0000 |
commit | c4851e78e4f63338fe9a4883e5b7a0370dce27f7 (patch) | |
tree | 3910aa2e83f782cec94f15b4547dadb741cd29ce /accessibility/at-spi | |
parent | f82c84522b047dd99c6f9d85ce3e07217ccce7df (diff) | |
download | ports-c4851e78e4f63338fe9a4883e5b7a0370dce27f7.tar.gz ports-c4851e78e4f63338fe9a4883e5b7a0370dce27f7.zip |
Notes
Diffstat (limited to 'accessibility/at-spi')
-rw-r--r-- | accessibility/at-spi/Makefile | 4 | ||||
-rw-r--r-- | accessibility/at-spi/distinfo | 4 | ||||
-rw-r--r-- | accessibility/at-spi/pkg-descr | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 5339966c3a18..acd32a78133b 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -6,10 +6,10 @@ # PORTNAME= at-spi -PORTVERSION= 1.3.16 +PORTVERSION= 1.4.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/accessibility/at-spi/distinfo b/accessibility/at-spi/distinfo index 8d9520e5712b..c57587f34331 100644 --- a/accessibility/at-spi/distinfo +++ b/accessibility/at-spi/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/at-spi-1.3.16.tar.bz2) = 7378514cefed4950cd7dfaf9f91f06db -SIZE (gnome2/at-spi-1.3.16.tar.bz2) = 458082 +MD5 (gnome2/at-spi-1.4.0.tar.bz2) = 4d2e4bb52153134e1ff94266fed03aeb +SIZE (gnome2/at-spi-1.4.0.tar.bz2) = 458273 diff --git a/accessibility/at-spi/pkg-descr b/accessibility/at-spi/pkg-descr index 9a558afb5307..c832f3ba9a68 100644 --- a/accessibility/at-spi/pkg-descr +++ b/accessibility/at-spi/pkg-descr @@ -1,4 +1,6 @@ -This is the Early Access Release of the Gnome Accessibility Project's -Assistive Technology Service Provider Interface. +This is the Gnome Accessibility Project's Assistive Technology +Service Provider Interface. It allows accessibility applications +and assistive technologies to announce their respective existence +to each other. -WWW: http://www.gnome.org/ +WWW: http://developer.gnome.org/projects/gap/ |