Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 09:23:47 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cca6bb345147 - main - */*: Drop maintainership for some of my ports
Message-ID:  <202401270923.40R9Nl57029184@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cca6bb345147ae19a12bed4ef108c180bc0b3494

commit cca6bb345147ae19a12bed4ef108c180bc0b3494
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2024-01-27 09:19:54 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2024-01-27 09:23:07 +0000

    */*: Drop maintainership for some of my ports
    
    Drop maintainership for ports for which I do not have much interest any
    more or for which I do not have as much time as they require, so that I
    can focus more on the ports I maintain and other projects both inside
    and outside FreeBSD and so that they can be adopted by other
    contributors.
---
 devel/rubygem-docopt/Makefile | 3 ++-
 games/dreamchess/Makefile     | 4 ++--
 math/armadillo/Makefile       | 4 ++--
 math/cocoalib/Makefile        | 3 ++-
 math/frobby/Makefile          | 4 ++--
 math/ised/Makefile            | 4 ++--
 math/maxima/Makefile          | 4 ++--
 math/wxmaxima/Makefile        | 3 ++-
 print/qpdfview/Makefile       | 4 ++--
 science/massxpert/Makefile    | 3 ++-
 10 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/devel/rubygem-docopt/Makefile b/devel/rubygem-docopt/Makefile
index 2dd1083dacb4..58e91fb751da 100644
--- a/devel/rubygem-docopt/Makefile
+++ b/devel/rubygem-docopt/Makefile
@@ -1,9 +1,10 @@
 PORTNAME=	docopt
 DISTVERSION=	0.6.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Parse command line arguments based on nothing more than a usage message
 WWW=		https://github.com/docopt/docopt.rb
 
diff --git a/games/dreamchess/Makefile b/games/dreamchess/Makefile
index be8b13a168c1..1bd8294608f3 100644
--- a/games/dreamchess/Makefile
+++ b/games/dreamchess/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	dreamchess
 DISTVERSION=	0.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	OpenGL chess game
 WWW=		https://www.dreamchess.org
 
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
index 05a40654f19e..6ea088e1612a 100644
--- a/math/armadillo/Makefile
+++ b/math/armadillo/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	armadillo
 DISTVERSION=	12.6.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	SF/arma
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C++ linear algebra library
 WWW=		https://arma.sourceforge.net/
 
diff --git a/math/cocoalib/Makefile b/math/cocoalib/Makefile
index 53015ae266b7..b3ba3b89459d 100644
--- a/math/cocoalib/Makefile
+++ b/math/cocoalib/Makefile
@@ -1,10 +1,11 @@
 PORTNAME=	cocoalib
 DISTVERSION=	0.99800
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://cocoa.dima.unige.it/cocoa/cocoalib/tgz/
 DISTNAME=	CoCoALib-${DISTVERSION}
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C++ library for doing Computations in Commutative Algebra
 WWW=		https://cocoa.dima.unige.it
 
diff --git a/math/frobby/Makefile b/math/frobby/Makefile
index f4530ff13ed3..5bc61f13eb0f 100644
--- a/math/frobby/Makefile
+++ b/math/frobby/Makefile
@@ -1,13 +1,13 @@
 PORTNAME=	frobby
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES=	5b9e4ac4057f5693f53c321eeb5bfb387f6b69fb.patch:-p1
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Software system and project for computations with monomial ideals
 WWW=		https://github.com/Macaulay2/frobby
 
diff --git a/math/ised/Makefile b/math/ised/Makefile
index 5766809c87ab..c530c4271019 100644
--- a/math/ised/Makefile
+++ b/math/ised/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	ised
 PORTVERSION=	2.7.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math
 MASTER_SITES=	SF/${PORTNAME}
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool for generating number sequences and arithmetic evaluation
 WWW=		https://ised.sourceforge.net/
 
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 64498e779e67..986783c8fbad 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	maxima
 PORTVERSION=	5.47.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math lisp tk
 MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Symbolic mathematics program
 WWW=		http://maxima.sourceforge.net/
 
diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile
index c0401fcceb89..d636fb6a4c27 100644
--- a/math/wxmaxima/Makefile
+++ b/math/wxmaxima/Makefile
@@ -1,9 +1,10 @@
 PORTNAME=	wxmaxima
 PORTVERSION=	23.12.0
 DISTVERSIONPREFIX=	Version-
+PORTREVISION=	1
 CATEGORIES=	math
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	WxWidgets GUI for the computer algebra system maxima
 WWW=		https://wxmaxima-developers.github.io/wxmaxima/
 
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile
index 0a8afdf21236..f6f595c23d8f 100644
--- a/print/qpdfview/Makefile
+++ b/print/qpdfview/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	qpdfview
 DISTVERSION=	0.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/
 DISTNAME=	${PORTNAME}-0.5
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tabbed DjVu/PDF/PS document viewer
 WWW=		https://launchpad.net/qpdfview
 
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile
index e4aefe3ff966..af5fd4ad4209 100644
--- a/science/massxpert/Makefile
+++ b/science/massxpert/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	massxpert
 DISTVERSION=	6.0.3
+PORTREVISION=	1
 CATEGORIES=	science
 
-MAINTAINER=	salvadore@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Software suite for (bio)chemists
 WWW=		http://www.msxpertsuite.org
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401270923.40R9Nl57029184>