pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/libmateweather



Module Name:    pkgsrc
Committed By:   youri
Date:           Wed Jan 16 15:00:35 UTC 2019

Modified Files:
        pkgsrc/misc/libmateweather: Makefile PLIST distinfo

Log Message:
libmateweather: Update to 1.21.0:

### libmateweather 1.21.0

    sync with transifex
    locations: Add Feira de Santana, Brazil
    test_sun_moon.c: remove unused variable
    weather-moon: fix weird thing in comments
    metar: fix searching for string to parse
    metar: fix indent somewhat


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/libmateweather/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/libmateweather/PLIST \
    pkgsrc/misc/libmateweather/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libmateweather/Makefile
diff -u pkgsrc/misc/libmateweather/Makefile:1.19 pkgsrc/misc/libmateweather/Makefile:1.20
--- pkgsrc/misc/libmateweather/Makefile:1.19    Sun Dec  9 18:52:04 2018
+++ pkgsrc/misc/libmateweather/Makefile Wed Jan 16 15:00:35 2019
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.19 2018/12/09 18:52:04 adam Exp $
+# $NetBSD: Makefile,v 1.20 2019/01/16 15:00:35 youri Exp $
 
-PKGREVISION= 5
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      libmateweather-${VERSION}

Index: pkgsrc/misc/libmateweather/PLIST
diff -u pkgsrc/misc/libmateweather/PLIST:1.3 pkgsrc/misc/libmateweather/PLIST:1.4
--- pkgsrc/misc/libmateweather/PLIST:1.3        Mon May 14 12:46:22 2018
+++ pkgsrc/misc/libmateweather/PLIST    Wed Jan 16 15:00:35 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/14 12:46:22 youri Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/01/16 15:00:35 youri Exp $
 include/libmateweather/location-entry.h
 include/libmateweather/mateweather-enum-types.h
 include/libmateweather/mateweather-location.h
@@ -517,15 +517,19 @@ share/locale/fi/LC_MESSAGES/libmateweath
 share/locale/fr/LC_MESSAGES/libmateweather.mo
 share/locale/fr_CA/LC_MESSAGES/libmateweather.mo
 share/locale/frp/LC_MESSAGES/libmateweather.mo
+share/locale/fur/LC_MESSAGES/libmateweather.mo
+share/locale/fy/LC_MESSAGES/libmateweather.mo
 share/locale/ga/LC_MESSAGES/libmateweather.mo
 share/locale/gl/LC_MESSAGES/libmateweather.mo
 share/locale/gu/LC_MESSAGES/libmateweather.mo
+share/locale/ha/LC_MESSAGES/libmateweather.mo
 share/locale/he/LC_MESSAGES/libmateweather.mo
 share/locale/hi/LC_MESSAGES/libmateweather.mo
 share/locale/hr/LC_MESSAGES/libmateweather.mo
 share/locale/hu/LC_MESSAGES/libmateweather.mo
 share/locale/hy/LC_MESSAGES/libmateweather.mo
 share/locale/id/LC_MESSAGES/libmateweather.mo
+share/locale/ig/LC_MESSAGES/libmateweather.mo
 share/locale/is/LC_MESSAGES/libmateweather.mo
 share/locale/it/LC_MESSAGES/libmateweather.mo
 share/locale/ja/LC_MESSAGES/libmateweather.mo
@@ -547,13 +551,16 @@ share/locale/mn/LC_MESSAGES/libmateweath
 share/locale/mr/LC_MESSAGES/libmateweather.mo
 share/locale/ms/LC_MESSAGES/libmateweather.mo
 share/locale/nb/LC_MESSAGES/libmateweather.mo
+share/locale/nds/LC_MESSAGES/libmateweather.mo
 share/locale/ne/LC_MESSAGES/libmateweather.mo
 share/locale/nl/LC_MESSAGES/libmateweather.mo
 share/locale/nn/LC_MESSAGES/libmateweather.mo
+share/locale/nso/LC_MESSAGES/libmateweather.mo
 share/locale/oc/LC_MESSAGES/libmateweather.mo
 share/locale/or/LC_MESSAGES/libmateweather.mo
 share/locale/pa/LC_MESSAGES/libmateweather.mo
 share/locale/pl/LC_MESSAGES/libmateweather.mo
+share/locale/ps/LC_MESSAGES/libmateweather.mo
 share/locale/pt/LC_MESSAGES/libmateweather.mo
 share/locale/pt_BR/LC_MESSAGES/libmateweather.mo
 share/locale/ro/LC_MESSAGES/libmateweather.mo
@@ -570,11 +577,15 @@ share/locale/ta/LC_MESSAGES/libmateweath
 share/locale/te/LC_MESSAGES/libmateweather.mo
 share/locale/th/LC_MESSAGES/libmateweather.mo
 share/locale/tr/LC_MESSAGES/libmateweather.mo
+share/locale/ug/LC_MESSAGES/libmateweather.mo
 share/locale/uk/LC_MESSAGES/libmateweather.mo
+share/locale/ur/LC_MESSAGES/libmateweather.mo
 share/locale/uz/LC_MESSAGES/libmateweather.mo
 share/locale/vi/LC_MESSAGES/libmateweather.mo
 share/locale/wa/LC_MESSAGES/libmateweather.mo
 share/locale/xh/LC_MESSAGES/libmateweather.mo
+share/locale/yo/LC_MESSAGES/libmateweather.mo
 share/locale/zh_CN/LC_MESSAGES/libmateweather.mo
 share/locale/zh_HK/LC_MESSAGES/libmateweather.mo
 share/locale/zh_TW/LC_MESSAGES/libmateweather.mo
+share/locale/zu/LC_MESSAGES/libmateweather.mo
Index: pkgsrc/misc/libmateweather/distinfo
diff -u pkgsrc/misc/libmateweather/distinfo:1.3 pkgsrc/misc/libmateweather/distinfo:1.4
--- pkgsrc/misc/libmateweather/distinfo:1.3     Mon May 14 12:46:22 2018
+++ pkgsrc/misc/libmateweather/distinfo Wed Jan 16 15:00:35 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/05/14 12:46:22 youri Exp $
+$NetBSD: distinfo,v 1.4 2019/01/16 15:00:35 youri Exp $
 
-SHA1 (libmateweather-1.20.0.tar.xz) = 60dfc96ff6cdb7e94e14f38731a444d447a162e2
-RMD160 (libmateweather-1.20.0.tar.xz) = bef33c9689ec7a67ce8a39a442f4886f9a56eacf
-SHA512 (libmateweather-1.20.0.tar.xz) = 50d06701b5b2de77f9ab120cda6919e1a8b49d796ae212756db50a076d7de6a5d9d217b2e327d711ac98797c2f9fc7c03d2e9ec6523511ca1895b3ceee84dfb1
-Size (libmateweather-1.20.0.tar.xz) = 3404840 bytes
+SHA1 (libmateweather-1.21.0.tar.xz) = b6aca714e7a00b15f7d06a1a80c6521c90072f69
+RMD160 (libmateweather-1.21.0.tar.xz) = 33ee4697782246c332df9a65693e3107a305eb61
+SHA512 (libmateweather-1.21.0.tar.xz) = dab6d10dcf6db51a7b321690066983e06b3e237842660125b0dc36b565a04e5910f0091826091e78a9c2634932a73bf45f4749c505fd42f407f4a5f921ed68c9
+Size (libmateweather-1.21.0.tar.xz) = 3400552 bytes



Home | Main Index | Thread Index | Old Index