Stop trying to use github generated tarball (it's broken) and fetch it directly
from another website. No need to bump PORTREVISION since the result is exactly the same (as far as the tarball could be fetched). Submitted by: "Julian H. Stacey" <jhs@berklix.com> by mail.
This commit is contained in:
parent
68b0d64928
commit
b24f27d978
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259854
1 changed files with 1 additions and 3 deletions
|
@ -9,15 +9,13 @@ PORTNAME= moonshine
|
|||
PORTVERSION= 0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www multimedia
|
||||
MASTER_SITES= http://github.com/abock/moonshine/tarball/${PORTVERSION}/
|
||||
MASTER_SITES= http://romain.blogreen.org/distfiles/
|
||||
DISTNAME= abock-${PORTNAME}-${GITCOMMIT}
|
||||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Windows Media playback through Moonlight and Firefox
|
||||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX}
|
||||
FETCH_ARGS= -apRr
|
||||
GITCOMMIT= 35085a4
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
Loading…
Reference in a new issue