View | Details | Raw Unified | Return to bug 201469
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lua
4
PORTNAME=	lua
5
PORTVERSION=	5.3.0
5
PORTVERSION=	5.3.1
6
CATEGORIES=	lang
6
CATEGORIES=	lang
7
MASTER_SITES=	http://www.lua.org/ftp/
7
MASTER_SITES=	http://www.lua.org/ftp/
8
PKGNAMESUFFIX=	53
8
PKGNAMESUFFIX=	53
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lua-5.3.0.tar.gz) = ae4a5eb2d660515eb191bfe3e061f2b8ffe94dce73d32cfd0de090ddcc0ddb01
1
SHA256 (lua-5.3.1.tar.gz) = 072767aad6cc2e62044a66e8562f51770d941e972dc1e4068ba719cd8bffac17
2
SIZE (lua-5.3.0.tar.gz) = 278045
2
SIZE (lua-5.3.1.tar.gz) = 282401
(-)files/patch-src__liolib.c (-5 / +5 lines)
Lines 1-10 Link Here
1
--- ./src/liolib.c.orig	2013-01-05 22:46:54.000000000 +0100
1
--- src/liolib.c.orig	2015-04-03 18:41:57 UTC
2
+++ ./src/liolib.c	2013-01-05 22:47:32.000000000 +0100
2
+++ src/liolib.c
3
@@ -19,6 +19,7 @@
3
@@ -16,6 +16,7 @@
4
 #include <stdio.h>
4
 #include <stdio.h>
5
 #include <stdlib.h>
5
 #include <stdlib.h>
6
 #include <string.h>
6
 #include <string.h>
7
+#include <unistd.h>
7
+#include <unistd.h>
8
 
8
 
9
 #define liolib_c
9
 #include "lua.h"
10
 #define LUA_LIB
10
 

Return to bug 201469