Bug 176305 - [PATCH] audio/py-musicbrainzngs: fix MASTER_SITES
Summary: [PATCH] audio/py-musicbrainzngs: fix MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 22:30 UTC by Mark Felder
Modified: 2013-02-24 21:30 UTC (History)
0 users

See Also:


Attachments
musicbrainzngs-0.2_1.patch (1.15 KB, patch)
2013-02-20 22:30 UTC, Mark Felder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2013-02-20 22:30:02 UTC
MASTER_SITES should be CHEESESHOP for things found in pypi

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-20 22:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-02-24 21:26:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-24 21:29:23 UTC
Author: swills
Date: Sun Feb 24 21:29:09 2013
New Revision: 312893
URL: http://svnweb.freebsd.org/changeset/ports/312893

Log:
  - MASTER_SITES should be CHEESESHOP for things found in pypi
  
  PR:		ports/176305
  Submitted by:	Mark Felder <feld@feld.me> (maintainer)

Modified:
  head/audio/py-musicbrainzngs/Makefile   (contents, props changed)
  head/audio/py-musicbrainzngs/distinfo   (contents, props changed)

Modified: head/audio/py-musicbrainzngs/Makefile
==============================================================================
--- head/audio/py-musicbrainzngs/Makefile	Sun Feb 24 21:06:23 2013	(r312892)
+++ head/audio/py-musicbrainzngs/Makefile	Sun Feb 24 21:29:09 2013	(r312893)
@@ -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 @@ COMMENT=	Python Musicbrainz NGS site bin
 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
 

Modified: head/audio/py-musicbrainzngs/distinfo
==============================================================================
--- head/audio/py-musicbrainzngs/distinfo	Sun Feb 24 21:06:23 2013	(r312892)
+++ head/audio/py-musicbrainzngs/distinfo	Sun Feb 24 21:29:09 2013	(r312893)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"