Bug 181907 - [PATCH] update net/liveMedia to 2013.08.31
Summary: [PATCH] update net/liveMedia to 2013.08.31
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-07 10:40 UTC by Chris Petrik
Modified: 2013-09-07 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.10 KB, patch)
2013-09-07 10:40 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petrik 2013-09-07 10:40:00 UTC
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:
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2013-09-07 14:17:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


Take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-07 14:31:45 UTC
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"
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2013-09-07 14:32:02 UTC
State Changed
From-To: open->closed


Committed, thanks!