diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-04 09:01:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-04 09:01:34 +0000 |
commit | 44297dbc1cd72d6fa173a23b6f34b38bec2ea803 (patch) | |
tree | ded192b63fbe2578ed4d51d1d9eb9d7a3275dd55 | |
parent | 22fad360967865d0007e777f705bd6d6265d3bb6 (diff) | |
download | pkgsrc-44297dbc1cd72d6fa173a23b6f34b38bec2ea803.tar.gz |
Update audio/glyr to 1.0.8, provided by Leonardo Taccari in PR 49713.
Changes:
1.0.8
-----
o Fixes for lyrix.at.
1.0.7
-----
o Fixes for lyricwiki.
1.0.6
-----
o Fix for cache getter: Print like normal getters and also call appropiate
programs
o Clamp the timeout of select to the user-set timeout.
o Made the -c (--cache) option have an optional argument. Without argument the
path is ~/.cache/glyrc (will be created if necessary).
o Make glyrc return EXIT_SUCESS on success or EXIT_FAILURE in case of any
failure.
o Fixed faulty sha-1 versioning in cmakelists.
-rw-r--r-- | audio/glyr/Makefile | 5 | ||||
-rw-r--r-- | audio/glyr/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/glyr/Makefile b/audio/glyr/Makefile index ea0b8b03217..a37f7a2a5d0 100644 --- a/audio/glyr/Makefile +++ b/audio/glyr/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2014/10/07 16:47:17 adam Exp $ +# $NetBSD: Makefile,v 1.6 2015/03/04 09:01:34 wiz Exp $ # -DISTNAME= 1.0.5 +DISTNAME= 1.0.8 PKGNAME= glyr-${DISTNAME} -PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/sahib/glyr/archive/ DIST_SUBDIR= ${PKGBASE} diff --git a/audio/glyr/distinfo b/audio/glyr/distinfo index fba3c2a3446..fdb0f3c15b5 100644 --- a/audio/glyr/distinfo +++ b/audio/glyr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2014/09/11 06:45:45 dholland Exp $ +$NetBSD: distinfo,v 1.4 2015/03/04 09:01:34 wiz Exp $ -SHA1 (glyr/1.0.5.tar.gz) = 52ba9b05b9962a22af2f371d0484429db44f2f00 -RMD160 (glyr/1.0.5.tar.gz) = d61d5d8ed5c10d9c711ef3136948d2705e9b3399 -Size (glyr/1.0.5.tar.gz) = 426382 bytes +SHA1 (glyr/1.0.8.tar.gz) = e39ff25bea823f8a65df6b6e6b10347b0886b71b +RMD160 (glyr/1.0.8.tar.gz) = 63aceb30e021a39fb7778a7b2a68a92d1b642d26 +Size (glyr/1.0.8.tar.gz) = 425073 bytes SHA1 (patch-lib_stringlib.c) = 7186ba26f007d348f33880b3175d94fe66829c3f |