Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: version.mk,v 1.2 2015/06/20 18:22:56 alnsn Exp $
# $NetBSD: version.mk,v 1.4 2016/06/06 22:18:07 alnsn Exp $
LUA_VERSION= 5.3.1
LUA_VERSION= 5.3.3
LUA_VERSION_MAJOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
LUA_VERSION_MINOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}