From owner-svn-ports-head@freebsd.org Mon Mar 19 06:03:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69AB9F53845; Mon, 19 Mar 2018 06:03:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1340F7C6F9; Mon, 19 Mar 2018 06:03:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BCAD2C29; Mon, 19 Mar 2018 06:03:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2J63HaV075891; Mon, 19 Mar 2018 06:03:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2J63GtZ075879; Mon, 19 Mar 2018 06:03:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803190603.w2J63GtZ075879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 19 Mar 2018 06:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464983 - in head: devel/libslang2 devel/oniguruma lang/mosh lang/php56 lang/php70 lang/php71 lang/php72 mail/sylpheed textproc/jq www/libevhtp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: devel/libslang2 devel/oniguruma lang/mosh lang/php56 lang/php70 lang/php71 lang/php72 mail/sylpheed textproc/jq www/libevhtp X-SVN-Commit-Revision: 464983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2018 06:03:18 -0000 Author: yuri Date: Mon Mar 19 06:03:16 2018 New Revision: 464983 URL: https://svnweb.freebsd.org/changeset/ports/464983 Log: devel/oniguruma: Update to 6.8.1 Only changed the shared object version (forgotten on the previous release). Modified: head/devel/libslang2/Makefile head/devel/oniguruma/Makefile head/devel/oniguruma/distinfo head/devel/oniguruma/pkg-plist 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 Mon Mar 19 05:47:18 2018 (r464982) +++ head/devel/libslang2/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -2,7 +2,7 @@ PORTNAME= libslang2 PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.jedsoft.org/releases/slang/ DISTNAME= slang-${PORTVERSION} Modified: head/devel/oniguruma/Makefile ============================================================================== --- head/devel/oniguruma/Makefile Mon Mar 19 05:47:18 2018 (r464982) +++ head/devel/oniguruma/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oniguruma -DISTVERSION= 6.8.0 +DISTVERSION= 6.8.1 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 Mon Mar 19 05:47:18 2018 (r464982) +++ head/devel/oniguruma/distinfo Mon Mar 19 06:03:16 2018 (r464983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521316393 -SHA256 (onig-6.8.0.tar.gz) = c9cd7b50f96460a8f5823f5916f57038c24cfb0d8e3bb86b8bb8b990daa4755c -SIZE (onig-6.8.0.tar.gz) = 973898 +TIMESTAMP = 1521436089 +SHA256 (onig-6.8.1.tar.gz) = ddc8f551feecc0172aacf2f188d096134b8c8a21ede88a312f3a81871b7d7445 +SIZE (onig-6.8.1.tar.gz) = 973837 Modified: head/devel/oniguruma/pkg-plist ============================================================================== --- head/devel/oniguruma/pkg-plist Mon Mar 19 05:47:18 2018 (r464982) +++ head/devel/oniguruma/pkg-plist Mon Mar 19 06:03:16 2018 (r464983) @@ -3,6 +3,6 @@ include/oniggnu.h include/onigposix.h include/oniguruma.h lib/libonig.so -lib/libonig.so.4 -lib/libonig.so.4.0.0 +lib/libonig.so.5 +lib/libonig.so.5.0.0 libdata/pkgconfig/oniguruma.pc Modified: head/lang/mosh/Makefile ============================================================================== --- head/lang/mosh/Makefile Mon Mar 19 05:47:18 2018 (r464982) +++ head/lang/mosh/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 0.2.7 -PORTREVISION= 4 +PORTREVISION= 5 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 Mon Mar 19 05:47:18 2018 (r464982) +++ head/lang/php56/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -3,7 +3,7 @@ PORTNAME= php56 PORTVERSION= 5.6.34 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Mon Mar 19 05:47:18 2018 (r464982) +++ head/lang/php70/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.28 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Mon Mar 19 05:47:18 2018 (r464982) +++ head/lang/php71/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -3,7 +3,7 @@ PORTNAME= php71 PORTVERSION= 7.1.15 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Mon Mar 19 05:47:18 2018 (r464982) +++ head/lang/php72/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -2,7 +2,7 @@ PORTNAME= php72 DISTVERSION= 7.2.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Mon Mar 19 05:47:18 2018 (r464982) +++ head/mail/sylpheed/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -3,7 +3,7 @@ PORTNAME= sylpheed PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt Modified: head/textproc/jq/Makefile ============================================================================== --- head/textproc/jq/Makefile Mon Mar 19 05:47:18 2018 (r464982) +++ head/textproc/jq/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -3,7 +3,7 @@ PORTNAME= jq PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc Modified: head/www/libevhtp/Makefile ============================================================================== --- head/www/libevhtp/Makefile Mon Mar 19 05:47:18 2018 (r464982) +++ head/www/libevhtp/Makefile Mon Mar 19 06:03:16 2018 (r464983) @@ -2,7 +2,7 @@ PORTNAME= libevhtp PORTVERSION= 1.2.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ultima@FreeBSD.org