diff options
author | mezz <mezz@FreeBSD.org> | 2007-08-09 05:48:42 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-08-09 05:48:42 +0800 |
commit | ee5e288931533ee2a684d5d12389a7c48635b623 (patch) | |
tree | d27f2a93c23f34dc3552fc6aa4253c345d1ca8a4 /deskutils | |
parent | 77470d2818ff5086d7b82ed33cd4223cb28d7629 (diff) | |
download | freebsd-ports-gnome-ee5e288931533ee2a684d5d12389a7c48635b623.tar.gz freebsd-ports-gnome-ee5e288931533ee2a684d5d12389a7c48635b623.tar.zst freebsd-ports-gnome-ee5e288931533ee2a684d5d12389a7c48635b623.zip |
Update to 0.9.1.
Requested by: Lachlan Michael <lachlan@lkla.dhs.org>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-blog/Makefile | 13 | ||||
-rw-r--r-- | deskutils/gnome-blog/distinfo | 6 | ||||
-rw-r--r-- | deskutils/gnome-blog/pkg-plist | 36 |
3 files changed, 43 insertions, 12 deletions
diff --git a/deskutils/gnome-blog/Makefile b/deskutils/gnome-blog/Makefile index 67599888e4e3..f7c9d545acb3 100644 --- a/deskutils/gnome-blog/Makefile +++ b/deskutils/gnome-blog/Makefile @@ -6,23 +6,22 @@ # PORTNAME= gnome-blog -PORTVERSION= 0.8 -PORTREVISION= 3 +PORTVERSION= 0.9.1 CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-blog/0.8 +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME app to post to blogs USE_BZIP2= yes -USE_X_PREFIX= yes USE_PYTHON= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/libs" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gnomeblog.schemas diff --git a/deskutils/gnome-blog/distinfo b/deskutils/gnome-blog/distinfo index 651eff506733..fa38d651e4bb 100644 --- a/deskutils/gnome-blog/distinfo +++ b/deskutils/gnome-blog/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome-blog-0.8.tar.bz2) = 0a953c1dfade735285e768e785423222 -SHA256 (gnome-blog-0.8.tar.bz2) = 24823fd381369502e80e49bc5fbc0bf26600aad8cce17c0049218f4223291545 -SIZE (gnome-blog-0.8.tar.bz2) = 155839 +MD5 (gnome2/gnome-blog-0.9.1.tar.bz2) = 5eb8a04aadf33554a2087589a0025ecc +SHA256 (gnome2/gnome-blog-0.9.1.tar.bz2) = e2857052bbbd702a76c1c9109a1497ecb60262e4be24ac6dde89443a4e564a3b +SIZE (gnome2/gnome-blog-0.9.1.tar.bz2) = 161445 diff --git a/deskutils/gnome-blog/pkg-plist b/deskutils/gnome-blog/pkg-plist index 23b5eec84ba1..aa7d78c3e8b0 100644 --- a/deskutils/gnome-blog/pkg-plist +++ b/deskutils/gnome-blog/pkg-plist @@ -53,6 +53,38 @@ libexec/blog_applet.py share/gnome/applications/gnome-blog.desktop share/gnome/gnome-2.0/ui/GNOME_BlogApplet.xml share/gnome/pixmaps/gnome-blog.png +share/locale/az/LC_MESSAGES/gnome-blog.mo +share/locale/bg/LC_MESSAGES/gnome-blog.mo +share/locale/ca/LC_MESSAGES/gnome-blog.mo +share/locale/cs/LC_MESSAGES/gnome-blog.mo +share/locale/de/LC_MESSAGES/gnome-blog.mo +share/locale/en_CA/LC_MESSAGES/gnome-blog.mo +share/locale/en_GB/LC_MESSAGES/gnome-blog.mo +share/locale/es/LC_MESSAGES/gnome-blog.mo +share/locale/et/LC_MESSAGES/gnome-blog.mo +share/locale/fi/LC_MESSAGES/gnome-blog.mo +share/locale/fr/LC_MESSAGES/gnome-blog.mo +share/locale/gl/LC_MESSAGES/gnome-blog.mo +share/locale/hr/LC_MESSAGES/gnome-blog.mo +share/locale/hu/LC_MESSAGES/gnome-blog.mo +share/locale/it/LC_MESSAGES/gnome-blog.mo +share/locale/ja/LC_MESSAGES/gnome-blog.mo +share/locale/ms/LC_MESSAGES/gnome-blog.mo +share/locale/nb/LC_MESSAGES/gnome-blog.mo +share/locale/ne/LC_MESSAGES/gnome-blog.mo +share/locale/nl/LC_MESSAGES/gnome-blog.mo +share/locale/pl/LC_MESSAGES/gnome-blog.mo +share/locale/pt/LC_MESSAGES/gnome-blog.mo +share/locale/pt_BR/LC_MESSAGES/gnome-blog.mo +share/locale/rw/LC_MESSAGES/gnome-blog.mo +share/locale/sq/LC_MESSAGES/gnome-blog.mo +share/locale/sr/LC_MESSAGES/gnome-blog.mo +share/locale/sr@Latn/LC_MESSAGES/gnome-blog.mo +share/locale/sv/LC_MESSAGES/gnome-blog.mo +share/locale/uk/LC_MESSAGES/gnome-blog.mo +share/locale/vi/LC_MESSAGES/gnome-blog.mo +share/locale/zh_CN/LC_MESSAGES/gnome-blog.mo +share/locale/zh_TW/LC_MESSAGES/gnome-blog.mo +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw @dirrm %%PYTHON_SITELIBDIR%%/gnomeblog -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% |