1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Update to 0.1.3

PR:		ports/109301
Submitted by:	Herbert J. Skuhra <h dot skuhra@gmail.com>
Reviewed by:	maintainer (Petar Petrov)
Approved by:	maintainer
This commit is contained in:
Cheng-Lung Sung 2007-03-05 01:59:05 +00:00
parent 969a20c5d2
commit a9417d531e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186537
6 changed files with 44 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libmtp
PORTVERSION= 0.0.21
PORTVERSION= 0.1.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (libmtp-0.0.21.tar.gz) = 621b4590c3c0d09f3546ad67f39ef80b
SHA256 (libmtp-0.0.21.tar.gz) = 7d7d28bc92d44f2f8f8c235535428c20a559db227e2184bbd58b22a58f8103be
SIZE (libmtp-0.0.21.tar.gz) = 447358
MD5 (libmtp-0.1.3.tar.gz) = 311b99c9d9a96efff6383f7466b2b229
SHA256 (libmtp-0.1.3.tar.gz) = d85f1950b3fbc7a8a89bf06dc4f6fae7e627d9b7b291b98f45259a87bd5b4661
SIZE (libmtp-0.1.3.tar.gz) = 480522

View File

@ -0,0 +1,11 @@
--- examples/common.h.orig Sun Feb 18 22:24:01 2007
+++ examples/common.h Sun Feb 18 22:17:34 2007
@@ -3,7 +3,7 @@
* These headers are used by absolutely all sample programs.
* Special quirks that apply to all samples go here.
*/
-#include <libmtp.h>
+#include <../src/libmtp.h>
#ifndef _MSC_VER
#include "config.h"
#ifdef HAVE_GETOPT_H

View File

@ -0,0 +1,11 @@
--- examples/sendfile.c.orig Sun Feb 18 22:25:38 2007
+++ examples/sendfile.c Sun Feb 18 22:14:53 2007
@@ -4,7 +4,7 @@
#include <sys/types.h>
#include <fcntl.h>
#include "common.h"
-#include "libmtp.h"
+#include "../src/libmtp.h"
#include "pathutils.h"
extern LIBMTP_folder_t *folders;

View File

@ -0,0 +1,11 @@
--- examples/sendtr.c.orig Sun Feb 18 22:25:18 2007
+++ examples/sendtr.c Sun Feb 18 22:18:04 2007
@@ -12,7 +12,7 @@
#include <sys/types.h>
#include <fcntl.h>
#include "common.h"
-#include "libmtp.h"
+#include "../src/libmtp.h"
#include "pathutils.h"
extern LIBMTP_folder_t *folders;

View File

@ -1,5 +1,9 @@
bin/mtp-albumart
bin/mtp-albums
bin/mtp-connect
bin/mtp-delfile
bin/mtp-detect
bin/mtp-emptyfolders
bin/mtp-files
bin/mtp-folders
bin/mtp-format
@ -7,14 +11,16 @@ bin/mtp-getfile
bin/mtp-getplaylist
bin/mtp-hotplug
bin/mtp-newfolder
bin/mtp-newplaylist
bin/mtp-playlists
bin/mtp-sendfile
bin/mtp-sendtr
bin/mtp-thumb
bin/mtp-tracks
bin/mtp-trexist
include/libmtp.h
lib/libmtp.a
lib/libmtp.la
lib/libmtp.so
lib/libmtp.so.3
lib/libmtp.so.6
libdata/pkgconfig/libmtp.pc