svn commit: r504341 - in head/lang: cmucl cmucl-extra

Kubilay Kocak koobs at FreeBSD.org
Sun Jun 16 12:56:12 UTC 2019


Author: koobs
Date: Sun Jun 16 12:56:11 2019
New Revision: 504341
URL: https://svnweb.freebsd.org/changeset/ports/504341

Log:
  lang/cmucl{-extra}: Reset MAINTAINER
  
  PR:		238604
  Submitted by:	Lorenzo Salvadore <phascolarctos protonmail ch> (maintainer)

Modified:
  head/lang/cmucl-extra/Makefile
  head/lang/cmucl/Makefile

Modified: head/lang/cmucl-extra/Makefile
==============================================================================
--- head/lang/cmucl-extra/Makefile	Sun Jun 16 10:38:42 2019	(r504340)
+++ head/lang/cmucl-extra/Makefile	Sun Jun 16 12:56:11 2019	(r504341)
@@ -10,7 +10,7 @@ MASTER_SITES=	https://common-lisp.net/project/cmucl/do
 		http://www.rgrjr.com/cmucl/downloads/release/${DISTVERSION}/
 DISTNAME=	cmucl-${DISTVERSION}-x86-FreeBSD.extra
 
-MAINTAINER=	phascolarctos at protonmail.ch
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Optional extras for the CMU implementation of Common Lisp
 
 LICENSE=	PD

Modified: head/lang/cmucl/Makefile
==============================================================================
--- head/lang/cmucl/Makefile	Sun Jun 16 10:38:42 2019	(r504340)
+++ head/lang/cmucl/Makefile	Sun Jun 16 12:56:11 2019	(r504341)
@@ -10,7 +10,7 @@ MASTER_SITES=	https://common-lisp.net/project/cmucl/do
 		http://www.rgrjr.com/cmucl/downloads/release/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-x86-FreeBSD
 
-MAINTAINER=	phascolarctos at protonmail.ch
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	CMU implementation of Common Lisp
 
 LICENSE=	PD


More information about the svn-ports-head mailing list