diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-01 17:24:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-01 17:24:12 +0800 |
commit | 6b290b2ffa8ee3f9473da443bfbd51f96d4fe7f0 (patch) | |
tree | a4bb6997b82eb18bd2f77e33c7ef858cf3a807a5 | |
parent | de97b505652553eb7f783bde56cbef2c080051c1 (diff) | |
download | marcuscom-ports-6b290b2ffa8ee3f9473da443bfbd51f96d4fe7f0.tar marcuscom-ports-6b290b2ffa8ee3f9473da443bfbd51f96d4fe7f0.tar.gz marcuscom-ports-6b290b2ffa8ee3f9473da443bfbd51f96d4fe7f0.tar.bz2 marcuscom-ports-6b290b2ffa8ee3f9473da443bfbd51f96d4fe7f0.tar.lz marcuscom-ports-6b290b2ffa8ee3f9473da443bfbd51f96d4fe7f0.tar.xz marcuscom-ports-6b290b2ffa8ee3f9473da443bfbd51f96d4fe7f0.tar.zst marcuscom-ports-6b290b2ffa8ee3f9473da443bfbd51f96d4fe7f0.zip |
Update to 3.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16839 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/gnome-online-accounts/Makefile | 16 | ||||
-rw-r--r-- | net/gnome-online-accounts/distinfo | 4 | ||||
-rw-r--r-- | net/gnome-online-accounts/files/patch-src_goabackend_goalogging.c | 15 | ||||
-rw-r--r-- | net/gnome-online-accounts/pkg-plist | 24 |
4 files changed, 34 insertions, 25 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 2b98ff298..9f3efcfb7 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -3,10 +3,10 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnome-online-accounts/Makefile,v 1.5 2011/10/16 19:57:09 kwm Exp $ +# $MCom: ports/net/gnome-online-accounts/Makefile,v 1.6 2011/10/18 21:52:30 kwm Exp $ PORTNAME= gnome-online-accounts -PORTVERSION= 3.2.1 +PORTVERSION= 3.4.2 CATEGORIES= net MASTER_SITES= GNOME @@ -15,11 +15,11 @@ COMMENT= Interface privider to access the user's online accounts. BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl -LIB_DEPENDS= webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \ +LIB_DEPENDS= webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \ json-glib:${PORTSDIR}/devel/json-glib \ - notify.4:${PORTSDIR}/devel/libnotify \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - rest-0.7.0:${PORTSDIR}/www/rest + notify:${PORTSDIR}/devel/libnotify \ + gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ + rest-0.7:${PORTSDIR}/www/rest USE_XZ= yes USE_GNOME= gnomehack gtk30 intlhack @@ -28,8 +28,8 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN8= goa-daemon.8 diff --git a/net/gnome-online-accounts/distinfo b/net/gnome-online-accounts/distinfo index 9defed3ca..059de3b8c 100644 --- a/net/gnome-online-accounts/distinfo +++ b/net/gnome-online-accounts/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome-online-accounts-3.2.1.tar.xz) = 549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234 -SIZE (gnome-online-accounts-3.2.1.tar.xz) = 457816 +SHA256 (gnome-online-accounts-3.4.2.tar.xz) = b349ea12fbb564c8a71574b47d8949974cf42f959d7da212ef8933a5eb1d7945 +SIZE (gnome-online-accounts-3.4.2.tar.xz) = 486952 diff --git a/net/gnome-online-accounts/files/patch-src_goabackend_goalogging.c b/net/gnome-online-accounts/files/patch-src_goabackend_goalogging.c deleted file mode 100644 index 6c803a2c4..000000000 --- a/net/gnome-online-accounts/files/patch-src_goabackend_goalogging.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/goabackend/goalogging.c.orig 2011-08-25 15:50:26.000000000 +0200 -+++ src/goabackend/goalogging.c 2011-09-16 14:58:16.000000000 +0200 -@@ -207,7 +207,12 @@ goa_log (GoaLogLevel level, - break; - } - -+// sys_gettid return current pid -+#ifdef __linux__ - thread_str = g_strdup_printf ("%d", (gint) syscall (SYS_gettid)); -+#else -+ thread_str = g_strdup_printf ("%d", (gint) getpid()); -+#endif - g_print ("%s%s%s.%03d:%s%s%s[%s]%s:%s%s%s:%s %s %s[%s, %s()]%s\n", - _color_get (_COLOR_BOLD_ON), _color_get (_COLOR_FG_YELLOW), time_buf, (gint) now.tv_usec / 1000, _color_get (_COLOR_RESET), - _color_get (_COLOR_FG_MAGENTA), _color_get (_COLOR_BOLD_ON), thread_str, _color_get (_COLOR_RESET), diff --git a/net/gnome-online-accounts/pkg-plist b/net/gnome-online-accounts/pkg-plist index 47814bfde..719461d73 100644 --- a/net/gnome-online-accounts/pkg-plist +++ b/net/gnome-online-accounts/pkg-plist @@ -17,6 +17,7 @@ include/goa-1.0/goabackend/goaoauth2provider.h include/goa-1.0/goabackend/goaoauthprovider.h include/goa-1.0/goabackend/goaprovider.h include/goa-1.0/goabackend/goatwitterprovider.h +include/goa-1.0/goabackend/goawindowsliveprovider.h include/goa-1.0/goabackend/goayahooprovider.h lib/girepository-1.0/Goa-1.0.typelib lib/libgoa-1.0.a @@ -34,32 +35,38 @@ share/dbus-1/services/org.gnome.OnlineAccounts.service share/gir-1.0/Goa-1.0.gir share/icons/hicolor/16x16/apps/goa-account-facebook.png share/icons/hicolor/16x16/apps/goa-account-google.png +share/icons/hicolor/16x16/apps/goa-account-msn.png share/icons/hicolor/16x16/apps/goa-account-twitter.png share/icons/hicolor/16x16/apps/goa-account-yahoo.png share/icons/hicolor/16x16/apps/goa-account.png share/icons/hicolor/22x22/apps/goa-account-facebook.png share/icons/hicolor/22x22/apps/goa-account-google.png +share/icons/hicolor/22x22/apps/goa-account-msn.png share/icons/hicolor/22x22/apps/goa-account-twitter.png share/icons/hicolor/22x22/apps/goa-account-yahoo.png share/icons/hicolor/22x22/apps/goa-account.png share/icons/hicolor/24x24/apps/goa-account-facebook.png share/icons/hicolor/24x24/apps/goa-account-google.png +share/icons/hicolor/24x24/apps/goa-account-msn.png share/icons/hicolor/24x24/apps/goa-account-twitter.png share/icons/hicolor/24x24/apps/goa-account-yahoo.png share/icons/hicolor/24x24/apps/goa-account.png share/icons/hicolor/256x256/apps/goa-account.png share/icons/hicolor/32x32/apps/goa-account-facebook.png share/icons/hicolor/32x32/apps/goa-account-google.png +share/icons/hicolor/32x32/apps/goa-account-msn.png share/icons/hicolor/32x32/apps/goa-account-twitter.png share/icons/hicolor/32x32/apps/goa-account-yahoo.png share/icons/hicolor/32x32/apps/goa-account.png share/icons/hicolor/48x48/apps/goa-account-facebook.png share/icons/hicolor/48x48/apps/goa-account-google.png +share/icons/hicolor/48x48/apps/goa-account-msn.png share/icons/hicolor/48x48/apps/goa-account-twitter.png share/icons/hicolor/48x48/apps/goa-account-yahoo.png share/icons/hicolor/48x48/apps/goa-account.png share/locale/ar/LC_MESSAGES/gnome-online-accounts.mo share/locale/as/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ast/LC_MESSAGES/gnome-online-accounts.mo share/locale/be/LC_MESSAGES/gnome-online-accounts.mo share/locale/bg/LC_MESSAGES/gnome-online-accounts.mo share/locale/ca/LC_MESSAGES/gnome-online-accounts.mo @@ -70,24 +77,34 @@ share/locale/de/LC_MESSAGES/gnome-online-accounts.mo share/locale/en_GB/LC_MESSAGES/gnome-online-accounts.mo share/locale/eo/LC_MESSAGES/gnome-online-accounts.mo share/locale/es/LC_MESSAGES/gnome-online-accounts.mo +share/locale/et/LC_MESSAGES/gnome-online-accounts.mo share/locale/eu/LC_MESSAGES/gnome-online-accounts.mo share/locale/fa/LC_MESSAGES/gnome-online-accounts.mo +share/locale/fi/LC_MESSAGES/gnome-online-accounts.mo share/locale/fr/LC_MESSAGES/gnome-online-accounts.mo share/locale/gl/LC_MESSAGES/gnome-online-accounts.mo share/locale/gu/LC_MESSAGES/gnome-online-accounts.mo +share/locale/he/LC_MESSAGES/gnome-online-accounts.mo share/locale/hu/LC_MESSAGES/gnome-online-accounts.mo share/locale/id/LC_MESSAGES/gnome-online-accounts.mo share/locale/it/LC_MESSAGES/gnome-online-accounts.mo share/locale/ja/LC_MESSAGES/gnome-online-accounts.mo +share/locale/km/LC_MESSAGES/gnome-online-accounts.mo share/locale/ko/LC_MESSAGES/gnome-online-accounts.mo share/locale/lt/LC_MESSAGES/gnome-online-accounts.mo share/locale/lv/LC_MESSAGES/gnome-online-accounts.mo +share/locale/mk/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ml/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ms/LC_MESSAGES/gnome-online-accounts.mo share/locale/nb/LC_MESSAGES/gnome-online-accounts.mo +share/locale/nl/LC_MESSAGES/gnome-online-accounts.mo share/locale/pa/LC_MESSAGES/gnome-online-accounts.mo share/locale/pl/LC_MESSAGES/gnome-online-accounts.mo share/locale/pt/LC_MESSAGES/gnome-online-accounts.mo share/locale/pt_BR/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ro/LC_MESSAGES/gnome-online-accounts.mo share/locale/ru/LC_MESSAGES/gnome-online-accounts.mo +share/locale/sk/LC_MESSAGES/gnome-online-accounts.mo share/locale/sl/LC_MESSAGES/gnome-online-accounts.mo share/locale/sr/LC_MESSAGES/gnome-online-accounts.mo share/locale/sr@latin/LC_MESSAGES/gnome-online-accounts.mo @@ -96,6 +113,7 @@ share/locale/ta/LC_MESSAGES/gnome-online-accounts.mo share/locale/te/LC_MESSAGES/gnome-online-accounts.mo share/locale/th/LC_MESSAGES/gnome-online-accounts.mo share/locale/tr/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ug/LC_MESSAGES/gnome-online-accounts.mo share/locale/uk/LC_MESSAGES/gnome-online-accounts.mo share/locale/vi/LC_MESSAGES/gnome-online-accounts.mo share/locale/zh_CN/LC_MESSAGES/gnome-online-accounts.mo @@ -103,12 +121,18 @@ share/locale/zh_HK/LC_MESSAGES/gnome-online-accounts.mo share/locale/zh_TW/LC_MESSAGES/gnome-online-accounts.mo @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km @dirrmtry share/locale/ca@valencia/LC_MESSAGES @dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as @dirrm include/goa-1.0/goabackend |