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.
Responsible Changed From-To: freebsd-ports-bugs->rakuco I'll take it.
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"
State Changed From-To: open->closed Committed with the right distinfo and removing PORTREVISION. Thanks!