From owner-svn-ports-head@freebsd.org Thu Nov 24 06:28:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B4ADC5245B; Thu, 24 Nov 2016 06:28:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B445C1A; Thu, 24 Nov 2016 06:28:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAO6Sj7c076621; Thu, 24 Nov 2016 06:28:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO6SjLp076619; Thu, 24 Nov 2016 06:28:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611240628.uAO6SjLp076619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Nov 2016 06:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426992 - head/sysutils/android-file-transfer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 06:28:46 -0000 Author: jbeich Date: Thu Nov 24 06:28:44 2016 New Revision: 426992 URL: https://svnweb.freebsd.org/changeset/ports/426992 Log: sysutils/android-file-transfer: unbreak on 9.x after r426565 In file included from cli/Session.cpp:22:0: ./cli/PosixStreams.h: In constructor 'cli::ObjectInputStream::ObjectInputStream(const string&)': ./cli/PosixStreams.h:72:18: error: 'perror' was not declared in this scope perror("open"); ^ ./cli/PosixStreams.h: In constructor 'cli::ObjectOutputStream::ObjectOutputStream(const string&)': ./cli/PosixStreams.h:109:18: error: 'perror' was not declared in this scope perror("open"); ^ Changes: https://github.com/whoozle/android-file-transfer-linux/compare/40640fb...5a818d8 PR: 196712 Reported by: pkg-fallout Modified: head/sysutils/android-file-transfer/Makefile (contents, props changed) head/sysutils/android-file-transfer/distinfo (contents, props changed) Modified: head/sysutils/android-file-transfer/Makefile ============================================================================== --- head/sysutils/android-file-transfer/Makefile Thu Nov 24 06:20:33 2016 (r426991) +++ head/sysutils/android-file-transfer/Makefile Thu Nov 24 06:28:44 2016 (r426992) @@ -2,9 +2,9 @@ PORTNAME= android-file-transfer DISTVERSIONPREFIX= v -DISTVERSION= 3.0-10 -DISTVERSIONSUFFIX= -g40640fb -PORTREVISION?= 1 +DISTVERSION= 3.0-14 +DISTVERSIONSUFFIX= -g5a818d8 +PORTREVISION?= 0 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org Modified: head/sysutils/android-file-transfer/distinfo ============================================================================== --- head/sysutils/android-file-transfer/distinfo Thu Nov 24 06:20:33 2016 (r426991) +++ head/sysutils/android-file-transfer/distinfo Thu Nov 24 06:28:44 2016 (r426992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474277998 -SHA256 (whoozle-android-file-transfer-linux-v3.0-10-g40640fb_GH0.tar.gz) = 077ac7e798eb5b6de454bf487b4f2b83aa80e20e0048e2d0aab7a798c7a26d55 -SIZE (whoozle-android-file-transfer-linux-v3.0-10-g40640fb_GH0.tar.gz) = 419736 +TIMESTAMP = 1479647002 +SHA256 (whoozle-android-file-transfer-linux-v3.0-14-g5a818d8_GH0.tar.gz) = 3378b919f38d8f86008cb2e84045909af40f303101219fe75596ac91d124c170 +SIZE (whoozle-android-file-transfer-linux-v3.0-14-g5a818d8_GH0.tar.gz) = 419824