diff options
author | kwm <kwm@FreeBSD.org> | 2009-05-08 07:37:39 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-05-08 07:37:39 +0800 |
commit | 02e02c81fe3f027064e7e32464911118edd7db5b (patch) | |
tree | 554621926f50739bc71500ea0f98de1678ccb82b | |
parent | 6b0a2b98b2044871b5ff8ed953df122fba0adaea (diff) | |
download | freebsd-ports-gnome-02e02c81fe3f027064e7e32464911118edd7db5b.tar.gz freebsd-ports-gnome-02e02c81fe3f027064e7e32464911118edd7db5b.tar.zst freebsd-ports-gnome-02e02c81fe3f027064e7e32464911118edd7db5b.zip |
Update to 0.10.
Add xcb support.
-rw-r--r-- | x11/startup-notification/Makefile | 9 | ||||
-rw-r--r-- | x11/startup-notification/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 9e2477e0f068..ad923f310335 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -6,17 +6,16 @@ # $MCom: ports/x11/startup-notification/Makefile,v 1.8 2006/09/10 00:51:15 mezz Exp $ PORTNAME= startup-notification -PORTVERSION= 0.9 -PORTREVISION= 2 +PORTVERSION= 0.10 CATEGORIES= x11 gnome -MASTER_SITES= GNOME \ - http://www.freedesktop.org/software/startup-notification/releases/ +MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library that supports startup notification spec from freedesktop.org -USE_BZIP2= yes +LIB_DEPENDS= xcb-aux.0:${PORTSDIR}/x11/xcb-util + USE_XORG= x11 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes diff --git a/x11/startup-notification/distinfo b/x11/startup-notification/distinfo index 3e1f143b2704..f523e723b6ff 100644 --- a/x11/startup-notification/distinfo +++ b/x11/startup-notification/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/startup-notification-0.9.tar.bz2) = 624b42f1fac5a12c543a079e2cd3b366 -SHA256 (gnome2/startup-notification-0.9.tar.bz2) = 61de1aed379ea9d44a835baf76567e0aaa813b6d6e995db7e83e8986f69b580d -SIZE (gnome2/startup-notification-0.9.tar.bz2) = 226231 +MD5 (gnome2/startup-notification-0.10.tar.gz) = bca0ed1c74bc4e483ea2ed12a5717354 +SHA256 (gnome2/startup-notification-0.10.tar.gz) = 64bbeb5c28619721fc19d6920ad2b8bf6c0dc3a0e96a1b0bc26f480fbc525459 +SIZE (gnome2/startup-notification-0.10.tar.gz) = 328787 |