From nobody@FreeBSD.org  Mon Jul 14 16:50:10 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CAA7D1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Jul 2008 16:50:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id CE3888FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Jul 2008 16:50:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6EGoAQe080322
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Jul 2008 16:50:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m6EGoAHf080321;
	Mon, 14 Jul 2008 16:50:10 GMT
	(envelope-from nobody)
Message-Id: <200807141650.m6EGoAHf080321@www.freebsd.org>
Date: Mon, 14 Jul 2008 16:50:10 GMT
From: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/libglut update to 7.0.3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125609
>Category:       ports
>Synopsis:       graphics/libglut update to 7.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 14 17:00:12 UTC 2008
>Closed-Date:    Sun Oct 26 02:22:20 UTC 2008
>Last-Modified:  Sun Oct 26 02:22:20 UTC 2008
>Originator:     Pedro F. Giffuni
>Release:        6.3-Release
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 6.3-RELEASE FreeBSD 6.3-RELEASE #10: Sat Jan 19 01:13:55 COT 2008     root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP  amd64

>Description:
bugfix release
>How-To-Repeat:

>Fix:
diff -ruN libglut.orig/Makefile libglut/Makefile
--- libglut.orig/Makefile	2008-07-14 11:10:21.000000000 -0500
+++ libglut/Makefile	2008-07-14 11:42:33.000000000 -0500
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libglut
-PORTVERSION=	7.0.1
-PORTREVISION=	1
+PORTVERSION=	7.0.3
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mesa3d
diff -ruN libglut.orig/distinfo libglut/distinfo
--- libglut.orig/distinfo	2008-07-14 11:10:21.000000000 -0500
+++ libglut/distinfo	2008-07-14 11:23:16.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (MesaGLUT-7.0.1.tar.bz2) = 25f30d0c1651997b4412366ba0572f7f
-SHA256 (MesaGLUT-7.0.1.tar.bz2) = 4f7cd181b652d88cea4aac59564b757de95cd6ca0ab00441dc0707b377d5527e
-SIZE (MesaGLUT-7.0.1.tar.bz2) = 315599
+MD5 (MesaGLUT-7.0.3.tar.bz2) = 0ff23c4e91b238abae63a5fc9fa003e7
+SHA256 (MesaGLUT-7.0.3.tar.bz2) = edb40aec6c5af1b59a6cac05e7e93040c74500818681d288c89b5c5d56a45cae
+SIZE (MesaGLUT-7.0.3.tar.bz2) = 329421
diff -ruN libglut.orig/files/Makefile libglut/files/Makefile
--- libglut.orig/files/Makefile	2008-07-14 11:10:21.000000000 -0500
+++ libglut/files/Makefile	2008-07-14 11:44:48.000000000 -0500
@@ -29,7 +29,7 @@
 	glut_dstr.c \
 	glut_event.c \
 	glut_ext.c \
-	glut_fbc.c \
+	glut_fcb.c \
 	glut_fullscrn.c \
 	glut_gamemode.c \
 	glut_get.c \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jul 14 17:00:21 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125609 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125609: commit references a PR
Date: Sun, 26 Oct 2008 02:19:31 +0000 (UTC)

 maho        2008-10-26 02:19:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/libglut     Makefile distinfo 
     graphics/libglut/files Makefile 
   Log:
   Update to 7.0.3
   
   PR: 125609
   Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
   Maingainer timeout: over 1 month (I asked 2008/9/2 11:07:45 +9 JST)
   
   Revision  Changes    Path
   1.14      +1 -2      ports/graphics/libglut/Makefile
   1.12      +3 -3      ports/graphics/libglut/distinfo
   1.7       +1 -1      ports/graphics/libglut/files/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: maho 
State-Changed-When: Sun Oct 26 02:21:17 UTC 2008 
State-Changed-Why:  
Maintainer time out (>1 month) 
I asked Shaun in Date: Tue, 02 Sep 2008 11:07:45 +0900 (JST), 
but no reply so far. 


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