svn commit: r501179 - head/deskutils/meteo

Steve Wills swills at FreeBSD.org
Fri May 10 15:29:59 UTC 2019


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 at 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 at 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


More information about the svn-ports-all mailing list