From dbbdff20ebfb58ae5fe52c10b7a8511d55fac591 Mon Sep 17 00:00:00 2001 From: junovitch Date: Wed, 2 Sep 2015 03:06:50 +0000 Subject: devel/lua-gettext: Add extra MASTER_SITE and pass maintainer to submitter PR: 197400 Submitted by: Chris Hutchinson Approved by: pgollucci (mentor) --- devel/lua-gettext/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel') 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 -- cgit