summaryrefslogtreecommitdiff
path: root/devel/libmtp
diff options
context:
space:
mode:
authorryoon <ryoon>2015-05-02 10:43:29 +0000
committerryoon <ryoon>2015-05-02 10:43:29 +0000
commitc4ac6459e9e8b1a122320bdd342608a2ae2ad2e5 (patch)
tree31bdf8e7a35633d088a72ef65d4fd08914580eaf /devel/libmtp
parent5de35787b512477b83081462e312e242eccaf848 (diff)
downloadpkgsrc-c4ac6459e9e8b1a122320bdd342608a2ae2ad2e5.tar.gz
Update to 1.1.9
Changelog: * Add many device entries. * Bugfixes.
Diffstat (limited to 'devel/libmtp')
-rw-r--r--devel/libmtp/Makefile4
-rw-r--r--devel/libmtp/distinfo10
-rw-r--r--devel/libmtp/patches/patch-configure15
3 files changed, 10 insertions, 19 deletions
diff --git a/devel/libmtp/Makefile b/devel/libmtp/Makefile
index 09a45c923b8..d03f1d3bc72 100644
--- a/devel/libmtp/Makefile
+++ b/devel/libmtp/Makefile
@@ -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 --git a/devel/libmtp/distinfo b/devel/libmtp/distinfo
index bf314a446f4..b3bbfe6e522 100644
--- a/devel/libmtp/distinfo
+++ b/devel/libmtp/distinfo
@@ -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 --git a/devel/libmtp/patches/patch-configure b/devel/libmtp/patches/patch-configure
index 96781b74e8c..65f9ce9b213 100644
--- a/devel/libmtp/patches/patch-configure
+++ b/devel/libmtp/patches/patch-configure
@@ -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.