head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2009.07.31.01.26.12;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2009.07.20.16.53.17;	author amdmi3;	state Exp;
branches;
next	;


desc
@@


1.2
log
@1: Upgrade to 0.3.3.
2: remove all patches.
3: change MAINTAINER.

PR:		ports/137277
Submitted by:	maintainer.
@
text
@--- Makefile.orig	2009-05-09 19:11:47.000000000 +0400
+++ Makefile	2009-07-16 22:01:50.000000000 +0400
@@@@ -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
+LUAPATH?=/usr/local/share/lua/5.1
+CPATH?=/usr/local/lib/lua/5.1
 
 # Edit the lines below to inform new path, if necessary
 #
@


1.1
log
@- Respect CC/CFLAGS
- Use openssl from ports for older FreeBSD versions
- Add a patch to handle openssl errors properly
- While here, fix building with custom PREFIX/LOCALBASE

PR:		136793
Submitted by:	Andrew Lewis <freeghb@@gmail.com> (maintainer)
@
text
@@

