From shaun@inerd.com  Wed May 24 01:51:15 2006
Return-Path: <shaun@inerd.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 89FDA16A449
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 01:51:15 +0000 (UTC)
	(envelope-from shaun@inerd.com)
Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124])
	by mx1.FreeBSD.org (Postfix) with SMTP id DA0B143D46
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 01:51:14 +0000 (GMT)
	(envelope-from shaun@inerd.com)
Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03])
	by dione.picobyte.net (Postfix) with ESMTP
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 02:51:13 +0100 (BST)
Message-Id: <1148435473.85754@charon.picobyte.net>
Date: Wed, 24 May 2006 02:51:13 +0100
From: Shaun Amott <shaun@inerd.com>
Reply-To: Shaun Amott <shaun@inerd.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: x11-toolkits/fox-devel: Update 1.4.7 -> 1.4.32; take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         97764
>Category:       ports
>Synopsis:       x11-toolkits/fox-devel: Update 1.4.7 -> 1.4.32; take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 02:00:36 GMT 2006
>Closed-Date:    Tue Jun 20 21:05:14 GMT 2006
>Last-Modified:  Tue Jun 20 21:05:14 GMT 2006
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

- Update to 1.4.32
- Take maintainership

>How-To-Repeat:

>Fix:

--- fox-devel.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fox-devel/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- Makefile	13 May 2006 05:00:32 -0000	1.60
+++ Makefile	24 May 2006 01:48:41 -0000
@@ -7,13 +7,12 @@
 
 PORTNAME=	fox
 PORTVERSION=	${MAJORVER}.${SHVER}
-PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://www.fox-toolkit.org/ftp/ \
 		ftp://ftp.fox-toolkit.org/pub/ \
 		http://fresh.t-systems-sfr.com/unix/src/misc/
 
-MAINTAINER?=	ports@FreeBSD.org
+MAINTAINER?=	shaun@inerd.com
 COMMENT=	Fast and extensive C++ GUI toolkit
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
@@ -26,7 +25,7 @@
 LATEST_LINK=	fox-devel
 
 MAJORVER=	1.4
-SHVER=		7
+SHVER=		32
 PLIST_SUB+=	MAJORVER=${MAJORVER} SHVER=${SHVER}
 
 USE_GL=		yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fox-devel/distinfo,v
retrieving revision 1.30
diff -u -r1.30 distinfo
--- distinfo	25 Nov 2005 19:33:44 -0000	1.30
+++ distinfo	24 May 2006 01:48:41 -0000
@@ -1,3 +1,3 @@
-MD5 (fox-1.4.7.tar.gz) = 3bb07ac7d24cbffa3292ec09d7157a3d
-SHA256 (fox-1.4.7.tar.gz) = 7973dda7433d7a88aab067cac89711e363d0f3a341b024f6bc5cd353ee0c135b
-SIZE (fox-1.4.7.tar.gz) = 3922890
+MD5 (fox-1.4.32.tar.gz) = ace82f349c0e2c7f219388da2d1d7a96
+SHA256 (fox-1.4.32.tar.gz) = 3fe5ce8f870d959d5094bac0221d1709f2b99f19a509f52afec0d4e2d9f8579f
+SIZE (fox-1.4.32.tar.gz) = 4035905
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fox-devel/files/patch-configure,v
retrieving revision 1.2
diff -u -r1.2 patch-configure
--- files/patch-configure	25 Feb 2005 14:02:39 -0000	1.2
+++ files/patch-configure	24 May 2006 01:48:41 -0000
@@ -1,10 +1,10 @@
---- configure.orig	Tue Feb  8 15:20:38 2005
-+++ configure	Wed Feb  9 16:04:31 2005
-@@ -24927,7 +24927,7 @@
+--- configure.orig	Tue Mar 21 07:09:23 2006
++++ configure	Wed May 24 01:06:39 2006
+@@ -25469,7 +25469,7 @@
  if test "x$enable_release" = "xyes" ; then
  CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
  if test "${GXX}" = "yes" ; then
--CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
+-CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fno-strict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
 +CXXFLAGS="${CXXFLAGS} -Wuninitialized"
  fi
  fi
--- fox-devel.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sat Jun 17 22:35:27 UTC 2006 
Responsible-Changed-Why:  
Let him handle his own PRs :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97764 
State-Changed-From-To: open->closed 
State-Changed-By: shaun 
State-Changed-When: Tue Jun 20 21:04:35 UTC 2006 
State-Changed-Why:  
Committed. 

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