svn commit: r395818 - head/devel/lua-gettext

Jason Unovitch junovitch at FreeBSD.org
Wed Sep 2 03:06:52 UTC 2015


Author: junovitch
Date: Wed Sep  2 03:06:50 2015
New Revision: 395818
URL: https://svnweb.freebsd.org/changeset/ports/395818

Log:
  devel/lua-gettext: Add extra MASTER_SITE and pass maintainer to submitter
  
  PR:		197400
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>
  Approved by:	pgollucci (mentor)

Modified:
  head/devel/lua-gettext/Makefile

Modified: head/devel/lua-gettext/Makefile
==============================================================================
--- head/devel/lua-gettext/Makefile	Wed Sep  2 03:04:09 2015	(r395817)
+++ head/devel/lua-gettext/Makefile	Wed Sep  2 03:06:50 2015	(r395818)
@@ -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 at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Gettext binding for Lua 5
 
 USES=		gettext lua:51


More information about the svn-ports-all mailing list