From ed@hoeg.nl  Wed May 24 05:23:13 2006
Return-Path: <ed@hoeg.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B119A16A438
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 05:23:10 +0000 (UTC)
	(envelope-from ed@hoeg.nl)
Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5997B43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 05:23:10 +0000 (GMT)
	(envelope-from ed@hoeg.nl)
Received: by palm.hoeg.nl (Postfix, from userid 1000)
	id 531FC17078; Wed, 24 May 2006 07:23:08 +0200 (CEST)
Message-Id: <20060524052308.531FC17078@palm.hoeg.nl>
Date: Wed, 24 May 2006 07:23:08 +0200 (CEST)
From: Ed Schouten <ed@fxq.nl>
Reply-To: Ed Schouten <ed@fxq.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [x11-wm/ion-3ds] Bump to 20060519 (+ Lua 5.1 support)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         97770
>Category:       ports
>Synopsis:       [x11-wm/ion-3ds] Bump to 20060519 (+ Lua 5.1 support)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 05:30:18 GMT 2006
>Closed-Date:    Sun May 28 15:57:44 GMT 2006
>Last-Modified:  Sun May 28 15:57:44 GMT 2006
>Originator:     Ed Schouten
>Release:        FreeBSD 5.5-PRERELEASE i386
>Organization:
n/a
>Environment:
System: FreeBSD palm.hoeg.nl 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0: Thu Mar 2 11:02:14 CET 2006 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386

>Description:
Five days ago, a new version of the Ion3 window manager got released.
This version of Ion3 also supports Lua 5.1 (the previous release did not
compile properly).

>How-To-Repeat:
n/a

>Fix:
The patch is available for download at the following location:

	http://g-rave.nl/junk/freebsd-ports-ion3-bump.diff
>Release-Note:
>Audit-Trail:

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>

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

 --r7tUYVWcdYzDJoZW
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 * Russell Jackson <raj@pandora.csub.edu> wrote:
 > Release bumped again to 20060524.
 
 Ouch. Changelog looks serious. Please commit Russell's patch in favour
 of mine. Thanks.
 
 Yours,
 --=20
  Ed Schouten <ed@fxq.nl>
  WWW: http://g-rave.nl/
 
 --r7tUYVWcdYzDJoZW
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFEdKB252SDGA2eCwURAuX6AJ4+BeZH+ePnbuzZ2znxHCvO02YF6ACZAXjg
 DqFdZ7Qy83Urk0hLeWjzvIA=
 =yaQI
 -----END PGP SIGNATURE-----
 
 --r7tUYVWcdYzDJoZW--
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Fri May 26 18:25:10 UTC 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97770 
State-Changed-From-To: open->closed 
State-Changed-By: stefan 
State-Changed-When: Sun May 28 15:56:35 UTC 2006 
State-Changed-Why:  
Committed, thanks! (I just adjusted the lua dependency slightly so it doesn't 
match lua 5.0 as well.) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97770 
>Unformatted:
