git: dbc653946266 - main - lang/duktape{-lib}: Reset MAINTAINER
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Feb 2022 09:23:35 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dbc6539462665c0f58dedf6eba1d93f7bc78f923
commit dbc6539462665c0f58dedf6eba1d93f7bc78f923
Author: Alfonso S. Siciliano <alfix86@gmail.com>
AuthorDate: 2022-02-08 07:27:10 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-02-08 09:21:48 +0000
lang/duktape{-lib}: Reset MAINTAINER
Back to the pool.
PR: 261761
Reported by: alfix86@gmail.com (maintainer)
---
lang/duktape-lib/Makefile | 2 +-
lang/duktape/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/duktape-lib/Makefile b/lang/duktape-lib/Makefile
index fef2b37372be..f6c64344e4e6 100644
--- a/lang/duktape-lib/Makefile
+++ b/lang/duktape-lib/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= lang devel
MASTER_SITES= https://duktape.org/
PKGNAMESUFFIX= -lib
-MAINTAINER= alfix86@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Embeddable Javascript engine (shared lib)
LICENSE= MIT
diff --git a/lang/duktape/Makefile b/lang/duktape/Makefile
index ebfb5d0fc9d4..de63a5497274 100644
--- a/lang/duktape/Makefile
+++ b/lang/duktape/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 2.6.0
CATEGORIES= lang devel
MASTER_SITES= https://duktape.org/
-MAINTAINER= alfix86@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Embeddable Javascript engine
LICENSE= MIT