1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Reflect lutok's master site move from Google Code to GitHub.

Reviewed by:	bdrewery (D610)
Approved by:	bdrewery (ports)
This commit is contained in:
Julio Merino 2014-08-15 18:56:58 +00:00
parent 3bedbc5ab9
commit d30557bce6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365021
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ PORTNAME= lutok
PORTVERSION= 0.4 PORTVERSION= 0.4
PORTREVISION= 5 PORTREVISION= 5
CATEGORIES= devel 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 MAINTAINER= jmmv@FreeBSD.org
COMMENT= Lightweight C++ API for Lua COMMENT= Lightweight C++ API for Lua

View File

@ -14,4 +14,4 @@ library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade that go against the original spirit of the Lua C API and thus degrade
performance. performance.
WWW: https://code.google.com/p/lutok/ WWW: https://github.com/jmmv/lutok/