Date: Sat, 17 Mar 2018 20:31:20 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464845 - in head: devel/libslang2 devel/oniguruma lang/mosh lang/php56 lang/php70 lang/php71 lang/php72 mail/sylpheed textproc/jq www/libevhtp Message-ID: <201803172031.w2HKVKxD057875@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 17 20:31:20 2018 New Revision: 464845 URL: https://svnweb.freebsd.org/changeset/ports/464845 Log: 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. Modified: head/devel/libslang2/Makefile head/devel/oniguruma/Makefile head/devel/oniguruma/distinfo head/lang/mosh/Makefile head/lang/php56/Makefile head/lang/php70/Makefile head/lang/php71/Makefile head/lang/php72/Makefile head/mail/sylpheed/Makefile head/textproc/jq/Makefile head/www/libevhtp/Makefile Modified: head/devel/libslang2/Makefile ============================================================================== --- head/devel/libslang2/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/devel/libslang2/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -2,7 +2,7 @@ PORTNAME= libslang2 PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.jedsoft.org/releases/slang/ DISTNAME= slang-${PORTVERSION} Modified: head/devel/oniguruma/Makefile ============================================================================== --- head/devel/oniguruma/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/devel/oniguruma/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oniguruma -DISTVERSION= 6.7.1 +DISTVERSION= 6.8.0 CATEGORIES= devel textproc MASTER_SITES= https://github.com/kkos/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= onig-${DISTVERSION} Modified: head/devel/oniguruma/distinfo ============================================================================== --- head/devel/oniguruma/distinfo Sat Mar 17 20:16:32 2018 (r464844) +++ head/devel/oniguruma/distinfo Sat Mar 17 20:31:20 2018 (r464845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517082694 -SHA256 (onig-6.7.1.tar.gz) = 81ffafde8f34e6e692c57ec654bf9716ae9b35828ffcb787399259fc0d5564b4 -SIZE (onig-6.7.1.tar.gz) = 951650 +TIMESTAMP = 1521316393 +SHA256 (onig-6.8.0.tar.gz) = c9cd7b50f96460a8f5823f5916f57038c24cfb0d8e3bb86b8bb8b990daa4755c +SIZE (onig-6.8.0.tar.gz) = 973898 Modified: head/lang/mosh/Makefile ============================================================================== --- head/lang/mosh/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/lang/mosh/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -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 Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/lang/php56/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -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} Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/lang/php70/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -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} Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/lang/php71/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -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} Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/lang/php72/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -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} Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/mail/sylpheed/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -3,6 +3,7 @@ PORTNAME= sylpheed PORTVERSION= 3.7.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt Modified: head/textproc/jq/Makefile ============================================================================== --- head/textproc/jq/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/textproc/jq/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -3,7 +3,7 @@ PORTNAME= jq PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc Modified: head/www/libevhtp/Makefile ============================================================================== --- head/www/libevhtp/Makefile Sat Mar 17 20:16:32 2018 (r464844) +++ head/www/libevhtp/Makefile Sat Mar 17 20:31:20 2018 (r464845) @@ -2,6 +2,7 @@ PORTNAME= libevhtp PORTVERSION= 1.2.16 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= ultima@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803172031.w2HKVKxD057875>