diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-13 09:47:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-13 09:47:16 +0000 |
commit | f821cdc3470d31fc0b70510a2f5ca7cb12d02c7b (patch) | |
tree | a3eb772ba9edcf95a51aaed216ede2433ac03a37 /devel/php73-intl | |
parent | Fix distfile fetch and while here improve portlint. (diff) |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Notes
Notes:
svn path=/head/; revision=528343
Diffstat (limited to 'devel/php73-intl')
-rw-r--r-- | devel/php73-intl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/php73-intl/Makefile b/devel/php73-intl/Makefile index a32aaf000627..aae12ba280e6 100644 --- a/devel/php73-intl/Makefile +++ b/devel/php73-intl/Makefile @@ -13,4 +13,6 @@ CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 TEST_TARGET= test +PORTREVISION= 1 + .include "${MASTERDIR}/Makefile" |