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 /lang | |
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 'lang')
-rw-r--r-- | lang/mosh/Makefile | 2 | ||||
-rw-r--r-- | lang/php56/Makefile | 2 | ||||
-rw-r--r-- | lang/php70/Makefile | 2 | ||||
-rw-r--r-- | lang/php71/Makefile | 2 | ||||
-rw-r--r-- | lang/php72/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile index 64f446110ca7..ea2c8a9d484f 100644 --- a/lang/mosh/Makefile +++ b/lang/mosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 0.2.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mosh-scheme/ PKGNAMESUFFIX= -scheme diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 648aebf416fb..204c30fe4fc9 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -3,7 +3,7 @@ PORTNAME= php56 PORTVERSION= 5.6.34 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 68db4591b71a..c1c16d9decff 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.28 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} diff --git a/lang/php71/Makefile b/lang/php71/Makefile index 8f1a2fc4c23e..507870dc5272 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -3,7 +3,7 @@ PORTNAME= php71 PORTVERSION= 7.1.15 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} diff --git a/lang/php72/Makefile b/lang/php72/Makefile index b54d9c797a1c..862fa09cfcfb 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -2,7 +2,7 @@ PORTNAME= php72 DISTVERSION= 7.2.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} |