summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-08 05:36:12 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-08 05:36:12 +0800
commita342d2ee799d2df3d1cceed9a93199bd63262086 (patch)
tree23a054f3164e68a8e8acc25f3144be7e503d6fce /x11
parent0bb39a13fa4a2b961faeed4d2e7b17419804ceb5 (diff)
downloadmarcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.tar.gz
marcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.tar.zst
marcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.zip
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16379 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-desktop3/Makefile8
-rw-r--r--x11/gnome-desktop3/distinfo4
-rw-r--r--x11/gnome-panel3/Makefile8
-rw-r--r--x11/gnome-panel3/distinfo4
-rw-r--r--x11/gnome-session3/Makefile8
-rw-r--r--x11/gnome-session3/distinfo4
6 files changed, 18 insertions, 18 deletions
diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile
index 1fd61caf1..3b3e0a38a 100644
--- a/x11/gnome-desktop3/Makefile
+++ b/x11/gnome-desktop3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.19 2011/09/19 16:46:56 kwm Exp $
+# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.20 2011/09/19 20:48:08 kwm Exp $
#
PORTNAME= gnome-desktop
-PORTVERSION= 3.1.92
+PORTVERSION= 3.2.0
PORTREVISION?= 0
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
@@ -38,8 +38,8 @@ INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project"
-CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \
diff --git a/x11/gnome-desktop3/distinfo b/x11/gnome-desktop3/distinfo
index ff14db7e3..68b051450 100644
--- a/x11/gnome-desktop3/distinfo
+++ b/x11/gnome-desktop3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gnome-desktop-3.1.92.tar.xz) = 4f687e4363b9c4401fd8c613b78eea052ba8bb0669a33334c1b98ac69924f193
-SIZE (gnome3/gnome-desktop-3.1.92.tar.xz) = 922968
+SHA256 (gnome3/gnome-desktop-3.2.0.tar.xz) = c5e8ba08f3c7ba12b5f4062c9b5bcef58383d1e3ec26161eb8bcf49dfea62ff5
+SIZE (gnome3/gnome-desktop-3.2.0.tar.xz) = 923400
diff --git a/x11/gnome-panel3/Makefile b/x11/gnome-panel3/Makefile
index 1a42be5a8..c201937ee 100644
--- a/x11/gnome-panel3/Makefile
+++ b/x11/gnome-panel3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-panel3/Makefile,v 1.21 2011/09/17 12:04:08 kwm Exp $
+# $MCom: ports/x11/gnome-panel3/Makefile,v 1.22 2011/09/19 21:27:47 kwm Exp $
#
PORTNAME= gnome-panel
-PORTVERSION= 3.1.92
+PORTVERSION= 3.2.0
PORTREVISION?= 0
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
@@ -40,8 +40,8 @@ WANT_GNOME= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-network-manager
-CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gnome-panel.1
GCONF_SCHEMAS= clock.schemas
diff --git a/x11/gnome-panel3/distinfo b/x11/gnome-panel3/distinfo
index 2468b7adb..25dceb9ae 100644
--- a/x11/gnome-panel3/distinfo
+++ b/x11/gnome-panel3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gnome-panel-3.1.92.tar.xz) = 1f3fcb9769b2871eda0f17eb87f01476cca625be5e798a2f37d32a222509356e
-SIZE (gnome3/gnome-panel-3.1.92.tar.xz) = 2425336
+SHA256 (gnome3/gnome-panel-3.2.0.tar.xz) = 83daffb85db57609330da488c5344e3121ed74cd809701a11109ecd7c97bde0f
+SIZE (gnome3/gnome-panel-3.2.0.tar.xz) = 2424132
diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile
index f547111fd..13ffe1128 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.21 2011/09/16 16:08:39 kwm Exp $
+# $MCom: ports/x11/gnome-session3/Makefile,v 1.22 2011/09/20 12:53:33 kwm Exp $
#
PORTNAME= gnome-session
-PORTVERSION= 3.1.92
+PORTVERSION= 3.2.0
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -34,8 +34,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool gtk30 librsvg2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docbook-docs
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gnome-session.1 gnome-session-properties.1 \
gnome-session-quit.1
diff --git a/x11/gnome-session3/distinfo b/x11/gnome-session3/distinfo
index a9e4d0c8a..1c003d747 100644
--- a/x11/gnome-session3/distinfo
+++ b/x11/gnome-session3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gnome-session-3.1.92.tar.xz) = dc505c6730da6ed984d7f72ad31c9780d4d19d72f673ea60feec2e9f685c33f3
-SIZE (gnome3/gnome-session-3.1.92.tar.xz) = 700016
+SHA256 (gnome3/gnome-session-3.2.0.tar.xz) = 4b23d95b1ee622c7d1d600d3a88c8ded787d9a49567b0235208d2e600f131e3e
+SIZE (gnome3/gnome-session-3.2.0.tar.xz) = 701236