Date: Tue, 27 Jun 2017 00:01:39 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444435 - head/irc/riece Message-ID: <201706270001.v5R01dXh085159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Tue Jun 27 00:01:38 2017 New Revision: 444435 URL: https://svnweb.freebsd.org/changeset/ports/444435 Log: irc/riece: Back to the pool While I'm here: Improve license Set architecture neutral PR: 220252 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (old maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11363 Modified: head/irc/riece/Makefile Modified: head/irc/riece/Makefile ============================================================================== --- head/irc/riece/Makefile Mon Jun 26 23:53:56 2017 (r444434) +++ head/irc/riece/Makefile Tue Jun 27 00:01:38 2017 (r444435) @@ -9,11 +9,13 @@ CATEGORIES= irc elisp MASTER_SITES= SAVANNAH PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= yasu@utahime.org +MAINTAINER= ports@FreeBSD.org COMMENT= IRC client for Emacs -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING +NO_ARCH= yes USES= gmake USE_EMACS= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706270001.v5R01dXh085159>