svn commit: r314555 - head/net/liveMedia

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 18 11:39:56 UTC 2013


Author: bdrewery
Date: Mon Mar 18 11:39:55 2013
New Revision: 314555
URL: http://svnweb.freebsd.org/changeset/ports/314555

Log:
  Mirror the distfile as upstream has bad habits of
  removing the last version on updates.
  
  Reported by:	bapt

Modified:
  head/net/liveMedia/Makefile

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Mon Mar 18 11:35:51 2013	(r314554)
+++ head/net/liveMedia/Makefile	Mon Mar 18 11:39:55 2013	(r314555)
@@ -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 at gmail.com


More information about the svn-ports-head mailing list