diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-09-02 11:06:50 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-09-02 11:06:50 +0800 |
commit | dbbdff20ebfb58ae5fe52c10b7a8511d55fac591 (patch) | |
tree | 0a2fffa165a5e724e3cd9ee50d9c0828c9729b79 /devel | |
parent | de330018a24a63626c528137295763557c5bff27 (diff) | |
download | freebsd-ports-gnome-dbbdff20ebfb58ae5fe52c10b7a8511d55fac591.tar.gz freebsd-ports-gnome-dbbdff20ebfb58ae5fe52c10b7a8511d55fac591.tar.zst freebsd-ports-gnome-dbbdff20ebfb58ae5fe52c10b7a8511d55fac591.zip |
devel/lua-gettext: Add extra MASTER_SITE and pass maintainer to submitter
PR: 197400
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: pgollucci (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lua-gettext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/lua-gettext/Makefile b/devel/lua-gettext/Makefile index cd04e308d8e8..62b3f047a372 100644 --- a/devel/lua-gettext/Makefile +++ b/devel/lua-gettext/Makefile @@ -5,12 +5,13 @@ PORTNAME= gettext PORTVERSION= 1.5 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/gettext/ +MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/gettext/ \ + http://BSDforge.com/projects/source/devel/lua-gettext/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTFILES= lua_gettext.c gettext.lua DIST_SUBDIR= lua-${PORTNAME}-${COMMIT} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Gettext binding for Lua 5 USES= gettext lua:51 |