From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 24 17:50:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0DFE16A63B for ; Wed, 24 May 2006 17:50:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DE043D45 for ; Wed, 24 May 2006 17:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4OHoJsR067811 for ; Wed, 24 May 2006 17:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4OHoJNi067810; Wed, 24 May 2006 17:50:19 GMT (envelope-from gnats) Date: Wed, 24 May 2006 17:50:19 GMT Message-Id: <200605241750.k4OHoJNi067810@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Russell Jackson Cc: Subject: Re: ports/97770: [x11-wm/ion-3ds] Bump to 20060519 ( Lua 5.1 support) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Russell Jackson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2006 17:50:20 -0000 The following reply was made to PR ports/97770; it has been noted by GNATS. From: Russell Jackson 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