Remove local master add in sf this should resolve the issue with losing old distfiles. as well as a means of backup for older distfiles. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->thierry Take it.
Author: thierry Date: Sat Sep 7 13:31:38 2013 New Revision: 326635 URL: http://svnweb.freebsd.org/changeset/ports/326635 Log: - Upgrade to 2013.08.31 Changelog at <http://www.live555.com/liveMedia/public/changelog.txt> - Change the license to LGPL21 - Add a mirror to SF. PR: ports/181907 Submitted by: maintainer Modified: head/net/liveMedia/Makefile head/net/liveMedia/distinfo (contents, props changed) Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Sat Sep 7 13:19:42 2013 (r326634) +++ head/net/liveMedia/Makefile Sat Sep 7 13:31:38 2013 (r326635) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2013.08.16 +PORTVERSION= 2013.08.31 PORTEPOCH= 2 CATEGORIES= net devel -MASTER_SITES= http://www.live555.com/liveMedia/public/ \ - LOCAL/bdrewery/${PORTNAME}/ +MASTER_SITES= SF/fbsdports/distfiles/ \ + http://www.live555.com/liveMedia/public/ DISTNAME= live.${PORTVERSION} MAINTAINER= c.petrik.sosa@gmail.com COMMENT= LIVE.COM Streaming Media -LICENSE= GPLv2 +LICENSE= LGPL21 NO_CDROM= 'dated material' Modified: head/net/liveMedia/distinfo ============================================================================== --- head/net/liveMedia/distinfo Sat Sep 7 13:19:42 2013 (r326634) +++ head/net/liveMedia/distinfo Sat Sep 7 13:31:38 2013 (r326635) @@ -1,2 +1,2 @@ -SHA256 (live.2013.08.16.tar.gz) = cb0f2f553629606e0fb9b479883fe7cd87308d9bd3e3f8e846c906711c64aa89 -SIZE (live.2013.08.16.tar.gz) = 577715 +SHA256 (live.2013.08.31.tar.gz) = 138423301513c0cc9c6747b4e4e47fdfe21728cf579ffd2aa32fd6399152977c +SIZE (live.2013.08.31.tar.gz) = 576582 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!