diff options
author | swills <swills@FreeBSD.org> | 2019-05-10 23:29:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-05-10 23:29:57 +0800 |
commit | b496922285f1663727b9c22ba9da5855499b341d (patch) | |
tree | 4f71e8d4db6354dd06c4f0001a6bf6410c7d4510 /deskutils | |
parent | 001d61b4de5d3fcef3f2410caeb45b269259a654 (diff) | |
download | freebsd-ports-gnome-b496922285f1663727b9c22ba9da5855499b341d.tar.gz freebsd-ports-gnome-b496922285f1663727b9c22ba9da5855499b341d.tar.zst freebsd-ports-gnome-b496922285f1663727b9c22ba9da5855499b341d.zip |
deskutils/meteo: update to 0.9.7
PR: 237824
Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/meteo/Makefile | 9 | ||||
-rw-r--r-- | deskutils/meteo/distinfo | 6 | ||||
-rw-r--r-- | deskutils/meteo/pkg-plist | 1 |
3 files changed, 8 insertions, 8 deletions
diff --git a/deskutils/meteo/Makefile b/deskutils/meteo/Makefile index 45024616149d..69aa81d34457 100644 --- a/deskutils/meteo/Makefile +++ b/deskutils/meteo/Makefile @@ -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 meson pkgconfig \ 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> diff --git a/deskutils/meteo/distinfo b/deskutils/meteo/distinfo index 2af7b2969053..a4540b8ff3a5 100644 --- a/deskutils/meteo/distinfo +++ b/deskutils/meteo/distinfo @@ -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 diff --git a/deskutils/meteo/pkg-plist b/deskutils/meteo/pkg-plist index c2425655bd9f..a02bebe72a3c 100644 --- a/deskutils/meteo/pkg-plist +++ b/deskutils/meteo/pkg-plist @@ -25,6 +25,7 @@ share/locale/es_ES/LC_MESSAGES/com.gitlab.bitseater.meteo.mo 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 |