Date: Wed, 27 Mar 2013 18:33:14 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315404 - head/deskutils/steadyflow Message-ID: <201303271833.r2RIXEWI010876@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Wed Mar 27 18:33:13 2013 New Revision: 315404 URL: http://svnweb.freebsd.org/changeset/ports/315404 Log: - Update to 0.2.0 Modified: head/deskutils/steadyflow/Makefile head/deskutils/steadyflow/distinfo (contents, props changed) head/deskutils/steadyflow/pkg-plist (contents, props changed) Modified: head/deskutils/steadyflow/Makefile ============================================================================== --- head/deskutils/steadyflow/Makefile Wed Mar 27 18:23:54 2013 (r315403) +++ head/deskutils/steadyflow/Makefile Wed Mar 27 18:33:13 2013 (r315404) @@ -2,28 +2,27 @@ # PORTNAME= steadyflow -PORTVERSION= 0.1.7 -PORTREVISION= 3 +PORTVERSION= 0.2.0 CATEGORIES= deskutils -MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ - https://launchpadlibrarian.net/72208624/ +MASTER_SITES= https://launchpadlibrarian.net/109019071/ \ + https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ + LOCAL/olivierd MAINTAINER= olivierd@FreeBSD.org COMMENT= Simple download manager LICENSE= GPLv3 -BROKEN= Doesn't build with vala 0.18 - LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ gee:${PORTSDIR}/devel/libgee06 \ notify:${PORTSDIR}/devel/libnotify \ unique-1:${PORTSDIR}/x11-toolkits/unique BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala +USE_XZ= yes USES= cmake GLIB_SCHEMAS= net.launchpad.steadyflow.gschema.xml -USE_GNOME= desktopfileutils glib20 gtk20 +USE_GNOME= desktopfileutils glib20 gtk30 USE_GETTEXT= yes INSTALLS_ICONS= yes USE_PKGCONFIG= build Modified: head/deskutils/steadyflow/distinfo ============================================================================== --- head/deskutils/steadyflow/distinfo Wed Mar 27 18:23:54 2013 (r315403) +++ head/deskutils/steadyflow/distinfo Wed Mar 27 18:33:13 2013 (r315404) @@ -1,2 +1,2 @@ -SHA256 (steadyflow-0.1.7.tar.gz) = 14b5865244a71e934b2a68027d3ade2f992639ad6d8d053f9838825c781a15d2 -SIZE (steadyflow-0.1.7.tar.gz) = 137745 +SHA256 (steadyflow-0.2.0.tar.xz) = ab1f23d52be78c952979ee0bb1778b8bf4664145c6fb28db219d516aae7dddb6 +SIZE (steadyflow-0.2.0.tar.xz) = 132744 Modified: head/deskutils/steadyflow/pkg-plist ============================================================================== --- head/deskutils/steadyflow/pkg-plist Wed Mar 27 18:23:54 2013 (r315403) +++ head/deskutils/steadyflow/pkg-plist Wed Mar 27 18:33:13 2013 (r315404) @@ -12,19 +12,25 @@ share/locale/ast/LC_MESSAGES/steadyflow. share/locale/be/LC_MESSAGES/steadyflow.mo share/locale/bg/LC_MESSAGES/steadyflow.mo share/locale/bn/LC_MESSAGES/steadyflow.mo +share/locale/bs/LC_MESSAGES/steadyflow.mo +share/locale/ca/LC_MESSAGES/steadyflow.mo share/locale/cs/LC_MESSAGES/steadyflow.mo share/locale/da/LC_MESSAGES/steadyflow.mo share/locale/de/LC_MESSAGES/steadyflow.mo share/locale/el/LC_MESSAGES/steadyflow.mo +share/locale/en_AU/LC_MESSAGES/steadyflow.mo +share/locale/en_CA/LC_MESSAGES/steadyflow.mo share/locale/en_GB/LC_MESSAGES/steadyflow.mo share/locale/eo/LC_MESSAGES/steadyflow.mo share/locale/es/LC_MESSAGES/steadyflow.mo share/locale/et/LC_MESSAGES/steadyflow.mo +share/locale/eu/LC_MESSAGES/steadyflow.mo share/locale/fa/LC_MESSAGES/steadyflow.mo share/locale/fi/LC_MESSAGES/steadyflow.mo share/locale/fo/LC_MESSAGES/steadyflow.mo share/locale/fr/LC_MESSAGES/steadyflow.mo share/locale/gl/LC_MESSAGES/steadyflow.mo +share/locale/gu/LC_MESSAGES/steadyflow.mo share/locale/he/LC_MESSAGES/steadyflow.mo share/locale/hi/LC_MESSAGES/steadyflow.mo share/locale/hr/LC_MESSAGES/steadyflow.mo @@ -33,8 +39,11 @@ share/locale/id/LC_MESSAGES/steadyflow.m share/locale/it/LC_MESSAGES/steadyflow.mo share/locale/ja/LC_MESSAGES/steadyflow.mo share/locale/ka/LC_MESSAGES/steadyflow.mo +share/locale/ko/LC_MESSAGES/steadyflow.mo +share/locale/lt/LC_MESSAGES/steadyflow.mo share/locale/ml/LC_MESSAGES/steadyflow.mo share/locale/ms/LC_MESSAGES/steadyflow.mo +share/locale/my/LC_MESSAGES/steadyflow.mo share/locale/nb/LC_MESSAGES/steadyflow.mo share/locale/nl/LC_MESSAGES/steadyflow.mo share/locale/nn/LC_MESSAGES/steadyflow.mo @@ -51,6 +60,7 @@ share/locale/sv/LC_MESSAGES/steadyflow.m share/locale/te/LC_MESSAGES/steadyflow.mo share/locale/tr/LC_MESSAGES/steadyflow.mo share/locale/uk/LC_MESSAGES/steadyflow.mo +share/locale/vi/LC_MESSAGES/steadyflow.mo share/locale/zh_CN/LC_MESSAGES/steadyflow.mo share/locale/zh_TW/LC_MESSAGES/steadyflow.mo %%DATADIR%%/ui/AddFileDialog.ui @@ -62,6 +72,8 @@ share/locale/zh_TW/LC_MESSAGES/steadyflo @dirrmtry share/locale/te @dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si +@dirrmtry share/locale/my/LC_MESSAGES +@dirrmtry share/locale/my @dirrmtry share/locale/fo/LC_MESSAGES @dirrmtry share/locale/fo @dirrmtry share/locale/ast/LC_MESSAGES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303271833.r2RIXEWI010876>