diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-18 19:39:55 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-18 19:39:55 +0800 |
commit | 320c5b87e065a7e118c8bfd65faf7ccc7d3b8310 (patch) | |
tree | 6affb807b8187e19ab56baeb11eca4f96f8c06db /net/liveMedia | |
parent | cd0c7d7f241ed1870a3f4b3b2b1b4a4740cb2159 (diff) | |
download | freebsd-ports-gnome-320c5b87e065a7e118c8bfd65faf7ccc7d3b8310.tar.gz freebsd-ports-gnome-320c5b87e065a7e118c8bfd65faf7ccc7d3b8310.tar.zst freebsd-ports-gnome-320c5b87e065a7e118c8bfd65faf7ccc7d3b8310.zip |
Mirror the distfile as upstream has bad habits of
removing the last version on updates.
Reported by: bapt
Diffstat (limited to 'net/liveMedia')
-rw-r--r-- | net/liveMedia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 4e133c34b6ff..12a27109e2da 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2013.03.07 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ - http://files.etoilebsd.net/livemedia/ + LOCAL/bdrewery/${PORTNAME}/ DISTNAME= live.${PORTVERSION} MAINTAINER= c.petrik.sosa@gmail.com |