pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48819: Update audio/cmus to 2.5.1
The following reply was made to PR pkg/48819; it has been noted by GNATS.
From: Leonardo Taccari <iamleot%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/48819: Update audio/cmus to 2.5.1
Date: Mon, 19 May 2014 12:28:34 +0200
--Kj7319i9nmIyA2yE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hello OBATA,
On Mon, May 19, 2014 at 10:00:01AM +0000, OBATA Akio wrote:
> Please just use following instead:
> DISTNAME= cmus-2.5.1
> MASTER_SITES=
> -https://github.com/cmus/cmus/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX}
>
> With http, filename=cmus-2.5.1.tar.gz is offered so it should be used as
> DISTNAME.
This one seems the cleanest solution!
New diff attached.
Thank you,
Ciao,
L.
--Kj7319i9nmIyA2yE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=cmus-patches
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/cmus/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile 21 Apr 2014 09:49:49 -0000 1.49
+++ Makefile 19 May 2014 10:21:12 -0000
@@ -1,14 +1,11 @@
# $NetBSD: Makefile,v 1.49 2014/04/21 09:49:49 wiz Exp $
-DISTNAME= cmus-v2.5.0
-PKGNAME= ${DISTNAME:S/-v/-/}
-PKGREVISION= 6
+DISTNAME= cmus-2.5.1
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmus/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES=
-https://github.com/cmus/cmus/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX}
MAINTAINER= ahoka%NetBSD.org@localhost
-HOMEPAGE= http://cmus.sourceforge.net/
+HOMEPAGE= http://cmus.github.io/
COMMENT= Cmus is a small, fast and powerful text mode music
player
LICENSE= gnu-gpl-v2
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/audio/cmus/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo 21 Apr 2014 09:49:49 -0000 1.18
+++ distinfo 19 May 2014 10:21:12 -0000
@@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.18 2014/04/21 09:49:49 wiz Exp $
-SHA1 (cmus-v2.5.0.tar.bz2) = 244975a5ff642567acb047f6bd518e4a3271c25b
-RMD160 (cmus-v2.5.0.tar.bz2) = ee7b285cbafd6449d853d669e25cb4997254cece
-Size (cmus-v2.5.0.tar.bz2) = 224675 bytes
+SHA1 (cmus-2.5.1.tar.gz) = fd6c63c7cb405e4b4fea6a737074c454f602c202
+RMD160 (cmus-2.5.1.tar.gz) = 74d09f38f61905be191e47e4a95bdf3e0a8bc71f
+Size (cmus-2.5.1.tar.gz) = 276317 bytes
SHA1 (patch-mixer__sun.c) = 4a7599fc200157cbd1169125d03ce1e29b26b643
-SHA1 (patch-modplug.c) = b08ea6c1c3501de9b3b2614df9f6450c0b508895
SHA1 (patch-sun.c) = 1155871f5fcc714e3c26f21ecbd94604fee28a7f
Index: patches/patch-modplug.c
===================================================================
RCS file: patches/patch-modplug.c
diff -N patches/patch-modplug.c
--- patches/patch-modplug.c 21 Apr 2014 09:49:49 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-modplug.c,v 1.2 2014/04/21 09:49:49 wiz Exp $
-
-Adapt for header path change.
-
---- modplug.c.orig 2014-04-19 13:01:44.000000000 +0000
-+++ modplug.c
-@@ -24,7 +24,7 @@
- #include "config/modplug.h"
- #endif
-
--#include <modplug.h>
-+#include <libmodplug/modplug.h>
- #include <sys/types.h>
- #include <unistd.h>
- #include <stdlib.h>
--Kj7319i9nmIyA2yE--
Home |
Main Index |
Thread Index |
Old Index