Bug 171243 - port audio/libmtp update to 1.1.4
Summary: port audio/libmtp update to 1.1.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 07:00 UTC by Peter Kosyh
Modified: 2012-09-02 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (748 bytes, patch)
2012-09-02 07:00 UTC, Peter Kosyh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kosyh 2012-09-02 07:00:16 UTC
Port update needed

Fix: Here is the patch

Patch attached with submission follows:
How-To-Repeat: libmtp 1.1.3 does not work well with modern android devices, but 1.1.4 works well.
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-09-02 16:47:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rakuco

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-02 16:52:21 UTC
Author: rakuco
Date: Sun Sep  2 15:52:06 2012
New Revision: 303559
URL: http://svn.freebsd.org/changeset/ports/303559

Log:
  Update to 1.1.4.
  
  PR:		ports/171243
  Submitted by:	Peter Kosyh <p.kosyh@gmail.com>

Modified:
  head/audio/libmtp/Makefile
  head/audio/libmtp/distinfo

Modified: head/audio/libmtp/Makefile
==============================================================================
--- head/audio/libmtp/Makefile	Sun Sep  2 15:34:44 2012	(r303558)
+++ head/audio/libmtp/Makefile	Sun Sep  2 15:52:06 2012	(r303559)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libmtp
-PORTVERSION=	1.1.3
-PORTREVISION=	1
+PORTVERSION=	1.1.4
 CATEGORIES=	audio
 MASTER_SITES=	SF
 

Modified: head/audio/libmtp/distinfo
==============================================================================
--- head/audio/libmtp/distinfo	Sun Sep  2 15:34:44 2012	(r303558)
+++ head/audio/libmtp/distinfo	Sun Sep  2 15:52:06 2012	(r303559)
@@ -1,2 +1,2 @@
-SHA256 (libmtp-1.1.3.tar.gz) = a794f86cbc1d3b43b654d5a05004f09925fdd44f7a8d87d3f0b4de429e7de8f8
-SIZE (libmtp-1.1.3.tar.gz) = 689357
+SHA256 (libmtp-1.1.4.tar.gz) = 4c6c5cdb46959d9903e98c22e906407909b5bff996b7e1970dc2ee228e3e1460
+SIZE (libmtp-1.1.4.tar.gz) = 696838
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-09-02 16:52:37 UTC
State Changed
From-To: open->closed

Committed with the right distinfo and removing PORTREVISION. Thanks!