pkgsrc-Bugs archive

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

pkg/49713: Update audio/glyr to 1.0.8



>Number:         49713
>Category:       pkg
>Synopsis:       Update audio/glyr to 1.0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 04 00:25:00 +0000 2015
>Originator:     Leonardo Taccari
>Release:        NetBSD 7.99.5
>Organization:
Università Politecnica delle Marche
>Environment:
	
	
System: NetBSD boh 7.99.5 NetBSD 7.99.5 (GENERIC) #6: Sun Mar 1 19:07:54 CET 2015 leot@boh:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
	audio/glyr in pkgsrc (1.0.5) is not the latest stable version (1.0.8).
>How-To-Repeat:
	$ cd pkgsrc/audio/glyr
	$ make show-var VARNAME=PKGNAME_NOREV
>Fix:
	Please apply the attached trivial patches. A possible commit message is
	also attached (manually done by me reading the git repository commit
	messages).


-------------------------8<------------------------8<-------------------------
Update audio/glyr to 1.0.8.

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.
-------------------------8<------------------------8<-------------------------


-------------------------8<------------------------8<-------------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/glyr/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	7 Oct 2014 16:47:17 -0000	1.5
+++ Makefile	4 Mar 2015 00:03:08 -0000
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.5 2014/10/07 16:47:17 adam 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}
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/audio/glyr/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	11 Sep 2014 06:45:45 -0000	1.3
+++ distinfo	4 Mar 2015 00:03:08 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2014/09/11 06:45:45 dholland 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

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index