pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libmtp Update to 1.1.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/c29771050e27
branches: trunk
changeset: 651102:c29771050e27
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat May 02 10:43:29 2015 +0000
description:
Update to 1.1.9
Changelog:
* Add many device entries.
* Bugfixes.
diffstat:
devel/libmtp/Makefile | 4 ++--
devel/libmtp/distinfo | 10 +++++-----
devel/libmtp/patches/patch-configure | 15 +++------------
3 files changed, 10 insertions(+), 19 deletions(-)
diffs (55 lines):
diff -r cd47e8fc52c0 -r c29771050e27 devel/libmtp/Makefile
--- a/devel/libmtp/Makefile Sat May 02 10:36:29 2015 +0000
+++ b/devel/libmtp/Makefile Sat May 02 10:43:29 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2014/08/21 14:03:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2015/05/02 10:43:29 ryoon Exp $
#
-DISTNAME= libmtp-1.1.6
+DISTNAME= libmtp-1.1.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/}
diff -r cd47e8fc52c0 -r c29771050e27 devel/libmtp/distinfo
--- a/devel/libmtp/distinfo Sat May 02 10:36:29 2015 +0000
+++ b/devel/libmtp/distinfo Sat May 02 10:43:29 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2013/04/08 09:52:01 markd Exp $
+$NetBSD: distinfo,v 1.5 2015/05/02 10:43:29 ryoon Exp $
-SHA1 (libmtp-1.1.6.tar.gz) = f9e55c75399fc5f4deabcdfa58e1b01b2e6e3283
-RMD160 (libmtp-1.1.6.tar.gz) = 0d36d3983dc89fe9c46b395f659821483ee0d6fb
-Size (libmtp-1.1.6.tar.gz) = 733519 bytes
+SHA1 (libmtp-1.1.9.tar.gz) = 31bebf3e49612f712f4ab1a03284dedf7044000f
+RMD160 (libmtp-1.1.9.tar.gz) = e486942e0d7e0e6c9bf3525c6175c7199d3fe3f8
+Size (libmtp-1.1.9.tar.gz) = 760593 bytes
SHA1 (patch-aa) = 8d962323f099efec2bf2f3ac0ef3109151d5d57d
-SHA1 (patch-configure) = 93bbd6ed620beb100eeeee24b2deb6369bbc14a7
+SHA1 (patch-configure) = 23d434cb1ff5b8326cbe1d34ded9e6c6b4f01729
diff -r cd47e8fc52c0 -r c29771050e27 devel/libmtp/patches/patch-configure
--- a/devel/libmtp/patches/patch-configure Sat May 02 10:36:29 2015 +0000
+++ b/devel/libmtp/patches/patch-configure Sat May 02 10:43:29 2015 +0000
@@ -1,19 +1,10 @@
-$NetBSD: patch-configure,v 1.1 2012/08/14 21:00:46 markd Exp $
+$NetBSD: patch-configure,v 1.2 2015/05/02 10:43:29 ryoon Exp $
fix == in test
---- configure.orig 2012-07-25 03:06:53.000000000 +0000
+--- configure.orig 2015-04-13 18:44:18.000000000 +0000
+++ configure
-@@ -12672,7 +12672,7 @@ else
- ac_enable_doxygen=auto
- fi
-
--if test "x$ac_enable_doxygen" == "xyes"; then
-+if test "x$ac_enable_doxygen" = "xyes"; then
- # Extract the first word of "doxygen", so it can be a program name with args.
- set dummy doxygen; ac_word=$2
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-@@ -14125,7 +14125,7 @@ fi
+@@ -14558,7 +14558,7 @@ fi
# (No need to use AC_SUBST on this default substituted environment variable.)
# Only add these additional CFLAGS if we are using GCC. Other C compilers may
# not support them.
Home |
Main Index |
Thread Index |
Old Index