From owner-svn-ports-all@freebsd.org Sat Sep 30 07:35:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ED0DE12AE7; Sat, 30 Sep 2017 07:35:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0894B64FC5; Sat, 30 Sep 2017 07:35:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8U7Zn7n011318; Sat, 30 Sep 2017 07:35:49 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U7ZmDS011314; Sat, 30 Sep 2017 07:35:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201709300735.v8U7ZmDS011314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 30 Sep 2017 07:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450946 - in head/devel/luafilesystem: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/luafilesystem: . files X-SVN-Commit-Revision: 450946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2017 07:35:50 -0000 Author: vanilla Date: Sat Sep 30 07:35:48 2017 New Revision: 450946 URL: https://svnweb.freebsd.org/changeset/ports/450946 Log: Update to 1.7.0. PR: 222658 Submitted by: maintainer Modified: head/devel/luafilesystem/Makefile head/devel/luafilesystem/distinfo head/devel/luafilesystem/files/patch-Makefile Modified: head/devel/luafilesystem/Makefile ============================================================================== --- head/devel/luafilesystem/Makefile Sat Sep 30 06:17:07 2017 (r450945) +++ head/devel/luafilesystem/Makefile Sat Sep 30 07:35:48 2017 (r450946) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= luafilesystem -DISTVERSIONPREFIX= v_ -DISTVERSION= 1_6_3 +DISTVERSIONPREFIX= v +DISTVERSION= 1_7_0 CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} Modified: head/devel/luafilesystem/distinfo ============================================================================== --- head/devel/luafilesystem/distinfo Sat Sep 30 06:17:07 2017 (r450945) +++ head/devel/luafilesystem/distinfo Sat Sep 30 07:35:48 2017 (r450946) @@ -1,2 +1,3 @@ -SHA256 (keplerproject-luafilesystem-v_1_6_3_GH0.tar.gz) = 5525d2b8ec7774865629a6a29c2f94cb0f7e6787987bf54cd37e011bfb642068 -SIZE (keplerproject-luafilesystem-v_1_6_3_GH0.tar.gz) = 30379 +TIMESTAMP = 1506581912 +SHA256 (keplerproject-luafilesystem-v1_7_0_GH0.tar.gz) = 854ef99b6a4eb48af00c304e26fc4429094a8612003a7a81ba22014f32e85db3 +SIZE (keplerproject-luafilesystem-v1_7_0_GH0.tar.gz) = 30829 Modified: head/devel/luafilesystem/files/patch-Makefile ============================================================================== --- head/devel/luafilesystem/files/patch-Makefile Sat Sep 30 06:17:07 2017 (r450945) +++ head/devel/luafilesystem/files/patch-Makefile Sat Sep 30 07:35:48 2017 (r450946) @@ -8,7 +8,7 @@ + $(CC) $(CFLAGS) -c $(SRCS) -o $(OBJS) + src/lfs.so: $(OBJS) -- MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) +- MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(LIB_OPTION) -o src/lfs.so $(OBJS) + $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) test: lib