From mad@madpilot.net  Fri Feb  5 15:11:10 2010
Return-Path: <mad@madpilot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 73C13106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Feb 2010 15:11:10 +0000 (UTC)
	(envelope-from mad@madpilot.net)
Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206])
	by mx1.freebsd.org (Postfix) with ESMTP id A4F748FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Feb 2010 15:11:03 +0000 (UTC)
Received: from megatron.madpilot.net (localhost [127.0.0.1])
	by megatron.madpilot.net (Postfix) with ESMTP id F1D411BAA
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Feb 2010 16:11:01 +0100 (CET)
Received: from megatron.madpilot.net ([127.0.0.1])
	by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id bhEaN-0mAJR1 for <FreeBSD-gnats-submit@freebsd.org>;
	Fri,  5 Feb 2010 16:10:59 +0100 (CET)
Received: by megatron.madpilot.net (Postfix, from userid 1000)
	id ECEE81BA2; Fri,  5 Feb 2010 16:10:58 +0100 (CET)
Message-Id: <20100205151058.ECEE81BA2@megatron.madpilot.net>
Date: Fri,  5 Feb 2010 16:10:58 +0100 (CET)
From: Guido Falsi <mad@madpilot.net>
Reply-To: Guido Falsi <mad@madpilot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] audio/libmtp: update to 1.0.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: pesho.petrov@gmail.com

>Number:         143580
>Category:       ports
>Synopsis:       [PATCH] audio/libmtp: update to 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 05 15:20:01 UTC 2010
>Closed-Date:    Mon May 10 13:22:28 UTC 2010
>Last-Modified:  Mon May 10 13:22:28 UTC 2010
>Originator:     Guido Falsi
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 8.0-STABLE FreeBSD 8.0-STABLE #10: Wed Jan 13 20:25:25 CET 2010 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

Update to 1.0.1.

Removed all patches in files since they're not needed anymore.

Library version bumped, perhaps we will need to bump revision
on depending ports.

>How-To-Repeat:
>Fix:

