diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-18 10:27:12 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-18 10:27:12 +0800 |
commit | ba91d594f0570717a1204ae613a2b4b08a5d6c40 (patch) | |
tree | bff78a9c7cf69dd7cf632848ab42196f2e9c7f13 /net | |
parent | bac302bbd026f92a015b6e00f2556c0711b6a445 (diff) | |
download | freebsd-ports-gnome-ba91d594f0570717a1204ae613a2b4b08a5d6c40.tar.gz freebsd-ports-gnome-ba91d594f0570717a1204ae613a2b4b08a5d6c40.tar.zst freebsd-ports-gnome-ba91d594f0570717a1204ae613a2b4b08a5d6c40.zip |
- Update to 2013.03.07
PR: ports/177027
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/liveMedia/Makefile | 2 | ||||
-rw-r--r-- | net/liveMedia/distinfo | 4 | ||||
-rw-r--r-- | net/liveMedia/files/patch-Makefile.tail | 25 |
3 files changed, 25 insertions, 6 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index d62bf0263056..4e133c34b6ff 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -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/ \ diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo index 52e5750048e9..11e7ad545b1d 100644 --- a/net/liveMedia/distinfo +++ b/net/liveMedia/distinfo @@ -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 diff --git a/net/liveMedia/files/patch-Makefile.tail b/net/liveMedia/files/patch-Makefile.tail index 68a87ec230e1..d4afa2d3bce6 100644 --- a/net/liveMedia/files/patch-Makefile.tail +++ b/net/liveMedia/files/patch-Makefile.tail @@ -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 \ |