Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2016 06:28:45 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426992 - head/sysutils/android-file-transfer
Message-ID:  <201611240628.uAO6SjLp076619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611240628.uAO6SjLp076619>