diff -ruN libmtp.old/Makefile libmtp/Makefile
--- libmtp.old/Makefile	2010-02-03 10:40:35.038479872 +0100
+++ libmtp/Makefile	2010-02-03 10:40:58.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libmtp
-PORTVERSION=	0.3.1
-PORTREVISION=	2
+PORTVERSION=	1.0.1
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
diff -ruN libmtp.old/distinfo libmtp/distinfo
--- libmtp.old/distinfo	2010-02-03 10:40:35.038479872 +0100
+++ libmtp/distinfo	2010-02-03 10:41:48.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (libmtp-0.3.1.tar.gz) = 26456419db20eea44471d3687a8611a2
-SHA256 (libmtp-0.3.1.tar.gz) = c3823650a1744bda2a6bc1a546ab503c644c61f5c63c1ad5642efa6fe349a04a
-SIZE (libmtp-0.3.1.tar.gz) = 556206
+MD5 (libmtp-1.0.1.tar.gz) = d540a0ef033483bd10b7f83f7a84e4a7
+SHA256 (libmtp-1.0.1.tar.gz) = da3455115aa95180c3599373aa6c5c011c786c0dcf12b5e8c78d1d107d5030a6
+SIZE (libmtp-1.0.1.tar.gz) = 587559
diff -ruN libmtp.old/files/patch-examples__albumart.c libmtp/files/patch-examples__albumart.c
--- libmtp.old/files/patch-examples__albumart.c	2010-02-03 10:40:35.035479224 +0100
+++ libmtp/files/patch-examples__albumart.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
---- ./examples/albumart.c.orig	2008-06-23 01:43:36.000000000 +0400
-+++ ./examples/albumart.c	2009-01-14 01:12:55.000000000 +0300
-@@ -21,6 +21,7 @@
-  */
- #include "common.h"
- #include "string.h"
-+#include <stdlib.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <errno.h>
diff -ruN libmtp.old/files/patch-examples__delfile.c libmtp/files/patch-examples__delfile.c
--- libmtp.old/files/patch-examples__delfile.c	2010-02-03 10:40:35.035479224 +0100
+++ libmtp/files/patch-examples__delfile.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- ./examples/delfile.c.orig	2009-01-14 01:14:19.000000000 +0300
-+++ ./examples/delfile.c	2009-01-14 01:15:00.000000000 +0300
-@@ -23,6 +23,8 @@
- #include "common.h"
- #include "string.h"
- #include "pathutils.h"
-+#include <stdlib.h>
-+#include <limits.h>
- 
- void delfile_usage(void);
- void delfile_function(char *);
diff -ruN libmtp.old/files/patch-examples__getfile.c libmtp/files/patch-examples__getfile.c
--- libmtp.old/files/patch-examples__getfile.c	2010-02-03 10:40:35.036480184 +0100
+++ libmtp/files/patch-examples__getfile.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- ./examples/getfile.c.orig	2009-01-14 01:15:17.000000000 +0300
-+++ ./examples/getfile.c	2009-01-14 01:16:03.000000000 +0300
-@@ -22,6 +22,8 @@
-  */
- #include "common.h"
- #include "pathutils.h"
-+#include <stdlib.h>
-+#include <limits.h>
- 
- void getfile_function(char *,char *);
- void getfile_command(int, char **);
diff -ruN libmtp.old/files/patch-examples__getplaylist.c libmtp/files/patch-examples__getplaylist.c
--- libmtp.old/files/patch-examples__getplaylist.c	2010-02-03 10:40:35.037483101 +0100
+++ libmtp/files/patch-examples__getplaylist.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- ./examples/getplaylist.c.orig	2007-11-11 03:06:28.000000000 +0300
-+++ ./examples/getplaylist.c	2009-01-14 01:12:55.000000000 +0300
-@@ -20,6 +20,8 @@
-  * Boston, MA 02111-1307, USA.
-  */
- #include "common.h"
-+#include <stdlib.h>
-+#include <limits.h>
- 
- static uint32_t dump_playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl)
- {
diff -ruN libmtp.old/files/patch-examples__newfolder.c libmtp/files/patch-examples__newfolder.c
--- libmtp.old/files/patch-examples__newfolder.c	2010-02-03 10:40:35.037483101 +0100
+++ libmtp/files/patch-examples__newfolder.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
---- ./examples/newfolder.c.orig	2009-01-14 01:16:16.000000000 +0300
-+++ ./examples/newfolder.c	2009-01-14 01:16:31.000000000 +0300
-@@ -22,6 +22,7 @@
-  */
- #include "common.h"
- #include "pathutils.h"
-+#include <stdlib.h>
- #include <libgen.h>
- 
- void newfolder_function(char *);
diff -ruN libmtp.old/files/patch-examples__newplaylist.c libmtp/files/patch-examples__newplaylist.c
--- libmtp.old/files/patch-examples__newplaylist.c	2010-02-03 10:40:35.036480184 +0100
+++ libmtp/files/patch-examples__newplaylist.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
---- ./examples/newplaylist.c.orig	2008-06-23 01:44:46.000000000 +0400
-+++ ./examples/newplaylist.c	2009-01-14 01:12:55.000000000 +0300
-@@ -21,6 +21,7 @@
-  */
- #include "common.h"
- #include "string.h"
-+#include <stdlib.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <errno.h>
diff -ruN libmtp.old/files/patch-examples__pathutils.c libmtp/files/patch-examples__pathutils.c
--- libmtp.old/files/patch-examples__pathutils.c	2010-02-03 10:40:35.036480184 +0100
+++ libmtp/files/patch-examples__pathutils.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- ./examples/pathutils.c.orig	2008-05-03 03:17:02.000000000 +0400
-+++ ./examples/pathutils.c	2009-01-14 01:12:55.000000000 +0300
-@@ -21,6 +21,8 @@
-  */
- #include "common.h"
- #include "pathutils.h"
-+#include <stdlib.h>
-+#include <limits.h>
- #include <string.h>
- #include <libgen.h>
- 
diff -ruN libmtp.old/files/patch-examples__sendtr.c libmtp/files/patch-examples__sendtr.c
--- libmtp.old/files/patch-examples__sendtr.c	2010-02-03 10:40:35.034484129 +0100
+++ libmtp/files/patch-examples__sendtr.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- ./examples/sendtr.c.orig	2008-08-17 01:01:09.000000000 +0400
-+++ ./examples/sendtr.c	2009-01-14 01:12:55.000000000 +0300
-@@ -31,6 +31,8 @@
- 
- #include "common.h"
- #include "util.h"
-+#include <stdlib.h>
-+#include <limits.h>
- #include <string.h>
- #include <libgen.h>
- #include <sys/stat.h>
diff -ruN libmtp.old/files/patch-examples__thumb.c libmtp/files/patch-examples__thumb.c
--- libmtp.old/files/patch-examples__thumb.c	2010-02-03 10:40:35.035479224 +0100
+++ libmtp/files/patch-examples__thumb.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- ./examples/thumb.c.orig	2007-11-11 03:06:28.000000000 +0300
-+++ ./examples/thumb.c	2009-01-14 01:12:55.000000000 +0300
-@@ -22,6 +22,8 @@
-  */
- #include "common.h"
- #include "string.h"
-+#include <stdlib.h>
-+#include <limits.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <errno.h>
diff -ruN libmtp.old/files/patch-examples__trexist.c libmtp/files/patch-examples__trexist.c
--- libmtp.old/files/patch-examples__trexist.c	2010-02-03 10:40:35.035479224 +0100
+++ libmtp/files/patch-examples__trexist.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- ./examples/trexist.c.orig	2007-11-11 03:06:28.000000000 +0300
-+++ ./examples/trexist.c	2009-01-14 01:12:55.000000000 +0300
-@@ -20,6 +20,8 @@
-  * Boston, MA 02111-1307, USA.
-  */
- #include "common.h"
-+#include <stdlib.h>
-+#include <limits.h>
- 
- static void usage (void)
- {
diff -ruN libmtp.old/files/patch-src__libmtp.c libmtp/files/patch-src__libmtp.c
--- libmtp.old/files/patch-src__libmtp.c	2010-02-03 10:40:35.034484129 +0100
+++ libmtp/files/patch-src__libmtp.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
---- ./src/libmtp.c.orig	2008-08-17 01:01:13.000000000 +0400
-+++ ./src/libmtp.c	2009-01-14 01:12:55.000000000 +0300
-@@ -44,6 +44,7 @@
- #include "device-flags.h"
- #include "playlist-spl.h"
- 
-+#include <stdlib.h>
- #include <string.h>
- #include <sys/types.h>
- #include <sys/stat.h>
diff -ruN libmtp.old/pkg-plist libmtp/pkg-plist
--- libmtp.old/pkg-plist	2010-02-03 10:40:35.037483101 +0100
+++ libmtp/pkg-plist	2010-02-04 14:23:16.000000000 +0100
@@ -23,5 +23,5 @@
 lib/libmtp.a
 lib/libmtp.la
 lib/libmtp.so
-lib/libmtp.so.8
+lib/libmtp.so.11
 libdata/pkgconfig/libmtp.pc
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Feb 5 15:20:18 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: pesho.petrov@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/143580: [PATCH] audio/libmtp: update to 1.0.1
Date: Fri, 5 Feb 2010 15:20:16 UT

 Maintainer of audio/libmtp,
 
 Please note that PR ports/143580 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143580
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143580: [PATCH] audio/libmtp: update to 1.0.1
Date: Fri, 5 Feb 2010 18:23:00 +0100

 Quick followup to note that this was requested by Peter Jeremy
 <peterjeremy at acm.org> in the ports@ mailinglist.
 
 Thanks for pointing out the new version. I made the upgrade since it was
 useful to me and had some spare time.
 
 I have tested it with mtpfs and works quite fine.
 
 -- 
 Guido Falsi <mad@madpilot.net>

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, mad@madpilot.net
Cc:  
Subject: Re: ports/143580: [PATCH] audio/libmtp: update to 1.0.1
Date: Sat, 06 Feb 2010 14:49:56 +0100

 This is a multi-part message in MIME format.
 --------------090909010303040800060802
 Content-Type: text/plain; charset=ISO-8859-15; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Version 1.0.2 just came out.
 
 I'm attaching a revised patch updating to this latest version.
 
 Again pointed out by Peter Jeremy <peterjeremy at acm.org>
 
 -- 
 Guido Falsi <mad@madpilot.net>
 
 --------------090909010303040800060802
 Content-Type: text/plain;
  name="libmtp.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="libmtp.diff"
 
 diff -ruN libmtp.old/Makefile libmtp/Makefile
 --- libmtp.old/Makefile	2010-02-04 20:02:39.443509309 +0100
 +++ libmtp/Makefile	2010-02-06 14:41:41.328587960 +0100
 @@ -6,8 +6,7 @@
  #
  
  PORTNAME=	libmtp
 -PORTVERSION=	0.3.1
 -PORTREVISION=	2
 +PORTVERSION=	1.0.2
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 diff -ruN libmtp.old/distinfo libmtp/distinfo
 --- libmtp.old/distinfo	2010-02-04 20:02:39.439506310 +0100
 +++ libmtp/distinfo	2010-02-06 14:41:50.824400073 +0100
 @@ -1,3 +1,3 @@
 -MD5 (libmtp-0.3.1.tar.gz) = 26456419db20eea44471d3687a8611a2
 -SHA256 (libmtp-0.3.1.tar.gz) = c3823650a1744bda2a6bc1a546ab503c644c61f5c63c1ad5642efa6fe349a04a
 -SIZE (libmtp-0.3.1.tar.gz) = 556206
 +MD5 (libmtp-1.0.2.tar.gz) = cdc1cc6afa6be287ff6bc331e71bdc47
 +SHA256 (libmtp-1.0.2.tar.gz) = 23adc4d18b5d9e0932a542104b871163cdadc09e697184199ecaaa33eaffa7af
 +SIZE (libmtp-1.0.2.tar.gz) = 594799
 diff -ruN libmtp.old/files/patch-examples__albumart.c libmtp/files/patch-examples__albumart.c
 --- libmtp.old/files/patch-examples__albumart.c	2010-02-04 20:02:39.437505508 +0100
 +++ libmtp/files/patch-examples__albumart.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,10 +0,0 @@
 ---- ./examples/albumart.c.orig	2008-06-23 01:43:36.000000000 +0400
 -+++ ./examples/albumart.c	2009-01-14 01:12:55.000000000 +0300
 -@@ -21,6 +21,7 @@
 -  */
 - #include "common.h"
 - #include "string.h"
 -+#include <stdlib.h>
 - #include <sys/stat.h>
 - #include <fcntl.h>
 - #include <errno.h>
 diff -ruN libmtp.old/files/patch-examples__delfile.c libmtp/files/patch-examples__delfile.c
 --- libmtp.old/files/patch-examples__delfile.c	2010-02-04 20:02:39.437505508 +0100
 +++ libmtp/files/patch-examples__delfile.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,11 +0,0 @@
 ---- ./examples/delfile.c.orig	2009-01-14 01:14:19.000000000 +0300
 -+++ ./examples/delfile.c	2009-01-14 01:15:00.000000000 +0300
 -@@ -23,6 +23,8 @@
 - #include "common.h"
 - #include "string.h"
 - #include "pathutils.h"
 -+#include <stdlib.h>
 -+#include <limits.h>
 - 
 - void delfile_usage(void);
 - void delfile_function(char *);
 diff -ruN libmtp.old/files/patch-examples__getfile.c libmtp/files/patch-examples__getfile.c
 --- libmtp.old/files/patch-examples__getfile.c	2010-02-04 20:02:39.438505909 +0100
 +++ libmtp/files/patch-examples__getfile.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,11 +0,0 @@
 ---- ./examples/getfile.c.orig	2009-01-14 01:15:17.000000000 +0300
 -+++ ./examples/getfile.c	2009-01-14 01:16:03.000000000 +0300
 -@@ -22,6 +22,8 @@
 -  */
 - #include "common.h"
 - #include "pathutils.h"
 -+#include <stdlib.h>
 -+#include <limits.h>
 - 
 - void getfile_function(char *,char *);
 - void getfile_command(int, char **);
 diff -ruN libmtp.old/files/patch-examples__getplaylist.c libmtp/files/patch-examples__getplaylist.c
 --- libmtp.old/files/patch-examples__getplaylist.c	2010-02-04 20:02:39.438505909 +0100
 +++ libmtp/files/patch-examples__getplaylist.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,11 +0,0 @@
 ---- ./examples/getplaylist.c.orig	2007-11-11 03:06:28.000000000 +0300
 -+++ ./examples/getplaylist.c	2009-01-14 01:12:55.000000000 +0300
 -@@ -20,6 +20,8 @@
 -  * Boston, MA 02111-1307, USA.
 -  */
 - #include "common.h"
 -+#include <stdlib.h>
 -+#include <limits.h>
 - 
 - static uint32_t dump_playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl)
 - {
 diff -ruN libmtp.old/files/patch-examples__newfolder.c libmtp/files/patch-examples__newfolder.c
 --- libmtp.old/files/patch-examples__newfolder.c	2010-02-04 20:02:39.436505108 +0100
 +++ libmtp/files/patch-examples__newfolder.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,10 +0,0 @@
 ---- ./examples/newfolder.c.orig	2009-01-14 01:16:16.000000000 +0300
 -+++ ./examples/newfolder.c	2009-01-14 01:16:31.000000000 +0300
 -@@ -22,6 +22,7 @@
 -  */
 - #include "common.h"
 - #include "pathutils.h"
 -+#include <stdlib.h>
 - #include <libgen.h>
 - 
 - void newfolder_function(char *);
 diff -ruN libmtp.old/files/patch-examples__newplaylist.c libmtp/files/patch-examples__newplaylist.c
 --- libmtp.old/files/patch-examples__newplaylist.c	2010-02-04 20:02:39.436505108 +0100
 +++ libmtp/files/patch-examples__newplaylist.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,10 +0,0 @@
 ---- ./examples/newplaylist.c.orig	2008-06-23 01:44:46.000000000 +0400
 -+++ ./examples/newplaylist.c	2009-01-14 01:12:55.000000000 +0300
 -@@ -21,6 +21,7 @@
 -  */
 - #include "common.h"
 - #include "string.h"
 -+#include <stdlib.h>
 - #include <sys/stat.h>
 - #include <fcntl.h>
 - #include <errno.h>
 diff -ruN libmtp.old/files/patch-examples__pathutils.c libmtp/files/patch-examples__pathutils.c
 --- libmtp.old/files/patch-examples__pathutils.c	2010-02-04 20:02:39.437505508 +0100
 +++ libmtp/files/patch-examples__pathutils.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,11 +0,0 @@
 ---- ./examples/pathutils.c.orig	2008-05-03 03:17:02.000000000 +0400
 -+++ ./examples/pathutils.c	2009-01-14 01:12:55.000000000 +0300
 -@@ -21,6 +21,8 @@
 -  */
 - #include "common.h"
 - #include "pathutils.h"
 -+#include <stdlib.h>
 -+#include <limits.h>
 - #include <string.h>
 - #include <libgen.h>
 - 
 diff -ruN libmtp.old/files/patch-examples__sendtr.c libmtp/files/patch-examples__sendtr.c
 --- libmtp.old/files/patch-examples__sendtr.c	2010-02-04 20:02:39.436505108 +0100
 +++ libmtp/files/patch-examples__sendtr.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,11 +0,0 @@
 ---- ./examples/sendtr.c.orig	2008-08-17 01:01:09.000000000 +0400
 -+++ ./examples/sendtr.c	2009-01-14 01:12:55.000000000 +0300
 -@@ -31,6 +31,8 @@
 - 
 - #include "common.h"
 - #include "util.h"
 -+#include <stdlib.h>
 -+#include <limits.h>
 - #include <string.h>
 - #include <libgen.h>
 - #include <sys/stat.h>
 diff -ruN libmtp.old/files/patch-examples__thumb.c libmtp/files/patch-examples__thumb.c
 --- libmtp.old/files/patch-examples__thumb.c	2010-02-04 20:02:39.438505909 +0100
 +++ libmtp/files/patch-examples__thumb.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,11 +0,0 @@
 ---- ./examples/thumb.c.orig	2007-11-11 03:06:28.000000000 +0300
 -+++ ./examples/thumb.c	2009-01-14 01:12:55.000000000 +0300
 -@@ -22,6 +22,8 @@
 -  */
 - #include "common.h"
 - #include "string.h"
 -+#include <stdlib.h>
 -+#include <limits.h>
 - #include <sys/stat.h>
 - #include <fcntl.h>
 - #include <errno.h>
 diff -ruN libmtp.old/files/patch-examples__trexist.c libmtp/files/patch-examples__trexist.c
 --- libmtp.old/files/patch-examples__trexist.c	2010-02-04 20:02:39.437505508 +0100
 +++ libmtp/files/patch-examples__trexist.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,11 +0,0 @@
 ---- ./examples/trexist.c.orig	2007-11-11 03:06:28.000000000 +0300
 -+++ ./examples/trexist.c	2009-01-14 01:12:55.000000000 +0300
 -@@ -20,6 +20,8 @@
 -  * Boston, MA 02111-1307, USA.
 -  */
 - #include "common.h"
 -+#include <stdlib.h>
 -+#include <limits.h>
 - 
 - static void usage (void)
 - {
 diff -ruN libmtp.old/files/patch-src__libmtp.c libmtp/files/patch-src__libmtp.c
 --- libmtp.old/files/patch-src__libmtp.c	2010-02-04 20:02:39.436505108 +0100
 +++ libmtp/files/patch-src__libmtp.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,10 +0,0 @@
 ---- ./src/libmtp.c.orig	2008-08-17 01:01:13.000000000 +0400
 -+++ ./src/libmtp.c	2009-01-14 01:12:55.000000000 +0300
 -@@ -44,6 +44,7 @@
 - #include "device-flags.h"
 - #include "playlist-spl.h"
 - 
 -+#include <stdlib.h>
 - #include <string.h>
 - #include <sys/types.h>
 - #include <sys/stat.h>
 diff -ruN libmtp.old/pkg-plist libmtp/pkg-plist
 --- libmtp.old/pkg-plist	2010-02-04 20:02:39.438505909 +0100
 +++ libmtp/pkg-plist	2010-02-04 20:03:17.894950986 +0100
 @@ -23,5 +23,5 @@
  lib/libmtp.a
  lib/libmtp.la
  lib/libmtp.so
 -lib/libmtp.so.8
 +lib/libmtp.so.11
  libdata/pkgconfig/libmtp.pc
 
 --------------090909010303040800060802--
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Feb 11 04:00:23 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143580 
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Fri Feb 26 00:41:56 UTC 2010 
State-Changed-Why:  
Feedback timeout 19 days. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143580 
Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Fri Apr 23 21:24:17 UTC 2010 
Responsible-Changed-Why:  
back to pool 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143580 
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Fri May 7 19:28:26 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143580: commit references a PR
Date: Mon, 10 May 2010 13:06:22 +0000 (UTC)

 makc        2010-05-10 13:06:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/libmtp         Makefile distinfo pkg-plist 
   Removed files:
     audio/libmtp/files   patch-examples__albumart.c 
                          patch-examples__delfile.c 
                          patch-examples__getfile.c 
                          patch-examples__getplaylist.c 
                          patch-examples__newfolder.c 
                          patch-examples__newplaylist.c 
                          patch-examples__pathutils.c 
                          patch-examples__sendtr.c 
                          patch-examples__thumb.c 
                          patch-examples__trexist.c 
                          patch-src__libmtp.c 
   Log:
   Update to 1.0.2
   
   PR:             ports/143580
   Submitted by:   Guido Falsi <mad at madpilot.net>
   Approved by:    maintainer timeout (3 months)
   
   Revision  Changes    Path
   1.16      +1 -2      ports/audio/libmtp/Makefile
   1.10      +3 -3      ports/audio/libmtp/distinfo
   1.2       +0 -10     ports/audio/libmtp/files/patch-examples__albumart.c (dead)
   1.2       +0 -11     ports/audio/libmtp/files/patch-examples__delfile.c (dead)
   1.2       +0 -11     ports/audio/libmtp/files/patch-examples__getfile.c (dead)
   1.2       +0 -11     ports/audio/libmtp/files/patch-examples__getplaylist.c (dead)
   1.2       +0 -10     ports/audio/libmtp/files/patch-examples__newfolder.c (dead)
   1.2       +0 -10     ports/audio/libmtp/files/patch-examples__newplaylist.c (dead)
   1.2       +0 -11     ports/audio/libmtp/files/patch-examples__pathutils.c (dead)
   1.2       +0 -11     ports/audio/libmtp/files/patch-examples__sendtr.c (dead)
   1.2       +0 -11     ports/audio/libmtp/files/patch-examples__thumb.c (dead)
   1.2       +0 -11     ports/audio/libmtp/files/patch-examples__trexist.c (dead)
   1.2       +0 -10     ports/audio/libmtp/files/patch-src__libmtp.c (dead)
   1.7       +1 -1      ports/audio/libmtp/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Mon May 10 13:22:27 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143580 
>Unformatted:
