aboutsummaryrefslogtreecommitdiff
path: root/audio/libcoverart
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
commita8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch)
tree2d206dd00b752621c542c0b063bec6c9471a3355 /audio/libcoverart
parent76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff)
downloadports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.gz
ports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.zip
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=396103
Diffstat (limited to 'audio/libcoverart')
-rw-r--r--audio/libcoverart/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libcoverart/Makefile b/audio/libcoverart/Makefile
index b250de20053c..50d255f29b8c 100644
--- a/audio/libcoverart/Makefile
+++ b/audio/libcoverart/Makefile
@@ -4,7 +4,7 @@ PORTNAME= libcoverart
PORTVERSION= 1.0.0
PORTREVISION= 4
CATEGORIES= audio
-MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/
+MASTER_SITES= GHC
MAINTAINER= jhale@FreeBSD.org
COMMENT= Library for accessing the MusicBrainz cover art archive
@@ -16,6 +16,8 @@ LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \
USES= cmake
USE_LDCONFIG= yes
+USE_GITHUB= yes
+GH_ACCOUNT= metabrainz
# {PROJECT_VERSION} is not a variable nor a typo, just part of the directory name
WRKSRC= ${WRKDIR}/${PORTNAME}-{PROJECT_VERSION}