aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2021-01-08 10:49:48 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2021-01-08 10:49:48 +0000
commit605480571c639ee29435759ae60037169c04bbe9 (patch)
tree2aae6a000623b3e30471178fa858fb34bec2aa02 /comms
parent4737341db420716913daea10865df7cc4d176b4f (diff)
downloadports-605480571c639ee29435759ae60037169c04bbe9.tar.gz
ports-605480571c639ee29435759ae60037169c04bbe9.zip
Update to 1.17
Notes
Notes: svn path=/head/; revision=560758
Diffstat (limited to 'comms')
-rw-r--r--comms/scrcpy/Makefile2
-rw-r--r--comms/scrcpy/distinfo10
-rw-r--r--comms/scrcpy/files/patch-app_src_sys_unix_command.c8
3 files changed, 6 insertions, 14 deletions
diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile
index 401582b46586..6b2b9e2aef7e 100644
--- a/comms/scrcpy/Makefile
+++ b/comms/scrcpy/Makefile
@@ -2,7 +2,7 @@
PORTNAME= scrcpy
DISTVERSIONPREFIX= v
-DISTVERSION= 1.14
+DISTVERSION= 1.17
CATEGORIES= comms net
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:server
DISTFILES= ${SERVER_FILE}:server
diff --git a/comms/scrcpy/distinfo b/comms/scrcpy/distinfo
index 7ba321b42c9e..f650faead523 100644
--- a/comms/scrcpy/distinfo
+++ b/comms/scrcpy/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1590817747
-SHA256 (scrcpy-server-v1.14) = 1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620
-SIZE (scrcpy-server-v1.14) = 33142
-SHA256 (Genymobile-scrcpy-v1.14_GH0.tar.gz) = 45353b6e6cf1efbc8aadf2a51103242460562f6a55c6772037f492716b3fca07
-SIZE (Genymobile-scrcpy-v1.14_GH0.tar.gz) = 240952
+TIMESTAMP = 1609823739
+SHA256 (scrcpy-server-v1.17) = 11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725
+SIZE (scrcpy-server-v1.17) = 34930
+SHA256 (Genymobile-scrcpy-v1.17_GH0.tar.gz) = c16f1fe1789290d0c7dd3a2778f33d6dc6347ffe3e78e64127b85eda52420d7f
+SIZE (Genymobile-scrcpy-v1.17_GH0.tar.gz) = 266637
diff --git a/comms/scrcpy/files/patch-app_src_sys_unix_command.c b/comms/scrcpy/files/patch-app_src_sys_unix_command.c
deleted file mode 100644
index 0e68801946ca..000000000000
--- a/comms/scrcpy/files/patch-app_src_sys_unix_command.c
+++ /dev/null
@@ -1,8 +0,0 @@
---- app/src/sys/unix/command.c.orig 2020-06-04 10:23:28 UTC
-+++ app/src/sys/unix/command.c
-@@ -1,5 +1,4 @@
- // for portability
--#define _POSIX_SOURCE // for kill()
- #define _BSD_SOURCE // for readlink()
-
- // modern glibc will complain without this