Date: Sat, 16 Mar 2013 20:02:51 GMT From: chris petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177027: [PATCH] update net/liveMedia to 2013.03.07 Message-ID: <201303162002.r2GK2pLX077453@red.freebsd.org> Resent-Message-ID: <201303162010.r2GKA0Po096595@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177027 >Category: ports >Synopsis: [PATCH] update net/liveMedia to 2013.03.07 >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: Sat Mar 16 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: chris petrik >Release: >Organization: na >Environment: >Description: Update to newest release >How-To-Repeat: >Fix: Patch attached with submission follows: Index: net/liveMedia/Makefile =================================================================== --- net/liveMedia/Makefile (revision 314382) +++ net/liveMedia/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2012.12.18 +PORTVERSION= 2013.03.07 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ Index: net/liveMedia/distinfo =================================================================== --- net/liveMedia/distinfo (revision 314382) +++ net/liveMedia/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (live.2012.12.18.tar.gz) = 25ecd5a247a6dc1df7e617128e07150f730bf1c95d85f26014f04f16f9ce31a2 -SIZE (live.2012.12.18.tar.gz) = 1054931 +SHA256 (live.2013.03.07.tar.gz) = d01769305f4f0bf233d0f3d12acaa59644443671d13809deef53d6a30c317bd6 +SIZE (live.2013.03.07.tar.gz) = 571854 Index: net/liveMedia/files/patch-Makefile.tail =================================================================== --- net/liveMedia/files/patch-Makefile.tail (revision 314382) +++ net/liveMedia/files/patch-Makefile.tail (working copy) @@ -1,6 +1,6 @@ ---- 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 @@ +--- Makefile.tail.old 2013-03-17 01:21:21.000000000 +0000 ++++ Makefile.tail 2013-03-17 01:25:08.000000000 +0000 +@@ -12,31 +12,31 @@ PROXY_SERVER_DIR = proxyServer all: @@ -19,6 +19,22 @@ + (cd $(MEDIA_SERVER_DIR) ; $(MAKE)) + (cd $(PROXY_SERVER_DIR) ; $(MAKE)) + install: +- cd $(LIVEMEDIA_DIR) ; $(MAKE) install +- cd $(GROUPSOCK_DIR) ; $(MAKE) install +- cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE) install +- cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE) install +- cd $(TESTPROGS_DIR) ; $(MAKE) install +- cd $(MEDIA_SERVER_DIR) ; $(MAKE) install +- cd $(PROXY_SERVER_DIR) ; $(MAKE) install ++ (cd $(LIVEMEDIA_DIR) ; $(MAKE) install) ++ (cd $(GROUPSOCK_DIR) ; $(MAKE) install) ++ (cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE) install) ++ (cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE) install) ++ (cd $(TESTPROGS_DIR) ; $(MAKE) install) ++ (cd $(MEDIA_SERVER_DIR) ; $(MAKE) install) ++ (cd $(PROXY_SERVER_DIR) ; $(MAKE) install) + clean: - cd $(LIVEMEDIA_DIR) ; $(MAKE) clean - cd $(GROUPSOCK_DIR) ; $(MAKE) clean @@ -34,3 +50,6 @@ + (cd $(TESTPROGS_DIR) ; $(MAKE) clean) + (cd $(MEDIA_SERVER_DIR) ; $(MAKE) clean) + (cd $(PROXY_SERVER_DIR) ; $(MAKE) clean) + + distclean: clean + -rm -f $(LIVEMEDIA_DIR)/Makefile $(GROUPSOCK_DIR)/Makefile \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303162002.r2GK2pLX077453>