svn commit: r426992 - head/sysutils/android-file-transfer

Jan Beich jbeich at FreeBSD.org
Thu Nov 24 06:28:46 UTC 2016


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 at 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


More information about the svn-ports-all mailing list