diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-11 21:46:43 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-11 21:46:43 +0800 |
commit | 8b6f16b94f8381b5ac3325cc275abdd610451207 (patch) | |
tree | a7cc1a2310dba0096d0d7c4e8161afa8dd941cc0 /lang | |
parent | 96e3a83e215f12a8b39c3ad11e3c65d3b061b5e7 (diff) | |
download | freebsd-ports-gnome-8b6f16b94f8381b5ac3325cc275abdd610451207.tar.gz freebsd-ports-gnome-8b6f16b94f8381b5ac3325cc275abdd610451207.tar.zst freebsd-ports-gnome-8b6f16b94f8381b5ac3325cc275abdd610451207.zip |
Reset maintainer on lang/sbcl
There's been a staging PR in place since June that prevent a maintainer
reset back in June.
Approved by: portmgr (implicit, NOT_STAGED)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sbcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 3d0165c87ff4..5b3f7fad44a1 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ DISTFILES= \ ${PORTNAME}-${PORTVERSION}-source${EXTRACT_SUFX} -MAINTAINER= bf@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Common Lisp development system derived from the CMU CL system LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp |