diff options
author | pi <pi@FreeBSD.org> | 2017-08-29 13:23:23 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-08-29 13:23:23 +0800 |
commit | 6f2cbb61ab38b8f9437edf7407228810636ee01b (patch) | |
tree | fcc867eff0c8b269b4b014a87ab9803bd8152a1b | |
parent | 47dfd82ff10c611f168699ab4646424de5e3fe12 (diff) | |
download | freebsd-ports-gnome-6f2cbb61ab38b8f9437edf7407228810636ee01b.tar.gz freebsd-ports-gnome-6f2cbb61ab38b8f9437edf7407228810636ee01b.tar.zst freebsd-ports-gnome-6f2cbb61ab38b8f9437edf7407228810636ee01b.zip |
devel/magit: submitter becomes maintainer, pet portlint
PR: 221186
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: kuriyama (maintainer timeout)
-rw-r--r-- | devel/magit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/magit/Makefile b/devel/magit/Makefile index 2a197301f319..645a951033a4 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.10.3 CATEGORIES= devel elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= Interface to Git for Emacs LICENSE= GPLv3 @@ -16,10 +16,9 @@ BUILD_DEPENDS= dash.el>=2.12.1:devel/dash.el \ RUN_DEPENDS= dash.el>=2.12.1:devel/dash.el \ with-editor-${EMACS_PORT_NAME}>=2.5.0:editors/with-editor -USE_GITHUB= yes - USES= gmake makeinfo USE_EMACS= yes +USE_GITHUB= yes INFO= magit magit-popup PORTDOCS= AUTHORS.md NO_ARCH= yes |