[140252] trunk/dports/devel/lua-luasec/Portfile
devans at macports.org
devans at macports.org
Mon Sep 14 09:39:38 PDT 2015
Revision: 140252
https://trac.macports.org/changeset/140252
Author: devans at macports.org
Date: 2015-09-14 09:39:38 -0700 (Mon, 14 Sep 2015)
Log Message:
-----------
lua-luasec: add mode line and reformat, white space only.
Modified Paths:
--------------
trunk/dports/devel/lua-luasec/Portfile
Modified: trunk/dports/devel/lua-luasec/Portfile
===================================================================
--- trunk/dports/devel/lua-luasec/Portfile 2015-09-14 14:49:17 UTC (rev 140251)
+++ trunk/dports/devel/lua-luasec/Portfile 2015-09-14 16:39:38 UTC (rev 140252)
@@ -1,18 +1,19 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
name lua-luasec
version 0.4
categories devel
license MIT
maintainers nomaintainer
-platforms darwin
+platforms darwin
description LuaSec is a binding for OpenSSL library to provide TLS/SSL communication
long_description LuaSec is a binding for OpenSSL library to provide TLS/SSL \
- communication. This version delegates to LuaSocket the TCP connection \
- establishment between the client and server. Then LuaSec uses this \
- connection to start a secure TLS/SSL session.
+ communication. This version delegates to LuaSocket the TCP connection \
+ establishment between the client and server. Then LuaSec uses this \
+ connection to start a secure TLS/SSL session.
homepage http://luasec.luaforge.net/
master_sites http://www.inf.puc-rio.br/~brunoos/luasec/download/
@@ -21,7 +22,7 @@
sha1 b7fe55fd2a75e0233c1d5bd858e48366422901d6 \
rmd160 61b613ac8d767545a327adc88f1dce70ceb8f64b
-patch.pre_args -p1
+patch.pre_args -p1
patchfiles patch-Makefile.diff
post-patch {
reinplace "s|%%PREFIX%%|${prefix}|g" ${worksrcpath}/Makefile
@@ -30,9 +31,9 @@
use_configure no
depends_lib port:lua
-build.target macosx
-build.env INCDIR=-I${prefix}/include LIBDIR=-L${prefix}/lib
+build.target macosx
+build.env INCDIR=-I${prefix}/include LIBDIR=-L${prefix}/lib
pre-destroot {
- xinstall -d ${destroot}${prefix}/lib/lua/5.1
- xinstall -d ${destroot}${prefix}/share/lua/5.1
+ xinstall -d ${destroot}${prefix}/lib/lua/5.1
+ xinstall -d ${destroot}${prefix}/share/lua/5.1
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150914/6f9a31c9/attachment.html>
More information about the macports-changes
mailing list