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

Kubilay Kocak koobs at FreeBSD.org
Mon Jan 7 03:30:27 UTC 2019


Author: koobs
Date: Mon Jan  7 03:30:26 2019
New Revision: 489556
URL: https://svnweb.freebsd.org/changeset/ports/489556

Log:
  lang/cmucl{-extra}: Correct maintainer address
  
  The MAINTAINER email address for the following ports were inadvertently
  submitted [1] as FreeBSD.org addresses:
  
   - ports r489429 (lang/cmucl) via bug 232011
   - ports r489430 (lang/cmucl-extra) via bug 233195
  
  This change updates MAINTAINER lines to the correct address.
  
  PR:		234655 [1], 232011, 233195
  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	Mon Jan  7 01:08:08 2019	(r489555)
+++ head/lang/cmucl-extra/Makefile	Mon Jan  7 03:30:26 2019	(r489556)
@@ -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 FreeBSD.org
+MAINTAINER=	phascolarctos at protonmail.ch
 COMMENT=	Optional extras for the CMU implementation of Common Lisp
 
 LICENSE=	PD

Modified: head/lang/cmucl/Makefile
==============================================================================
--- head/lang/cmucl/Makefile	Mon Jan  7 01:08:08 2019	(r489555)
+++ head/lang/cmucl/Makefile	Mon Jan  7 03:30:26 2019	(r489556)
@@ -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 FreeBSD.org
+MAINTAINER=	phascolarctos at protonmail.ch
 COMMENT=	CMU implementation of Common Lisp
 
 LICENSE=	PD


More information about the svn-ports-all mailing list