svn commit: r516609 - in head: devel/p5-subversion devel/py-subversion devel/ruby-subversion devel/subversion java/java-subversion security/subversion-gnome-keyring

Lev A. Serebryakov lev at FreeBSD.org
Sun Nov 3 22:13:39 UTC 2019


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 <freebsd-bug-report-yf at yf.bsdclub.org>

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 at 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 at 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"


More information about the svn-ports-head mailing list