Date: Fri, 10 May 2019 15:29:57 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501179 - head/deskutils/meteo Message-ID: <201905101529.x4AFTvrp045071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri May 10 15:29:57 2019 New Revision: 501179 URL: https://svnweb.freebsd.org/changeset/ports/501179 Log: deskutils/meteo: update to 0.9.7 PR: 237824 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer) Modified: head/deskutils/meteo/Makefile (contents, props changed) head/deskutils/meteo/distinfo (contents, props changed) head/deskutils/meteo/pkg-plist (contents, props changed) Modified: head/deskutils/meteo/Makefile ============================================================================== --- head/deskutils/meteo/Makefile Fri May 10 15:27:40 2019 (r501178) +++ head/deskutils/meteo/Makefile Fri May 10 15:29:57 2019 (r501179) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= meteo -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= deskutils MAINTAINER= tagattie@yandex.com @@ -23,7 +23,8 @@ USES= compiler:c11 desktop-file-utils gettext gnome m USE_GITLAB= yes GL_ACCOUNT= bitseater -GL_COMMIT= 1a36202057ddd502556afd9335a8f8d51b714537 +GL_COMMIT= c83cea9a31901911ed5f8d87756d33a36b547457 + USE_GNOME= gtk30 SHEBANG_FILES= meson/post_install.py @@ -40,8 +41,6 @@ post-extract: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/deskutils/meteo/distinfo ============================================================================== --- head/deskutils/meteo/distinfo Fri May 10 15:27:40 2019 (r501178) +++ head/deskutils/meteo/distinfo Fri May 10 15:29:57 2019 (r501179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551351443 -SHA256 (bitseater-meteo-1a36202057ddd502556afd9335a8f8d51b714537_GL0.tar.gz) = c487f636f407ecaf74b73921252eada914f5b1e27c3f970c0dd4cc992482bc05 -SIZE (bitseater-meteo-1a36202057ddd502556afd9335a8f8d51b714537_GL0.tar.gz) = 550982 +TIMESTAMP = 1557383421 +SHA256 (bitseater-meteo-c83cea9a31901911ed5f8d87756d33a36b547457_GL0.tar.gz) = 9eb148c2c2c599ddca3f8b97c569a2bc3a784a47a2febbdc2d01bab74314b638 +SIZE (bitseater-meteo-c83cea9a31901911ed5f8d87756d33a36b547457_GL0.tar.gz) = 552125 Modified: head/deskutils/meteo/pkg-plist ============================================================================== --- head/deskutils/meteo/pkg-plist Fri May 10 15:27:40 2019 (r501178) +++ head/deskutils/meteo/pkg-plist Fri May 10 15:29:57 2019 (r501179) @@ -25,6 +25,7 @@ share/locale/es_ES/LC_MESSAGES/com.gitlab.bitseater.me share/locale/fr/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/lt/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/nb/LC_MESSAGES/com.gitlab.bitseater.meteo.mo +share/locale/nl/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/pt/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/pt_BR/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/pt_PT/LC_MESSAGES/com.gitlab.bitseater.meteo.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905101529.x4AFTvrp045071>