diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-28 08:34:01 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-28 08:34:01 +0800 |
commit | 5484da600e5d5afb186c97a870bce1163946d9d3 (patch) | |
tree | 2d66f79dca6b89875a70098a0fe98104e58cdff9 /x11 | |
parent | 79442df8e222fb5dafa057355989d594b5116020 (diff) | |
download | marcuscom-ports-5484da600e5d5afb186c97a870bce1163946d9d3.tar marcuscom-ports-5484da600e5d5afb186c97a870bce1163946d9d3.tar.gz marcuscom-ports-5484da600e5d5afb186c97a870bce1163946d9d3.tar.bz2 marcuscom-ports-5484da600e5d5afb186c97a870bce1163946d9d3.tar.lz marcuscom-ports-5484da600e5d5afb186c97a870bce1163946d9d3.tar.xz marcuscom-ports-5484da600e5d5afb186c97a870bce1163946d9d3.tar.zst marcuscom-ports-5484da600e5d5afb186c97a870bce1163946d9d3.zip |
Update to 3.2.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16674 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell/Makefile | 7 | ||||
-rw-r--r-- | x11/gnome-shell/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 0eac29601..98b32dcb5 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,12 +3,11 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.46 2011/11/12 14:54:38 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.47 2011/12/15 15:41:45 kwm Exp $ # PORTNAME= gnome-shell -PORTVERSION= 3.2.1 -PORTREVISION= 4 +PORTVERSION= 3.2.2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -48,6 +47,8 @@ MAN1= gnome-shell.1 CONFIGURE_ARGS+=--enable-compile-warnings=no \ --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt +CONFIGURE_ENV= CPPFLAGS="-I${LOCALASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \ diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo index c3f369157..ae1a271dc 100644 --- a/x11/gnome-shell/distinfo +++ b/x11/gnome-shell/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-shell-3.2.1.tar.xz) = ac05e3133bd279c84812d8d3d8e362f8b33563cdc3e7a6aefa9c0b1c2aeab0eb -SIZE (gnome3/gnome-shell-3.2.1.tar.xz) = 1115744 +SHA256 (gnome3/gnome-shell-3.2.2.tar.xz) = 68967b9d58ad0551d7d3d28a276526a15faf1fc1d27f4624eb405663910e2eb8 +SIZE (gnome3/gnome-shell-3.2.2.tar.xz) = 1119832 |