From nobody@FreeBSD.org  Thu Dec 10 22:35:27 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D55DF1065676
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Dec 2009 22:35:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 868DB8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Dec 2009 22:35:27 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBAMZRTu062024
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Dec 2009 22:35:27 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nBAMZRfN062023;
	Thu, 10 Dec 2009 22:35:27 GMT
	(envelope-from nobody)
Message-Id: <200912102235.nBAMZRfN062023@www.freebsd.org>
Date: Thu, 10 Dec 2009 22:35:27 GMT
From: Alberto Villa <villa.alberto@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] Update port: multimedia/mlt 0.4.6 -> 0.4.10
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141357
>Category:       ports
>Synopsis:       [maintainer update] Update port: multimedia/mlt 0.4.6 -> 0.4.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 10 22:40:05 UTC 2009
>Closed-Date:    Sat Dec 12 00:26:10 UTC 2009
>Last-Modified:  Sat Dec 12 00:30:03 UTC 2009
>Originator:     Alberto Villa
>Release:        FreeBSD 8-STABLE
>Organization:
>Environment:
FreeBSD echo.hoth 8.0-RC2 FreeBSD 8.0-RC2 #7: Thu Nov  5 13:16:49 CET 2009     root@echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
update mlt to version 0.4.10
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/mlt/Makefile /usr/jail/stratofortress/usr/ports/multimedia/mlt/Makefile
--- /usr/ports/multimedia/mlt/Makefile	2009-11-26 21:06:10.396497857 +0100
+++ /usr/jail/stratofortress/usr/ports/multimedia/mlt/Makefile	2009-12-10 21:16:23.801991913 +0100
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/multimedia/mlt/Makefile,v 1.11 2009/11/26 14:39:59 miwi Exp $
 
 PORTNAME=	mlt
-PORTVERSION=	0.4.6
+PORTVERSION=	0.4.10
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
@@ -28,8 +28,7 @@
 NOT_FOR_ARCHS=	sparc64
 NOT_FOR_ARCHS_REASON_sparc64=	does not compile on sparc64 (invokes i386 asm)
 
-PORTDOCS=	AUTHORS ChangeLog COPYING \
-		NEWS README docs demo
+PORTDOCS=	AUTHORS ChangeLog NEWS README docs demo
 
 OPTIONS=	AVFORMAT	"Avformat module" on \
 		DV	"Quasar DV Codec module" on \
diff -ruN /usr/ports/multimedia/mlt/distinfo /usr/jail/stratofortress/usr/ports/multimedia/mlt/distinfo
--- /usr/ports/multimedia/mlt/distinfo	2009-11-26 21:06:10.399500476 +0100
+++ /usr/jail/stratofortress/usr/ports/multimedia/mlt/distinfo	2009-12-10 16:17:08.133419004 +0100
@@ -1,3 +1,3 @@
-MD5 (mlt-0.4.6.tar.gz) = 77b1affc2011eff9eedc2746c06b34e2
-SHA256 (mlt-0.4.6.tar.gz) = df0339d98ffc2244a558933b91457c6bc1b2555c4f1f5f4f94a9dce597377dff
-SIZE (mlt-0.4.6.tar.gz) = 759717
+MD5 (mlt-0.4.10.tar.gz) = 7b0ba842277ea0a77e40a15917ab623f
+SHA256 (mlt-0.4.10.tar.gz) = 28eed979b8c412d0fdfb92ad9d23516b0419b7f996d5e5e0e30c47a75a948c5a
+SIZE (mlt-0.4.10.tar.gz) = 766911
diff -ruN /usr/ports/multimedia/mlt/pkg-descr /usr/jail/stratofortress/usr/ports/multimedia/mlt/pkg-descr
--- /usr/ports/multimedia/mlt/pkg-descr	2009-01-29 19:58:44.000000000 +0100
+++ /usr/jail/stratofortress/usr/ports/multimedia/mlt/pkg-descr	2009-12-10 16:18:06.115431710 +0100
@@ -1,8 +1,8 @@
 MLT is an open source multimedia framework, designed and developed for
 television broadcasting. It provides a toolkit for broadcasters, video
-editors, media players, transcoders, web streamers and many more types of
-applications. The functionality of the system is provided via an assortment
-of ready to use tools, XML authoring components, and an extensible plug-in
-based API.
+editors, media players, transcoders, web streamers and many more types
+of applications. The functionality of the system is provided via an
+assortment of ready to use tools, XML authoring components, and an
+extensible plug-in based API.
 
 WWW: http://www.mltframework.org
diff -ruN /usr/ports/multimedia/mlt/pkg-plist /usr/jail/stratofortress/usr/ports/multimedia/mlt/pkg-plist
--- /usr/ports/multimedia/mlt/pkg-plist	2009-11-26 21:06:10.407496750 +0100
+++ /usr/jail/stratofortress/usr/ports/multimedia/mlt/pkg-plist	2009-12-10 16:18:58.661188605 +0100
@@ -48,10 +48,10 @@
 include/mlt/framework/mlt_transition.h
 include/mlt/framework/mlt_types.h
 lib/libmlt++.so
-lib/libmlt++.so.0.4.6
+lib/libmlt++.so.0.4.10
 lib/libmlt++.so.3
 lib/libmlt.so
-lib/libmlt.so.0.4.6
+lib/libmlt.so.0.4.10
 lib/libmlt.so.2
 %%AVFORMAT%%lib/mlt/libmltavformat.so
 lib/mlt/libmltcore.so


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Dec 11 02:31:20 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141357 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Sat Dec 12 00:26:09 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141357 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141357: commit references a PR
Date: Sat, 12 Dec 2009 00:26:20 +0000 (UTC)

 amdmi3      2009-12-12 00:26:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/mlt       Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 0.4.10
   - While here, fix typo
   
   PR:             141357
   Submitted by:   Alberto Villa <villa.alberto@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.12      +3 -4      ports/multimedia/mlt/Makefile
   1.7       +3 -3      ports/multimedia/mlt/distinfo
   1.2       +4 -4      ports/multimedia/mlt/pkg-descr
   1.7       +2 -2      ports/multimedia/mlt/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
