Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 16:26:49 -0600
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176305: [PATCH] audio/py-musicbrainzngs: fix MASTER_SITES
Message-ID:  <E1U8I7l-0004sI-JZ@feld.me>
Resent-Message-ID: <201302202230.r1KMU26O072986@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176305
>Category:       ports
>Synopsis:       [PATCH] audio/py-musicbrainzngs: fix MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 20 22:30:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     feld
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec  3 07:51:34
>Description:
MASTER_SITES should be CHEESESHOP for things found in pypi

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- musicbrainzngs-0.2_1.patch begins here ---
diff -ruN --exclude=CVS ../py-musicbrainzngs.orig/Makefile ./Makefile
--- ../py-musicbrainzngs.orig/Makefile	2013-02-14 23:35:02.000000000 -0600
+++ ./Makefile	2013-02-20 16:23:59.014341700 -0600
@@ -3,8 +3,9 @@
 
 PORTNAME=	musicbrainzngs
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES=	audio python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+MASTER_SITES=	CHEESESHOP
 
 MAINTAINER=	feld@feld.me
 COMMENT=	Python Musicbrainz NGS site bindings
@@ -12,12 +13,6 @@
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	alastair
-GH_TAGNAME=	v${PORTVERSION}
-GH_PROJECT=	python-musicbrainz-ngs
-GH_COMMIT=	84e43a4
-
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
diff -ruN --exclude=CVS ../py-musicbrainzngs.orig/distinfo ./distinfo
--- ../py-musicbrainzngs.orig/distinfo	2013-02-14 23:35:02.000000000 -0600
+++ ./distinfo	2013-02-20 16:24:24.190306791 -0600
@@ -1,2 +1,2 @@
-SHA256 (musicbrainzngs-0.2.tar.gz) = 53b1517a6a2f996a2db8bb5a51b80e05a04688daa28d7098b23e1ed59454a93a
-SIZE (musicbrainzngs-0.2.tar.gz) = 14397
+SHA256 (musicbrainzngs-0.2.tar.gz) = 70c018ec5a6f530487e888c51547ade3d2429a68bade0cf74882200765fc12b4
+SIZE (musicbrainzngs-0.2.tar.gz) = 14462
--- musicbrainzngs-0.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1U8I7l-0004sI-JZ>