[63185] trunk/dports/devel/lua-luasec

and.damore at macports.org and.damore at macports.org
Thu Jan 28 10:32:58 PST 2010


Revision: 63185
          http://trac.macports.org/changeset/63185
Author:   and.damore at macports.org
Date:     2010-01-28 10:32:56 -0800 (Thu, 28 Jan 2010)
Log Message:
-----------
updated lua-luasec to 0.4.0, ticket #23455 closed

Modified Paths:
--------------
    trunk/dports/devel/lua-luasec/Portfile
    trunk/dports/devel/lua-luasec/files/patch-Makefile.diff

Modified: trunk/dports/devel/lua-luasec/Portfile
===================================================================
--- trunk/dports/devel/lua-luasec/Portfile	2010-01-28 15:47:54 UTC (rev 63184)
+++ trunk/dports/devel/lua-luasec/Portfile	2010-01-28 18:32:56 UTC (rev 63185)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                lua-luasec
-version             0.3.1
+version             0.4
 categories          devel
 maintainers         and.damore openmaintainer
 platforms			darwin
@@ -14,11 +14,11 @@
 					connection to start a secure TLS/SSL session.
 homepage            http://luasec.luaforge.net/
 
-master_sites        http://luaforge.net/frs/download.php/4013/					
+master_sites        http://www.inf.puc-rio.br/~brunoos/luasec/download/
 distname            luasec-${version}
-checksums           md5     aacd011996f79d625c5551a33c410411 \
-                    sha1    13435ec486a5eef09d5e20907703a393447c5ff9 \
-                    rmd160  4aaeb53c2351212a6e9345d875aca8f8f7662df7
+checksums           md5     712158d60207bdbb6215fc7e07d8db24 \
+                    sha1    b7fe55fd2a75e0233c1d5bd858e48366422901d6 \
+                    rmd160  61b613ac8d767545a327adc88f1dce70ceb8f64b
 
 patch.pre_args		-p1
 patchfiles          patch-Makefile.diff

Modified: trunk/dports/devel/lua-luasec/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/lua-luasec/files/patch-Makefile.diff	2010-01-28 15:47:54 UTC (rev 63184)
+++ trunk/dports/devel/lua-luasec/files/patch-Makefile.diff	2010-01-28 18:32:56 UTC (rev 63185)
@@ -1,12 +1,12 @@
-diff -ur luasec-0.3.1.orig/Makefile luasec-0.3.1/Makefile
---- luasec-0.3.1.orig/Makefile	2009-03-31 17:50:48.000000000 +0200
-+++ luasec-0.3.1/Makefile	2009-04-17 12:02:24.000000000 +0200
+diff -ur luasec-0.4.orig/Makefile luasec-0.4/Makefile
+--- luasec-0.4.orig/Makefile	2009-10-15 14:59:54.000000000 +0200
++++ luasec-0.4/Makefile	2010-01-28 11:37:40.000000000 +0100
 @@ -1,6 +1,6 @@
  # Inform the location to intall the modules
 -LUAPATH=/usr/local/share/lua/5.1
--CPATH=/usr/local/lib/lua/5.1
+-LUACPATH=/usr/local/lib/lua/5.1
 +LUAPATH=$(DESTDIR)%%PREFIX%%/share/lua/5.1
-+CPATH=$(DESTDIR)%%PREFIX%%/lib/lua/5.1
++LUACPATH=$(DESTDIR)%%PREFIX%%/lib/lua/5.1
  
  # Edit the lines below to inform new path, if necessary
  #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100128/18d2b36e/attachment.html>


More information about the macports-changes mailing list