From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 7 03:30:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA8F5CA8 for ; Fri, 7 Dec 2012 03:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BDF678FC12 for ; Fri, 7 Dec 2012 03:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB73U01J096841 for ; Fri, 7 Dec 2012 03:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB73U0H6096839; Fri, 7 Dec 2012 03:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Dec 2012 03:30:00 GMT Resent-Message-Id: <201212070330.qB73U0H6096839@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5828C71 for ; Fri, 7 Dec 2012 03:23:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C9C738FC14 for ; Fri, 7 Dec 2012 03:23:49 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB73Nnrq051195 for ; Fri, 7 Dec 2012 03:23:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qB73Nn2a051194; Fri, 7 Dec 2012 03:23:49 GMT (envelope-from nobody) Message-Id: <201212070323.qB73Nn2a051194@red.freebsd.org> Date: Fri, 7 Dec 2012 03:23:49 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174249: [PATCH] update net/liveMedia to 2012.11.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 03:30:01 -0000 >Number: 174249 >Category: ports >Synopsis: [PATCH] update net/liveMedia to 2012.11.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 07 03:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: >Organization: na >Environment: >Description: Update to 11.30 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: liveMedia/Makefile ================================================================== --- liveMedia/Makefile +++ liveMedia/Makefile @@ -1,17 +1,15 @@ -# New ports collection makefile for: liveMedia -# Date created: 2002/09/25 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD: Makefile 307750 2012-11-25 16:38:24Z crees $ -# PORTNAME= liveMedia -PORTVERSION= 2012.04.04 +PORTVERSION= 2012.11.30 PORTEPOCH= 2 CATEGORIES= net devel -MASTER_SITES= http://www.live555.com/liveMedia/public/ +MASTER_SITES= http://www.live555.com/liveMedia/public/ \ + http://distfiles.bsdjunk.com + MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= rm DISTNAME= live.${PORTVERSION} MAINTAINER= c.petrik.sosa@gmail.com @@ -116,11 +114,10 @@ liveMedia/include/MP3ADURTPSource.hh \ liveMedia/include/MP3ADUTranscoder.hh \ liveMedia/include/MP3ADUinterleaving.hh \ liveMedia/include/MP3AudioFileServerMediaSubsession.hh \ liveMedia/include/MP3FileSource.hh \ - liveMedia/include/MP3HTTPSource.hh \ liveMedia/include/MP3Transcoder.hh \ liveMedia/include/MPEG1or2AudioRTPSink.hh \ liveMedia/include/MPEG1or2AudioRTPSource.hh \ liveMedia/include/MPEG1or2AudioStreamFramer.hh \ liveMedia/include/MPEG1or2Demux.hh \ Index: liveMedia/distinfo ================================================================== --- liveMedia/distinfo +++ liveMedia/distinfo @@ -1,2 +1,2 @@ -SHA256 (live.2012.04.04.tar.gz) = 673ec5b14157a4ba4fed2dd49b2c3c0a63378439df1b9cc392eaf2bdad892412 -SIZE (live.2012.04.04.tar.gz) = 541301 +SHA256 (live.2012.11.30.tar.gz) = 5bfc60ded633020e15f2e5bc4e5246bf3e624d8694a7bbbe6945433c71adefce +SIZE (live.2012.11.30.tar.gz) = 1054405 Index: liveMedia/files/patch-Makefile.tail ================================================================== --- liveMedia/files/patch-Makefile.tail +++ liveMedia/files/patch-Makefile.tail @@ -1,32 +1,36 @@ ---- Makefile.tail.orig 2009-09-21 10:42:12.000000000 +0900 -+++ Makefile.tail 2009-09-28 23:50:17.993980949 +0900 -@@ -10,17 +10,17 @@ - MEDIA_SERVER_DIR = mediaServer +--- Makefile.tail.bak 2012-12-07 03:08:29.000000000 -0600 ++++ Makefile.tail 2012-12-07 03:13:05.000000000 -0600 +@@ -12,19 +12,19 @@ + PROXY_SERVER_DIR = proxyServer all: - cd $(LIVEMEDIA_DIR) ; $(MAKE) - cd $(GROUPSOCK_DIR) ; $(MAKE) - cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE) - cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE) - cd $(TESTPROGS_DIR) ; $(MAKE) - cd $(MEDIA_SERVER_DIR) ; $(MAKE) +- cd $(PROXY_SERVER_DIR) ; $(MAKE) + (cd $(LIVEMEDIA_DIR) ; $(MAKE)) + (cd $(GROUPSOCK_DIR) ; $(MAKE)) + (cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE)) + (cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE)) + (cd $(TESTPROGS_DIR) ; $(MAKE)) + (cd $(MEDIA_SERVER_DIR) ; $(MAKE)) ++ (cd $(PROXY_SERVER_DIR) ; $(MAKE)) clean: - cd $(LIVEMEDIA_DIR) ; $(MAKE) clean - cd $(GROUPSOCK_DIR) ; $(MAKE) clean - cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE) clean - cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE) clean - cd $(TESTPROGS_DIR) ; $(MAKE) clean - cd $(MEDIA_SERVER_DIR) ; $(MAKE) clean +- cd $(PROXY_SERVER_DIR) ; $(MAKE) clean + (cd $(LIVEMEDIA_DIR) ; $(MAKE) clean) + (cd $(GROUPSOCK_DIR) ; $(MAKE) clean) + (cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE) clean) + (cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE) clean) + (cd $(TESTPROGS_DIR) ; $(MAKE) clean) + (cd $(MEDIA_SERVER_DIR) ; $(MAKE) clean) ++ (cd $(PROXY_SERVER_DIR) ; $(MAKE) clean) >Release-Note: >Audit-Trail: >Unformatted: