Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 03:08:53 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395819 - head/devel/lua-pty
Message-ID:  <201509020308.t8238rPf057227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Sep  2 03:08:52 2015
New Revision: 395819
URL: https://svnweb.freebsd.org/changeset/ports/395819

Log:
  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)

Modified:
  head/devel/lua-pty/Makefile

Modified: head/devel/lua-pty/Makefile
==============================================================================
--- head/devel/lua-pty/Makefile	Wed Sep  2 03:06:50 2015	(r395818)
+++ head/devel/lua-pty/Makefile	Wed Sep  2 03:08:52 2015	(r395819)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509020308.t8238rPf057227>