pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ansiweather



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Dec 18 18:57:05 UTC 2016

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

Log Message:
ansiweather: update to 1.09

Added man page, -v flag for version.
License is now 2-clause BSD (dropped third BSD clause).

from fcambus (author)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ansiweather/Makefile \
    pkgsrc/misc/ansiweather/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/ansiweather/PLIST

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

Modified files:

Index: pkgsrc/misc/ansiweather/Makefile
diff -u pkgsrc/misc/ansiweather/Makefile:1.4 pkgsrc/misc/ansiweather/Makefile:1.5
--- pkgsrc/misc/ansiweather/Makefile:1.4        Thu Jun  9 06:23:40 2016
+++ pkgsrc/misc/ansiweather/Makefile    Sun Dec 18 18:57:05 2016
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2016/06/09 06:23:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/12/18 18:57:05 maya Exp $
 
-DISTNAME=      ansiweather-1.06
+DISTNAME=      ansiweather-1.09
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/fcambus/ansiweather/
 COMMENT=       Display current weather conditions in your terminal
-LICENSE=       modified-bsd
+LICENSE=       2-clause-bsd
 
 USE_LANGUAGES= # none
 
@@ -35,7 +35,7 @@ AUTO_MKDIRS=  yes
 
 do-install:
        ${RUN}${INSTALL_PROGRAM} ${WRKSRC}/ansiweather ${DESTDIR}${PREFIX}/bin
-.for f in AUTHORS ChangeLog README.md ansiweather.plugin.zsh
+.for f in AUTHORS ChangeLog README.md ansiweather.plugin.zsh ansiweather.1
        ${RUN}${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}
 .endfor
        ${RUN}${INSTALL_DATA} ${WRKSRC}/ansiweatherrc.example \
Index: pkgsrc/misc/ansiweather/distinfo
diff -u pkgsrc/misc/ansiweather/distinfo:1.4 pkgsrc/misc/ansiweather/distinfo:1.5
--- pkgsrc/misc/ansiweather/distinfo:1.4        Fri Jan  1 23:54:16 2016
+++ pkgsrc/misc/ansiweather/distinfo    Sun Dec 18 18:57:05 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/01/01 23:54:16 kamil Exp $
+$NetBSD: distinfo,v 1.5 2016/12/18 18:57:05 maya Exp $
 
-SHA1 (ansiweather-1.06.tar.gz) = 9ad3e5ad7b59533c20a8a223613f154f431a0b19
-RMD160 (ansiweather-1.06.tar.gz) = da897154b4eaf834b9d60947ec3e1e7e512a3f58
-SHA512 (ansiweather-1.06.tar.gz) = 55abfaa72d03cacee9e096218efd8dcafdb804ec4ec5080e9a9768b7a6ee8df7cb96d8e9fb2c57f8c3f46b8a7c2d7655009591d6dcfebe0c80d1dc16fb71ff0c
-Size (ansiweather-1.06.tar.gz) = 7025 bytes
+SHA1 (ansiweather-1.09.tar.gz) = 69393eb1e7c27277e8893510423fc92b4731935d
+RMD160 (ansiweather-1.09.tar.gz) = 4b193b1212a1bd9ace64a2ca42a025a7d0b441c5
+SHA512 (ansiweather-1.09.tar.gz) = ea08492c5d1e7f2aa2ce020ea85029a683de0195de8baeb32451c2687821ba58f9f401d1b8134abf047bfdb05fb11def0504ed90d042383add794343cf5fc13d
+Size (ansiweather-1.09.tar.gz) = 17360 bytes

Index: pkgsrc/misc/ansiweather/PLIST
diff -u pkgsrc/misc/ansiweather/PLIST:1.1 pkgsrc/misc/ansiweather/PLIST:1.2
--- pkgsrc/misc/ansiweather/PLIST:1.1   Tue Sep  8 21:50:28 2015
+++ pkgsrc/misc/ansiweather/PLIST       Sun Dec 18 18:57:05 2016
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2015/09/08 21:50:28 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/12/18 18:57:05 maya Exp $
 bin/ansiweather
 share/doc/ansiweather/AUTHORS
 share/doc/ansiweather/ChangeLog
 share/doc/ansiweather/README.md
+share/doc/ansiweather/ansiweather.1
 share/doc/ansiweather/ansiweather.plugin.zsh
 share/examples/ansiweather/ansiweatherrc.example



Home | Main Index | Thread Index | Old Index