From owner-svn-ports-head@freebsd.org Sun Jun 25 15:02:40 2017 Return-Path: Delivered-To: svn-ports-head@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 74055D932D5; Sun, 25 Jun 2017 15:02:40 +0000 (UTC) (envelope-from sunpoet@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 42D5E71724; Sun, 25 Jun 2017 15:02:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5PF2d45061962; Sun, 25 Jun 2017 15:02:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5PF2doK061960; Sun, 25 Jun 2017 15:02:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706251502.v5PF2doK061960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Jun 2017 15:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444276 - head/archivers/lua51-zlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2017 15:02:40 -0000 Author: sunpoet Date: Sun Jun 25 15:02:38 2017 New Revision: 444276 URL: https://svnweb.freebsd.org/changeset/ports/444276 Log: Fix WWW - While I'm here, fix space/tab Approved by: portmgr (blanket) Modified: head/archivers/lua51-zlib/Makefile head/archivers/lua51-zlib/pkg-descr (contents, props changed) Modified: head/archivers/lua51-zlib/Makefile ============================================================================== --- head/archivers/lua51-zlib/Makefile Sun Jun 25 15:02:34 2017 (r444275) +++ head/archivers/lua51-zlib/Makefile Sun Jun 25 15:02:38 2017 (r444276) @@ -19,7 +19,7 @@ GH_PROJECT= lua-zlib USES= lua:51 ALL_TARGET= bsd -MAKE_ENV+= LUAPATH="${LOCALBASE}" +MAKE_ENV+= LUAPATH="${LOCALBASE}" MAKE_ENV+= LUACPATH="${STAGEDIR}${LUA_MODLIBDIR}" MAKE_ENV+= INCDIR="-I${LUA_INCDIR}" MAKE_ENV+= LUALIBDIR="-L${LUA_MODLIBDIR}" Modified: head/archivers/lua51-zlib/pkg-descr ============================================================================== --- head/archivers/lua51-zlib/pkg-descr Sun Jun 25 15:02:34 2017 (r444275) +++ head/archivers/lua51-zlib/pkg-descr Sun Jun 25 15:02:38 2017 (r444276) @@ -3,4 +3,4 @@ Language. It consists of two functions: inflate and de return "stream functions" (takes a buffer of input and returns a buffer of output). -WWW: https://github.com/brimworks/lua-zlib/ +WWW: https://github.com/brimworks/lua-zlib