svn commit: r554118 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Thu Nov 5 04:03:09 UTC 2020


Author: tcberner
Date: Thu Nov  5 04:03:08 2020
New Revision: 554118
URL: https://svnweb.freebsd.org/changeset/ports/554118

Log:
  net/liveMedia: update to 2020.11.03
  
  2020.11.03:
  - Updated the "LIVE555 HLS Proxy" application to output the liveMedia version number
    when starting.
  - Added the LGPLv3 header to some files (where it had accidentally been omitted before).
    (Thanks to Sebastian Ramacher for noting this.)

Modified:
  head/net/liveMedia/Makefile
  head/net/liveMedia/distinfo

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Thu Nov  5 04:00:18 2020	(r554117)
+++ head/net/liveMedia/Makefile	Thu Nov  5 04:03:08 2020	(r554118)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-DISTVERSION=	2020.10.16
+DISTVERSION=	2020.11.03
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Thu Nov  5 04:00:18 2020	(r554117)
+++ head/net/liveMedia/distinfo	Thu Nov  5 04:03:08 2020	(r554118)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602913070
-SHA256 (live.2020.10.16.tar.gz) = 76ba4eb4e846caab97aef9b425866c80e0ab52252146b5b024d3d3ad934d3e78
-SIZE (live.2020.10.16.tar.gz) = 677929
+TIMESTAMP = 1604514742
+SHA256 (live.2020.11.03.tar.gz) = f8983b7dd3de8cdb6034ba3629558e4c25994ac0c1e0b7f63c1519ccc650afb5
+SIZE (live.2020.11.03.tar.gz) = 677714


More information about the svn-ports-all mailing list