aboutsummaryrefslogtreecommitdiff
path: root/audio/py-soundscrape/Makefile
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2018-03-27 18:23:19 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2018-03-27 18:23:19 +0000
commit9b2bdbdee3585ff674a95d4202a1aa8440426ede (patch)
tree02242eb5f5a2dd0835995c5a24be8886257098e5 /audio/py-soundscrape/Makefile
parentf6c6872cd2f815c1d1c77a0ce5f7cf9ef8a1463c (diff)
downloadports-9b2bdbdee3585ff674a95d4202a1aa8440426ede.tar.gz
ports-9b2bdbdee3585ff674a95d4202a1aa8440426ede.zip
audio/py-soundscrape: Update to 0.30.2
- Switch to USE_GITHUB framework
Notes
Notes: svn path=/head/; revision=465728
Diffstat (limited to 'audio/py-soundscrape/Makefile')
-rw-r--r--audio/py-soundscrape/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/py-soundscrape/Makefile b/audio/py-soundscrape/Makefile
index 8a90113917f4..16a8cc52ea01 100644
--- a/audio/py-soundscrape/Makefile
+++ b/audio/py-soundscrape/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= soundscrape
-PORTVERSION= 0.30.1
+PORTVERSION= 0.30.2
CATEGORIES= audio python
-MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cpm@FreeBSD.org
@@ -27,6 +26,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.31.0:audio/py-mutagen@${FLAVOR} \
USES= python
USE_PYTHON= autoplist concurrent distutils
+USE_GITHUB= yes
+GH_ACCOUNT= Miserlou
+GH_PROJECT= SoundScrape
+GH_TAGNAME= efc63b9
+
NO_ARCH= yes
.include <bsd.port.mk>