diff options
author | Michael Osipov <michaelo@FreeBSD.org> | 2024-04-19 11:47:17 +0000 |
---|---|---|
committer | Michael Osipov <michaelo@FreeBSD.org> | 2024-04-22 13:09:56 +0000 |
commit | 8f3a81069ccca65cd36c1c3143ce232dfc808256 (patch) | |
tree | ce2f8afd3ddb9c8290f9362cf6f34221b7a7522a | |
parent | 86c8816c2c852f4a7c04169ac9d9782b3ccb0fc9 (diff) |
*/*: take ownership of lev@'s Subversion ports
As agreed with lev@, I am taking ownership of these ports.
Approved by: jrm (mentor), lev
Differential Revision: https://reviews.freebsd.org/D44862
-rw-r--r-- | devel/p5-subversion/Makefile | 6 | ||||
-rw-r--r-- | devel/py-subversion/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-subversion/Makefile | 6 | ||||
-rw-r--r-- | devel/subversion-book/Makefile | 3 | ||||
-rw-r--r-- | devel/subversion-lts/Makefile | 4 | ||||
-rw-r--r-- | devel/subversion/Makefile | 4 | ||||
-rw-r--r-- | java/java-subversion/Makefile | 6 | ||||
-rw-r--r-- | security/subversion-gnome-keyring/Makefile | 6 | ||||
-rw-r--r-- | www/mod_dav_svn/Makefile | 6 | ||||
-rw-r--r-- | www/serf/Makefile | 3 |
10 files changed, 26 insertions, 24 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index bc8b5e846f55..dcb20dae3bc6 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,14 +1,14 @@ PKGNAMEPREFIX= p5- -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Perl bindings for Version control system WWW= https://subversion.apache.org/ USES= perl5 USE_PERL5= build run -PORTREVISION_LATEST= 1 -PORTREVISION_LTS= 1 +PORTREVISION_LATEST= 2 +PORTREVISION_LTS= 2 SVN_BUILD_BINDINGS= yes diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile index 6c99882bd8ca..40fabe32d855 100644 --- a/devel/py-subversion/Makefile +++ b/devel/py-subversion/Makefile @@ -1,6 +1,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Python bindings for version control system WWW= https://subversion.apache.org/ @@ -12,8 +12,8 @@ USE_PYTHON= flavors py3kplist # There is bug in python bindings Makefile MAKE_JOBS_UNSAFE=yes -PORTREVISION_LATEST= 3 -PORTREVISION_LTS= 1 +PORTREVISION_LATEST= 4 +PORTREVISION_LTS= 2 SVN_BUILD_BINDINGS= yes diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index 3ff8953a6728..1087f9b43b9e 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -1,13 +1,13 @@ PKGNAMEPREFIX= ruby- -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Ruby bindings for version control system WWW= https://subversion.apache.org/ USES+= compiler:c11 ruby -PORTREVISION_LATEST= 1 -PORTREVISION_LTS= 1 +PORTREVISION_LATEST= 2 +PORTREVISION_LTS= 2 SVN_BUILD_BINDINGS= yes diff --git a/devel/subversion-book/Makefile b/devel/subversion-book/Makefile index 4a57cead639f..5f6968697272 100644 --- a/devel/subversion-book/Makefile +++ b/devel/subversion-book/Makefile @@ -1,12 +1,13 @@ PORTNAME= subversion-book DISTVERSION= 4515 +PORTREVISION= 1 CATEGORIES= devel misc MASTER_SITES= LOCAL/lev DISTFILES= # empty DIST_SUBDIR= subversion18 EXTRACT_ONLY= # empty -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Subversion Documentation HTML/PDF WWW= https://svnbook.red-bean.com/ diff --git a/devel/subversion-lts/Makefile b/devel/subversion-lts/Makefile index dae08ab026cf..8e0387c3c657 100644 --- a/devel/subversion-lts/Makefile +++ b/devel/subversion-lts/Makefile @@ -1,7 +1,7 @@ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -lts -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Version control system, long-term-support version WWW= https://subversion.apache.org/ diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 4e2427ac0eee..2dc0d42dc05f 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -1,6 +1,6 @@ -PORTREVISION= 6 +PORTREVISION= 7 -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Version control system WWW= https://subversion.apache.org/ diff --git a/java/java-subversion/Makefile b/java/java-subversion/Makefile index 03550ba4df7d..2c1c132f4093 100644 --- a/java/java-subversion/Makefile +++ b/java/java-subversion/Makefile @@ -1,7 +1,7 @@ PKGNAMEPREFIX= java- CATEGORIES= java -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Java bindings for Version control system WWW= https://subversion.apache.org/ @@ -12,8 +12,8 @@ JAVA_OS= native JAVA_BUILD= yes JAVA_RUN= yes -PORTREVISION_LATEST= 1 -PORTREVISION_LTS= 1 +PORTREVISION_LATEST= 2 +PORTREVISION_LTS= 2 SVN_BUILD_BINDINGS= yes diff --git a/security/subversion-gnome-keyring/Makefile b/security/subversion-gnome-keyring/Makefile index 758a139c8686..8314a9a4f506 100644 --- a/security/subversion-gnome-keyring/Makefile +++ b/security/subversion-gnome-keyring/Makefile @@ -1,12 +1,12 @@ PKGNAMESUFFIX= -gnome-keyring CATEGORIES= security gnome -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Gnome Keyring integration for Version control system WWW= https://subversion.apache.org/ -PORTREVISION_LATEST= 1 -PORTREVISION_LTS= 1 +PORTREVISION_LATEST= 2 +PORTREVISION_LTS= 2 .include "${.CURDIR}/../../devel/subversion/Makefile.addons" diff --git a/www/mod_dav_svn/Makefile b/www/mod_dav_svn/Makefile index 1b1793760c4b..aa19c9fb223a 100644 --- a/www/mod_dav_svn/Makefile +++ b/www/mod_dav_svn/Makefile @@ -3,14 +3,14 @@ DISTNAME= subversion-${PORTVERSION} CATEGORIES= www -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Apache module for subversion serving WWW= https://subversion.apache.org/ USES= apache -PORTREVISION_LATEST= 1 -PORTREVISION_LTS= 1 +PORTREVISION_LATEST= 2 +PORTREVISION_LTS= 2 .include "${.CURDIR}/../../devel/subversion/Makefile.addons" diff --git a/www/serf/Makefile b/www/serf/Makefile index d7fba597ccf1..32adcfd2295a 100644 --- a/www/serf/Makefile +++ b/www/serf/Makefile @@ -1,9 +1,10 @@ PORTNAME= serf PORTVERSION= 1.3.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= APACHE/serf -MAINTAINER= lev@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Serf HTTP client library WWW= https://serf.apache.org/ |