From owner-svn-ports-head@freebsd.org Sun Nov 3 22:13:39 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8D0E1A84E4; Sun, 3 Nov 2019 22:13:39 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 475qvR527kz4qHD; Sun, 3 Nov 2019 22:13:39 +0000 (UTC) (envelope-from lev@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 8ED9C1A811; Sun, 3 Nov 2019 22:13:39 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA3MDds3019714; Sun, 3 Nov 2019 22:13:39 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA3MDbCj019706; Sun, 3 Nov 2019 22:13:37 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201911032213.xA3MDbCj019706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Sun, 3 Nov 2019 22:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516609 - in head: devel/p5-subversion devel/py-subversion devel/ruby-subversion devel/subversion java/java-subversion security/subversion-gnome-keyring X-SVN-Group: ports-head X-SVN-Commit-Author: lev X-SVN-Commit-Paths: in head: devel/p5-subversion devel/py-subversion devel/ruby-subversion devel/subversion java/java-subversion security/subversion-gnome-keyring X-SVN-Commit-Revision: 516609 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.29 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: Sun, 03 Nov 2019 22:13:39 -0000 Author: lev Date: Sun Nov 3 22:13:37 2019 New Revision: 516609 URL: https://svnweb.freebsd.org/changeset/ports/516609 Log: Update to 1.13.0. PR: 241608 Submitted by: Yasuhito FUTATSUKI Modified: head/devel/p5-subversion/Makefile head/devel/py-subversion/Makefile head/devel/ruby-subversion/Makefile head/devel/subversion/Makefile.addons head/devel/subversion/Makefile.common head/devel/subversion/distinfo head/java/java-subversion/Makefile head/security/subversion-gnome-keyring/Makefile Modified: head/devel/p5-subversion/Makefile ============================================================================== --- head/devel/p5-subversion/Makefile Sun Nov 3 21:59:02 2019 (r516608) +++ head/devel/p5-subversion/Makefile Sun Nov 3 22:13:37 2019 (r516609) @@ -9,7 +9,7 @@ COMMENT= Perl bindings for Version control system USES= perl5 USE_PERL5= build run -PORTREVISION_112= 0 +PORTREVISION_113= 0 PORTREVISION_LTS= 0 SVN_BUILD_BINDINGS= yes Modified: head/devel/py-subversion/Makefile ============================================================================== --- head/devel/py-subversion/Makefile Sun Nov 3 21:59:02 2019 (r516608) +++ head/devel/py-subversion/Makefile Sun Nov 3 22:13:37 2019 (r516609) @@ -10,7 +10,7 @@ COMMENT= Python bindings for version control system USES+= python:2.7 USE_PYTHON= flavors py3kplist -PORTREVISION_112= 0 +PORTREVISION_113= 0 PORTREVISION_LTS= 0 SVN_BUILD_BINDINGS= yes Modified: head/devel/ruby-subversion/Makefile ============================================================================== --- head/devel/ruby-subversion/Makefile Sun Nov 3 21:59:02 2019 (r516608) +++ head/devel/ruby-subversion/Makefile Sun Nov 3 22:13:37 2019 (r516609) @@ -8,7 +8,7 @@ COMMENT= Ruby bindings for version control system USE_RUBY= yes -PORTREVISION_112= 0 +PORTREVISION_113= 0 PORTREVISION_LTS= 0 SVN_BUILD_BINDINGS= yes Modified: head/devel/subversion/Makefile.addons ============================================================================== --- head/devel/subversion/Makefile.addons Sun Nov 3 21:59:02 2019 (r516608) +++ head/devel/subversion/Makefile.addons Sun Nov 3 22:13:37 2019 (r516609) @@ -1,19 +1,19 @@ # Created by: lev@FreeBSD.org # $FreeBSD$ -WITH_SUBVERSION_VER?= 112 +WITH_SUBVERSION_VER?= 113 PKGDIR= ${.CURDIR} SVN_BUILD_ADDONS= yes -.if ${WITH_SUBVERSION_VER} == 112 +.if ${WITH_SUBVERSION_VER} == 113 CONFLICTS_BUILD+= ${PORTNAME}-1.[0-9].[0-9]* \ ${PORTNAME}-1.[^1][0-9].[0-9]* \ ${PORTNAME}-1.1[0-1].[0-9]* \ ${PORTNAME}-lts-1.[0-9][0-9].[0-9]* -PORTREVISION= ${PORTREVISION_112:U0} -PLIST_SUB+= SVN112="" SVNLTS="@comment " +PORTREVISION= ${PORTREVISION_113:U0} +PLIST_SUB+= SVN113="" SVNLTS="@comment " LIB_DEPENDS+= libsvn_client-1.so:devel/subversion OPTIONS_NAME= devel_subversion MASTERDIR= ${.CURDIR}/../../devel/subversion @@ -23,11 +23,11 @@ PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-lts CONFLICTS_BUILD+= ${PORTNAME}-1.[0-9].[0-9]* \ ${PORTNAME}-1.[0-9][0-9].[0-9]* PORTREVISION= ${PORTREVISION_LTS:U0} -PLIST_SUB+= SVN112="@comment " SVNLTS="" +PLIST_SUB+= SVN113="@comment " SVNLTS="" LIB_DEPENDS+= libsvn_client-1.so:devel/subversion-lts OPTIONS_NAME= devel_subversion-lts MASTERDIR= ${.CURDIR}/../../devel/subversion-lts .include "${MASTERDIR}/Makefile.common" .else -BROKEN= Wrong WITH_SUBVERSION_VER=${WITH_SUBVERSION_VER}, only 112 (default) and LTS are supported +BROKEN= Wrong WITH_SUBVERSION_VER=${WITH_SUBVERSION_VER}, only 113 (default) and LTS are supported .endif Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Sun Nov 3 21:59:02 2019 (r516608) +++ head/devel/subversion/Makefile.common Sun Nov 3 22:13:37 2019 (r516609) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= subversion -PORTVERSION= 1.12.2 +PORTVERSION= 1.13.0 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= APACHE/subversion Modified: head/devel/subversion/distinfo ============================================================================== --- head/devel/subversion/distinfo Sun Nov 3 21:59:02 2019 (r516608) +++ head/devel/subversion/distinfo Sun Nov 3 22:13:37 2019 (r516609) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563993314 -SHA256 (subversion-1.12.2.tar.bz2) = 3bd0b5c8e4c5175263dc9a92fd9aef94ce917e80af034f26fe5c45fde7e0f771 -SIZE (subversion-1.12.2.tar.bz2) = 8506584 +TIMESTAMP = 1572818775 +SHA256 (subversion-1.13.0.tar.bz2) = bc50ce2c3faa7b1ae9103c432017df98dfd989c4239f9f8270bb3a314ed9e5bd +SIZE (subversion-1.13.0.tar.bz2) = 8508122 Modified: head/java/java-subversion/Makefile ============================================================================== --- head/java/java-subversion/Makefile Sun Nov 3 21:59:02 2019 (r516608) +++ head/java/java-subversion/Makefile Sun Nov 3 22:13:37 2019 (r516609) @@ -16,7 +16,7 @@ JAVA_BUILD= yes JAVA_RUN= yes -PORTREVISION_112= 0 +PORTREVISION_113= 0 PORTREVISION_LTS= 0 SVN_BUILD_BINDINGS= yes Modified: head/security/subversion-gnome-keyring/Makefile ============================================================================== --- head/security/subversion-gnome-keyring/Makefile Sun Nov 3 21:59:02 2019 (r516608) +++ head/security/subversion-gnome-keyring/Makefile Sun Nov 3 22:13:37 2019 (r516609) @@ -7,7 +7,7 @@ CATEGORIES= security gnome MAINTAINER= lev@FreeBSD.org COMMENT= Gnome Keyring integration for Version control system -PORTREVISION_112= 0 +PORTREVISION_113= 0 PORTREVISION_LTS= 0 .include "${.CURDIR}/../../devel/subversion/Makefile.addons"