Date: Fri, 15 Aug 2014 18:56:58 +0000 (UTC) From: Julio Merino <jmmv@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365021 - head/devel/lutok Message-ID: <201408151856.s7FIuw37024694@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408151856.s7FIuw37024694>