summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-08 06:08:49 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-08 06:08:49 +0800
commit5cfc0b59747dc9626b0add4cb54e724b39e73ad0 (patch)
tree9242288b660b3434a104e4f1fab6130b6949cb5a
parent13b126a3a14488df6bcf3135da600f82ebacfeb3 (diff)
downloadmarcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar
marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.gz
marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.bz2
marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.lz
marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.xz
marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.zst
marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.zip
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16382 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/gsettings-desktop-schemas/Makefile4
-rw-r--r--devel/gsettings-desktop-schemas/distinfo4
-rw-r--r--devel/gsettings-desktop-schemas/pkg-plist1
-rw-r--r--net/libgweather3/Makefile11
-rw-r--r--net/libgweather3/distinfo4
-rw-r--r--net/libgweather3/pkg-plist2
6 files changed, 14 insertions, 12 deletions
diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile
index cb4322d84..ce5421601 100644
--- a/devel/gsettings-desktop-schemas/Makefile
+++ b/devel/gsettings-desktop-schemas/Makefile
@@ -3,11 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gsettings-desktop-schemas/Makefile,v 1.14 2011/09/17 12:32:51 kwm Exp $
+# $MCom: ports/devel/gsettings-desktop-schemas/Makefile,v 1.15 2011/09/19 18:42:49 kwm Exp $
#
PORTNAME= gsettings-desktop-schemas
-PORTVERSION= 3.1.92
+PORTVERSION= 3.2.0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/devel/gsettings-desktop-schemas/distinfo b/devel/gsettings-desktop-schemas/distinfo
index 31768f645..8021598b9 100644
--- a/devel/gsettings-desktop-schemas/distinfo
+++ b/devel/gsettings-desktop-schemas/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gsettings-desktop-schemas-3.1.92.tar.xz) = 46a292d78c5f23431578bbd351c36737665c7e07eeb072864fb8d54653892077
-SIZE (gnome3/gsettings-desktop-schemas-3.1.92.tar.xz) = 151076
+SHA256 (gnome3/gsettings-desktop-schemas-3.2.0.tar.xz) = 110ea92485eade7f8f850da55944ae9f40597a891f3c46831c8edad06657e21c
+SIZE (gnome3/gsettings-desktop-schemas-3.2.0.tar.xz) = 155604
diff --git a/devel/gsettings-desktop-schemas/pkg-plist b/devel/gsettings-desktop-schemas/pkg-plist
index dd23a33e3..b3417479f 100644
--- a/devel/gsettings-desktop-schemas/pkg-plist
+++ b/devel/gsettings-desktop-schemas/pkg-plist
@@ -3,6 +3,7 @@ libdata/pkgconfig/gsettings-desktop-schemas.pc
share/GConf/gsettings/gsettings-desktop-schemas.convert
share/locale/cs/LC_MESSAGES/gsettings-desktop-schemas.mo
share/locale/de/LC_MESSAGES/gsettings-desktop-schemas.mo
+share/locale/eo/LC_MESSAGES/gsettings-desktop-schemas.mo
share/locale/es/LC_MESSAGES/gsettings-desktop-schemas.mo
share/locale/ja/LC_MESSAGES/gsettings-desktop-schemas.mo
share/locale/nb/LC_MESSAGES/gsettings-desktop-schemas.mo
diff --git a/net/libgweather3/Makefile b/net/libgweather3/Makefile
index 2c17da719..401e7d18f 100644
--- a/net/libgweather3/Makefile
+++ b/net/libgweather3/Makefile
@@ -3,11 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/libgweather3/Makefile,v 1.6 2011/05/25 17:08:18 kwm Exp $
+# $MCom: ports/net/libgweather3/Makefile,v 1.7 2011/06/10 22:59:07 mezz Exp $
#
PORTNAME= libgweather
-PORTVERSION= 3.0.2
+PORTVERSION= 3.2.0
CATEGORIES= net gnome
MASTER_SITES= GNOME
@@ -22,13 +22,14 @@ CONFLICTS= libgweather-2.[0-9]*
LATEST_LINK= libgweather3
USE_GETTEXT= yes
-USE_BZIP2= yes
+USE_XZ= yes
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack gtk30
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= gweather.schemas
diff --git a/net/libgweather3/distinfo b/net/libgweather3/distinfo
index 652c2a0e4..568fcf8eb 100644
--- a/net/libgweather3/distinfo
+++ b/net/libgweather3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libgweather-3.0.2.tar.bz2) = 9041526fa0466b99dae5cf06c2cc70376f25531eec5d58b1e1378acfb302410c
-SIZE (libgweather-3.0.2.tar.bz2) = 7472549
+SHA256 (libgweather-3.2.0.tar.xz) = 7fdae4aad787759ed0d0124d66991311a24c8c9a3c9a46c56f62e4cc4575aea9
+SIZE (libgweather-3.2.0.tar.xz) = 4265588
diff --git a/net/libgweather3/pkg-plist b/net/libgweather3/pkg-plist
index e73431dd6..901fa0f99 100644
--- a/net/libgweather3/pkg-plist
+++ b/net/libgweather3/pkg-plist
@@ -22,7 +22,7 @@ libdata/pkgconfig/gweather-3.0.pc
%%DOCSDIR%%-3.0/index.html
%%DOCSDIR%%-3.0/index.sgml
%%DOCSDIR%%-3.0/left.png
-%%DOCSDIR%%-3.0/libgweather-3.0.devhelp
+%%DOCSDIR%%-3.0/libgweather.devhelp
%%DOCSDIR%%-3.0/libgweather-3.0.devhelp2
%%DOCSDIR%%-3.0/libgweather-gweather-gconf.html
%%DOCSDIR%%-3.0/libgweather-gweather-location.html