svn commit: r365021 - head/devel/lutok

Julio Merino jmmv at FreeBSD.org
Fri Aug 15 18:56:59 UTC 2014


Author: jmmv (src committer)
Date: Fri Aug 15 18:56:58 2014
New Revision: 365021
URL: http://svnweb.freebsd.org/changeset/ports/365021
QAT: https://qat.redports.org/buildarchive/r365021/

Log:
  Reflect lutok's master site move from Google Code to GitHub.
  
  Reviewed by:	bdrewery (D610)
  Approved by:	bdrewery (ports)

Modified:
  head/devel/lutok/Makefile
  head/devel/lutok/pkg-descr

Modified: head/devel/lutok/Makefile
==============================================================================
--- head/devel/lutok/Makefile	Fri Aug 15 18:49:20 2014	(r365020)
+++ head/devel/lutok/Makefile	Fri Aug 15 18:56:58 2014	(r365021)
@@ -5,7 +5,8 @@ PORTNAME=	lutok
 PORTVERSION=	0.4
 PORTREVISION=	5
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	https://github.com/jmmv/lutok/releases/download/${PORTNAME}-${PORTVERSION}/ \
+		LOCAL/jmmv
 
 MAINTAINER=	jmmv at FreeBSD.org
 COMMENT=	Lightweight C++ API for Lua

Modified: head/devel/lutok/pkg-descr
==============================================================================
--- head/devel/lutok/pkg-descr	Fri Aug 15 18:49:20 2014	(r365020)
+++ head/devel/lutok/pkg-descr	Fri Aug 15 18:56:58 2014	(r365021)
@@ -14,4 +14,4 @@ library, Lutok adds several layers or ab
 that go against the original spirit of the Lua C API and thus degrade
 performance.
 
-WWW: https://code.google.com/p/lutok/
+WWW: https://github.com/jmmv/lutok/


More information about the svn-ports-all mailing list