aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjunovitch <junovitch@FreeBSD.org>2015-09-02 11:08:52 +0800
committerjunovitch <junovitch@FreeBSD.org>2015-09-02 11:08:52 +0800
commit11d30f71bd1aa9060f2a9806ac04f60b8a03cc18 (patch)
tree436f79b39c3778002c8c400f69862dafd766c978
parentdbbdff20ebfb58ae5fe52c10b7a8511d55fac591 (diff)
downloadfreebsd-ports-gnome-11d30f71bd1aa9060f2a9806ac04f60b8a03cc18.tar.gz
freebsd-ports-gnome-11d30f71bd1aa9060f2a9806ac04f60b8a03cc18.tar.zst
freebsd-ports-gnome-11d30f71bd1aa9060f2a9806ac04f60b8a03cc18.zip
devel/lua-pty: Add extra MASTER_SITE and pass maintainer to submitter
PR: 197401 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: pgollucci (mentor)
-rw-r--r--devel/lua-pty/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile
index 7169985315d1..dc578e3f63ba 100644
--- a/devel/lua-pty/Makefile
+++ b/devel/lua-pty/Makefile
@@ -4,12 +4,13 @@
PORTNAME= pty
PORTVERSION= 1.25
CATEGORIES= devel
-MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/pty/
+MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/pty/ \
+ http://BSDforge.com/projects/source/devel/lua-pty/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTFILES= pty.lua pty.c
DIST_SUBDIR= lua-${PORTNAME}-${COMMIT}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= portmaster@BSDforge.com
COMMENT= Pty (pseudo-terminal) bindings for Lua 5
USES= lua:51