parent
cd26ba1e99
commit
e00150b0d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435747
3 changed files with 5 additions and 16 deletions
|
@ -2,14 +2,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= luasql
|
||||
PORTVERSION= 2.3.3
|
||||
PORTVERSION= 2.3.5
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -${LUASQL_DRIVER}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT?= LuaSQL driver
|
||||
COMMENT= LuaSQL driver
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1465738646
|
||||
SHA256 (keplerproject-luasql-v2.3.3_GH0.tar.gz) = 6c95d61afb8c8678629a53c559389885205c7be5faba53698fd0dd4bd96f3ac0
|
||||
SIZE (keplerproject-luasql-v2.3.3_GH0.tar.gz) = 101025
|
||||
TIMESTAMP = 1488373399
|
||||
SHA256 (keplerproject-luasql-v2.3.5_GH0.tar.gz) = dc337d01e28f1d579a452e784939671727214df69d35809dfbc893ae096b444d
|
||||
SIZE (keplerproject-luasql-v2.3.5_GH0.tar.gz) = 101733
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/ls_firebird.c.orig 2016-06-24 14:06:19 UTC
|
||||
+++ src/ls_firebird.c
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <ibase.h> /* The Firebird API*/
|
||||
#include <time.h> /* For managing time values */
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Lua API */
|
Loading…
Reference in a new issue