diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-18 04:31:20 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-18 04:31:20 +0800 |
commit | e1406eff4c2db0a586694a9fe7d5b2592a63c436 (patch) | |
tree | 2aa0dd3589111f98f8b85300c492695e9c16e841 /www | |
parent | 86bef0d00d0fcb6e374de32b31e6f8d5d575a091 (diff) | |
download | freebsd-ports-gnome-e1406eff4c2db0a586694a9fe7d5b2592a63c436.tar.gz freebsd-ports-gnome-e1406eff4c2db0a586694a9fe7d5b2592a63c436.tar.zst freebsd-ports-gnome-e1406eff4c2db0a586694a9fe7d5b2592a63c436.zip |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/libevhtp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/libevhtp/Makefile b/www/libevhtp/Makefile index 914ba8731650..5773d2c9cc28 100644 --- a/www/libevhtp/Makefile +++ b/www/libevhtp/Makefile @@ -2,6 +2,7 @@ PORTNAME= libevhtp PORTVERSION= 1.2.16 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= ultima@FreeBSD.org |