diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-17 20:31:20 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-17 20:31:20 +0000 |
commit | ecda380b8d60cc2e26f8e8c66d66bb8ba8d31f85 (patch) | |
tree | 2aa0dd3589111f98f8b85300c492695e9c16e841 /textproc | |
parent | 52b45eb70a4b0b74e66a56f92412dcf532edabe1 (diff) |
devel/oniguruma: Update to 6.8.0
Changelog:
https://github.com/kkos/oniguruma/releases/tag/v6.8.0
Bumping 9 depending ports because oniguruma's interface
actually changed in an incompatible way,
see https://github.com/kkos/oniguruma/issues/79 ,
while the shared library lib/libonig.so.4.0.0 didn't change
the revision number. This is a bug in the upstream release.
Notes
Notes:
svn path=/head/; revision=464845
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile index 647e0c99dae3..cedd24dfceb9 100644 --- a/textproc/jq/Makefile +++ b/textproc/jq/Makefile @@ -3,7 +3,7 @@ PORTNAME= jq PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc |