Date: Wed, 22 Apr 2009 09:43:53 +0200 (CEST) From: Arnaud Berthomier <oz@cyprio.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133908: Update port: net/twitux to release 0.69 Message-ID: <20090422074353.66A962281A@guineapig.lab.cyprio.net> Resent-Message-ID: <200904220810.n3M8A24V067452@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133908 >Category: ports >Synopsis: Update port: net/twitux to release 0.69 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 22 08:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 7.1-RELEASE i386 >Organization: >Environment: System: FreeBSD guineapig.cyprio.net 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- twitux.patch begins here --- diff --git Makefile Makefile index cc2e4a2..658c0dd 100644 --- Makefile +++ Makefile @@ -6,7 +6,7 @@ # PORTNAME= twitux -PORTVERSION= 0.62 +PORTVERSION= 0.69 CATEGORIES= net MASTER_SITES= SF @@ -15,10 +15,12 @@ COMMENT= GNOME client for Twitter LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - notify.1:${PORTSDIR}/devel/libnotify + notify.1:${PORTSDIR}/devel/libnotify \ + canberra:${PORTSDIR}/audio/libcanberra USE_XORG= x11 -USE_GNOME= glib20 gtk20 gconf2 libxml2 +USE_GNOME= glib20 gtk20 gconf2 libxml2 gnomedocutils +INSTALLS_OMF= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git distinfo distinfo index 8c82239..252595d 100755 --- distinfo +++ distinfo @@ -1,3 +1,3 @@ -MD5 (twitux-0.62.tar.bz2) = ed9d5c66aa5dfb88bff8269fa2c4e3ce -SHA256 (twitux-0.62.tar.bz2) = 09fe27c5643cb9b2ba537c8e07aceda53a09e607243b94c8e5b6a78d40b2a1ff -SIZE (twitux-0.62.tar.bz2) = 369539 +MD5 (twitux-0.69.tar.bz2) = e51162151cc59623d95a0cfe3624d254 +SHA256 (twitux-0.69.tar.bz2) = 374f429b248f2aaa42d55676a6524644df29893981c7481442663ae63ba97cf0 +SIZE (twitux-0.69.tar.bz2) = 474366 diff --git pkg-descr pkg-descr index e198d77..ed42333 100755 --- pkg-descr +++ pkg-descr @@ -1,3 +1,5 @@ Twitux is a very simple GNOME client for Twitter. It handles private -messages, friends and public timelines, and just sits in your tray bar -until until new messages arrive. +messages, friends, public timeline, and stays in your tray bar most +of the time, until new messages arrive. + +WWW: http://live.gnome.org/DanielMorales/Twitux diff --git pkg-plist pkg-plist index 4d58a15..3a32bce 100755 --- pkg-plist +++ pkg-plist @@ -2,11 +2,16 @@ bin/twitux lib/locale/de/LC_MESSAGES/twitux.mo lib/locale/es/LC_MESSAGES/twitux.mo lib/locale/fr/LC_MESSAGES/twitux.mo +lib/locale/ja/LC_MESSAGES/twitux.mo lib/locale/pt/LC_MESSAGES/twitux.mo lib/locale/sv/LC_MESSAGES/twitux.mo share/applications/twitux.desktop +share/gnome/help/twitux/C/figures/client.png +share/gnome/help/twitux/C/legal.xml +share/gnome/help/twitux/C/twitux.xml share/icons/hicolor/48x48/apps/twitux.png share/icons/hicolor/scalable/apps/twitux.svg +share/omf/twitux/twitux-C.omf share/twitux/account_dlg.xml share/twitux/add_friend_dlg.xml share/twitux/lists_dlg.xml @@ -14,17 +19,34 @@ share/twitux/main_window.xml share/twitux/prefs_dlg.xml share/twitux/send_message_dlg.xml share/twitux/spell_dlg.xml -share/twitux/tray_menu.xml @dirrm share/twitux +@dirrm share/omf/twitux +@dirrm share/gnome/help/twitux/C/figures +@dirrm share/gnome/help/twitux/C +@dirrm share/gnome/help/twitux +@dirrmtry share/omf +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/gnome/help +@dirrmtry share/gnome +@dirrmtry share/applications @dirrmtry lib/locale/sv/LC_MESSAGES -@dirrmtry lib/locale/de/LC_MESSAGES -@dirrmtry lib/locale/es/LC_MESSAGES -@dirrmtry lib/locale/fr/LC_MESSAGES @dirrmtry lib/locale/pt/LC_MESSAGES -@dirrmtry lib/locale/de -@dirrmtry lib/locale/es -@dirrmtry lib/locale/fr -@dirrmtry lib/locale/pt +@dirrmtry lib/locale/ja/LC_MESSAGES +@dirrmtry lib/locale/fr/LC_MESSAGES +@dirrmtry lib/locale/es/LC_MESSAGES +@dirrmtry lib/locale/de/LC_MESSAGES @dirrmtry lib/locale/sv +@dirrmtry lib/locale/pt +@dirrmtry lib/locale/ja +@dirrmtry lib/locale/fr +@dirrmtry lib/locale/es +@dirrmtry lib/locale/de @dirrmtry lib/locale -@dirrmtry share/applications +@dirrmtry etc/gconf/schemas +@dirrmtry etc/gconf/gconf.xml.defaults +@dirrmtry etc/gconf --- twitux.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090422074353.66A962281A>