Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 17:50:19 GMT
From:      Russell Jackson <raj@pandora.csub.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/97770: [x11-wm/ion-3ds] Bump to 20060519 ( Lua 5.1 support)
Message-ID:  <200605241750.k4OHoJNi067810@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/97770; it has been noted by GNATS.

From: Russell Jackson <raj@pandora.csub.edu>
To: bug-followup@FreeBSD.org, ed@fxq.nl
Cc:  
Subject: Re: ports/97770: [x11-wm/ion-3ds] Bump to 20060519 (  Lua 5.1 support)
Date: Wed, 24 May 2006 10:49:40 -0700

 Release bumped again to 20060524.
 
 --- Makefile.orig	Wed May  3 06:25:07 2006
 +++ Makefile	Wed May 24 10:15:45 2006
 @@ -6,14 +6,14 @@
  #
  
  PORTNAME=	ion-3ds
 -PORTVERSION=	20060326
 +PORTVERSION=	20060524
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://modeemi.fi/~tuomov/ion/dl/
  
  MAINTAINER=	ed@fxq.nl
  COMMENT=	The development version of the Ion window manager
  
 -LIB_DEPENDS=	lua.5:${PORTSDIR}/lang/lua50
 +BUILD_DEPENDS=	${LOCALBASE}/lib/liblua.a:${PORTSDIR}/lang/lua
  RUN_DEPENDS=	run-mailcap:${PORTSDIR}/misc/mime-support
  
  CONFLICTS=	ion-2002* pwm-[0-9]* ion-2*
 
 --- distinfo.orig	Thu Apr 13 04:09:31 2006
 +++ distinfo	Wed May 24 10:03:09 2006
 @@ -1,3 +1,3 @@
 -MD5 (ion-3ds-20060326.tar.gz) = 3d5628d4efe93f2de804cf5b01abc743
 -SHA256 (ion-3ds-20060326.tar.gz) = 9f3c96c961e47c61e9c10b57de820b608b9d9fdaa43a893e63499b3f17231124
 -SIZE (ion-3ds-20060326.tar.gz) = 617533
 +MD5 (ion-3ds-20060524.tar.gz) = f9dbab5a5150c9944d7c6ed9e24daef6
 +SHA256 (ion-3ds-20060524.tar.gz) = 421c4c9297cef7b5d01aabc9713d5ac2931d0b3834a2578690e01f8dec3e8a9a
 +SIZE (ion-3ds-20060524.tar.gz) = 620416
 
 --- files/patch-system.mk.orig	Thu Apr 13 04:09:32 2006
 +++ files/patch-system.mk	Fri May 19 13:20:17 2006
 @@ -1,5 +1,5 @@
 ---- system.mk.orig	Sat Jun 25 17:13:43 2005
 -+++ system.mk	Sat Jul 16 18:56:28 2005
 +--- system.mk.orig	Thu May 18 16:06:53 2006
 ++++ system.mk	Fri May 19 13:19:25 2006
  @@ -7,7 +7,7 @@
   ## Installation paths
   ##
 @@ -29,11 +29,11 @@
   ##
  @@ -56,7 +56,7 @@
   
 - # If you have installed Lua 5.0 from the official tarball without changing
 + # If you have installed Lua 5.1 from the official tarball without changing
   # paths, this should do it.
  -LUA_DIR=/usr/local
  +LUA_DIR=$(LOCALBASE)
 - LUA_LIBS = -L$(LUA_DIR)/lib -llua -llualib
 + LUA_LIBS = -L$(LUA_DIR)/lib -llua
   LUA_INCLUDES = -I$(LUA_DIR)/include
   LUA=$(LUA_DIR)/bin/lua
  @@ -74,7 +74,7 @@
 
 -- 
 Russell A. Jackson <raj@csub.edu>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605241750.k4OHoJNi067810>