diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-28 05:17:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-28 05:17:11 +0800 |
commit | c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab (patch) | |
tree | 6e2e5c7ababb6c728c18ce33a52ade5ccaaa6c35 | |
parent | 3bdf5a9b7891d4326c8d61b21275dfd71d86b0a2 (diff) | |
download | marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.tar.gz marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.tar.zst marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.zip |
Update to 3.0.1.
Axe pkg-message, the tool to check if the computer can run gnome-shell
has undergone several revisions and is now much robust then it was initial.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15922 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-session3/Makefile | 9 | ||||
-rw-r--r-- | x11/gnome-session3/distinfo | 4 | ||||
-rw-r--r-- | x11/gnome-session3/pkg-message | 7 |
3 files changed, 4 insertions, 16 deletions
diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile index 72a008e13..5459e3c81 100644 --- a/x11/gnome-session3/Makefile +++ b/x11/gnome-session3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session3/Makefile,v 1.16 2011/04/10 19:41:39 mezz Exp $ +# $MCom: ports/x11/gnome-session3/Makefile,v 1.17 2011/04/25 22:02:03 mezz Exp $ # PORTNAME= gnome-session -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -39,9 +39,4 @@ MAN1= gnome-session.1 gnome-session-properties.1 \ gnome-session-quit.1 GLIB_SCHEMAS= org.gnome.SessionManager.gschema.xml -PKGMESSAGE= ${.CURDIR}/pkg-message - -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/x11/gnome-session3/distinfo b/x11/gnome-session3/distinfo index ec91e5279..62a4cb700 100644 --- a/x11/gnome-session3/distinfo +++ b/x11/gnome-session3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-session-3.0.0.tar.bz2) = 687f2f1daeae3614c36724c7d0f8a5a2eed61e941b11bc3b0f1b156293e51024 -SIZE (gnome3/gnome-session-3.0.0.tar.bz2) = 803898 +SHA256 (gnome3/gnome-session-3.0.1.tar.bz2) = 8a553569d500e84e5815e5b0b2eb1ac1bf4064ef9afb0e16f28d948978efbd25 +SIZE (gnome3/gnome-session-3.0.1.tar.bz2) = 804595 diff --git a/x11/gnome-session3/pkg-message b/x11/gnome-session3/pkg-message deleted file mode 100644 index 52dab8378..000000000 --- a/x11/gnome-session3/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ --- -Gnome-session ships a tool it runs to find out if it should run gnome-shell or -gnome-panel + metacity. - -Please file a bug with send-pr or mail freebsd-gnome@FreeBSD.org if this tool -doesn't do the right thing for you. --- |