diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-03-27 21:11:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-03-27 21:11:08 +0000 |
commit | 480c577baa45ef6f27ad8e0c46958ccecdb6d94f (patch) | |
tree | 38e82fdc8d8a1a28215196aec951504537c1c0ad /net/freerdp | |
parent | ea151d1c2eba86024177b9450f83501b4eda3dc2 (diff) | |
download | freebsd-ports-480c577baa45ef6f27ad8e0c46958ccecdb6d94f.zip |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
Diffstat (limited to 'net/freerdp')
-rw-r--r-- | net/freerdp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index f7b2c07a9ab7..229ae4390d5b 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -3,6 +3,7 @@ PORTNAME= freerdp DISTVERSION= 2.0.0-rc4 +PORTREVISION= 1 CATEGORIES= net comms ipv6 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |