svn commit: r314519 - in head/net/liveMedia: . files

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 18 11:40:39 UTC 2013


On 3/18/2013 2:02 AM, Baptiste Daroussin wrote:
> On Mon, Mar 18, 2013 at 02:27:12AM +0000, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Mon Mar 18 02:27:12 2013
>> New Revision: 314519
>> URL: http://svnweb.freebsd.org/changeset/ports/314519
>>
>> Log:
>>   - Update to 2013.03.07
>>   
>>   PR:		ports/177027
>>   Submitted by:	Chris Petrik <c.petrik.sosa at gmail.com> (maintainer)
>>
>> Modified:
>>   head/net/liveMedia/Makefile
>>   head/net/liveMedia/distinfo
>>   head/net/liveMedia/files/patch-Makefile.tail
>>
>> Modified: head/net/liveMedia/Makefile
>> ==============================================================================
>> --- head/net/liveMedia/Makefile	Mon Mar 18 02:20:49 2013	(r314518)
>> +++ head/net/liveMedia/Makefile	Mon Mar 18 02:27:12 2013	(r314519)
>> @@ -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/ \
>>
>> Modified: head/net/liveMedia/distinfo
>> ==============================================================================
>> --- head/net/liveMedia/distinfo	Mon Mar 18 02:20:49 2013	(r314518)
>> +++ head/net/liveMedia/distinfo	Mon Mar 18 02:27:12 2013	(r314519)
>> @@ -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
>>
>> Modified: head/net/liveMedia/files/patch-Makefile.tail
>> ==============================================================================
>> --- head/net/liveMedia/files/patch-Makefile.tail	Mon Mar 18 02:20:49 2013	(r314518)
>> +++ head/net/liveMedia/files/patch-Makefile.tail	Mon Mar 18 02:27:12 2013	(r314519)
>> @@ -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 \
> 
> Please when one update live media, it would be great to mirror the distfiles
> (what I did in my previous update). The upstream has the very very bad habit to
> just remove their previous distfiles making livemedia unfetchable as soon as
> they do release a new version :(.
> 
> regards,
> Bapt
> 

Oops, I should have caught that! Thanks for the heads up. I added a mirror.

-- 
Regards,
Bryan Drewery
bdrewery at freenode/EFNet

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130318/6f0b0401/attachment-0001.sig>


More information about the svn-ports-all mailing list