aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-05-10 21:06:12 +0800
committermakc <makc@FreeBSD.org>2010-05-10 21:06:12 +0800
commit379e4d237ccab5237b8165ed18600bc252a48612 (patch)
tree5882cba847608008440b142ef823b8c419a32712
parent56a0231bf3b745b5fcf870a800ddb891615b132e (diff)
downloadfreebsd-ports-gnome-379e4d237ccab5237b8165ed18600bc252a48612.tar.gz
freebsd-ports-gnome-379e4d237ccab5237b8165ed18600bc252a48612.tar.zst
freebsd-ports-gnome-379e4d237ccab5237b8165ed18600bc252a48612.zip
Update to 1.0.2
PR: ports/143580 Submitted by: Guido Falsi <mad at madpilot.net> Approved by: maintainer timeout (3 months)
-rw-r--r--audio/libmtp/Makefile3
-rw-r--r--audio/libmtp/distinfo6
-rw-r--r--audio/libmtp/files/patch-examples__albumart.c10
-rw-r--r--audio/libmtp/files/patch-examples__delfile.c11
-rw-r--r--audio/libmtp/files/patch-examples__getfile.c11
-rw-r--r--audio/libmtp/files/patch-examples__getplaylist.c11
-rw-r--r--audio/libmtp/files/patch-examples__newfolder.c10
-rw-r--r--audio/libmtp/files/patch-examples__newplaylist.c10
-rw-r--r--audio/libmtp/files/patch-examples__pathutils.c11
-rw-r--r--audio/libmtp/files/patch-examples__sendtr.c11
-rw-r--r--audio/libmtp/files/patch-examples__thumb.c11
-rw-r--r--audio/libmtp/files/patch-examples__trexist.c11
-rw-r--r--audio/libmtp/files/patch-src__libmtp.c10
-rw-r--r--audio/libmtp/pkg-plist2
14 files changed, 5 insertions, 123 deletions
diff --git a/audio/libmtp/Makefile b/audio/libmtp/Makefile
index 938139eea613..dc15ba741471 100644
--- a/audio/libmtp/Makefile
+++ b/audio/libmtp/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libmtp
-PORTVERSION= 0.3.1
-PORTREVISION= 2
+PORTVERSION= 1.0.2
CATEGORIES= audio
MASTER_SITES= SF
diff --git a/audio/libmtp/distinfo b/audio/libmtp/distinfo
index 2c6e4433e517..f61ebef193ea 100644
--- a/audio/libmtp/distinfo
+++ b/audio/libmtp/distinfo
@@ -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 --git a/audio/libmtp/files/patch-examples__albumart.c b/audio/libmtp/files/patch-examples__albumart.c
deleted file mode 100644
index 52d6a3aa724b..000000000000
--- a/audio/libmtp/files/patch-examples__albumart.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__delfile.c b/audio/libmtp/files/patch-examples__delfile.c
deleted file mode 100644
index bfbeb27a97d5..000000000000
--- a/audio/libmtp/files/patch-examples__delfile.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__getfile.c b/audio/libmtp/files/patch-examples__getfile.c
deleted file mode 100644
index fa385c6f66d0..000000000000
--- a/audio/libmtp/files/patch-examples__getfile.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__getplaylist.c b/audio/libmtp/files/patch-examples__getplaylist.c
deleted file mode 100644
index cdbba7063368..000000000000
--- a/audio/libmtp/files/patch-examples__getplaylist.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__newfolder.c b/audio/libmtp/files/patch-examples__newfolder.c
deleted file mode 100644
index 35c4d6196d8f..000000000000
--- a/audio/libmtp/files/patch-examples__newfolder.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__newplaylist.c b/audio/libmtp/files/patch-examples__newplaylist.c
deleted file mode 100644
index 04c0ea0e692e..000000000000
--- a/audio/libmtp/files/patch-examples__newplaylist.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__pathutils.c b/audio/libmtp/files/patch-examples__pathutils.c
deleted file mode 100644
index 0c342b115e92..000000000000
--- a/audio/libmtp/files/patch-examples__pathutils.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__sendtr.c b/audio/libmtp/files/patch-examples__sendtr.c
deleted file mode 100644
index 2d00fc50a055..000000000000
--- a/audio/libmtp/files/patch-examples__sendtr.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__thumb.c b/audio/libmtp/files/patch-examples__thumb.c
deleted file mode 100644
index 55a872d31d34..000000000000
--- a/audio/libmtp/files/patch-examples__thumb.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-examples__trexist.c b/audio/libmtp/files/patch-examples__trexist.c
deleted file mode 100644
index 554a32697f52..000000000000
--- a/audio/libmtp/files/patch-examples__trexist.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/files/patch-src__libmtp.c b/audio/libmtp/files/patch-src__libmtp.c
deleted file mode 100644
index 8dd1ac58072e..000000000000
--- a/audio/libmtp/files/patch-src__libmtp.c
+++ /dev/null
@@ -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 --git a/audio/libmtp/pkg-plist b/audio/libmtp/pkg-plist
index 954d8afc1b07..78d251949d84 100644
--- a/audio/libmtp/pkg-plist
+++ b/audio/libmtp/pkg-plist
@@ -23,5 +23,5 @@ include/libmtp.h
lib/libmtp.a
lib/libmtp.la
lib/libmtp.so
-lib/libmtp.so.8
+lib/libmtp.so.11
libdata/pkgconfig/libmtp.pc