aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/android-file-transfer/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-11-24 14:28:44 +0800
committerjbeich <jbeich@FreeBSD.org>2016-11-24 14:28:44 +0800
commit8dff96ab565836a737eb8cfa1c2b6d585cdd5c9a (patch)
tree226d7e5dea9fa67dd5b41637f42078606c4b0eb2 /sysutils/android-file-transfer/Makefile
parentfde068fc81af4f1ea3664d99876390f1deb64805 (diff)
downloadfreebsd-ports-gnome-8dff96ab565836a737eb8cfa1c2b6d585cdd5c9a.tar.gz
freebsd-ports-gnome-8dff96ab565836a737eb8cfa1c2b6d585cdd5c9a.tar.zst
freebsd-ports-gnome-8dff96ab565836a737eb8cfa1c2b6d585cdd5c9a.zip
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
Diffstat (limited to 'sysutils/android-file-transfer/Makefile')
-rw-r--r--sysutils/android-file-transfer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/android-file-transfer/Makefile b/sysutils/android-file-transfer/Makefile
index 25ecd2c838e6..a68c3b6b4f3d 100644
--- a/sysutils/android-file-transfer/Makefile
+++ b/sysutils/android-file-transfer/Makefile
@@ -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