svn commit: r395819 - head/devel/lua-pty

Jason Unovitch junovitch at FreeBSD.org
Wed Sep 2 03:08:54 UTC 2015


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 at 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 at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Pty (pseudo-terminal) bindings for Lua 5
 
 USES=		lua:51


More information about the svn-ports-head mailing list