diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 11:35:03 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 11:35:03 +0000 |
commit | 91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc (patch) | |
tree | d80ade8252df7f8d3d23a6c2ac2294a79f756de1 /net/freerdp | |
parent | 706cfc42b26beaeeb0c0860372e5a04f96671021 (diff) | |
download | freebsd-ports-91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc.zip |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
Diffstat (limited to 'net/freerdp')
-rw-r--r-- | net/freerdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index a8a17266d74c..14d391c9b586 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= freerdp DISTVERSION= 2.0.0-rc3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net comms ipv6 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |