From bsdkaffee@gmail.com  Thu Oct  4 01:03:44 2007
Return-Path: <bsdkaffee@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E3E3F16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Oct 2007 01:03:44 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 6B0D613C467
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Oct 2007 01:03:44 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: by wr-out-0506.google.com with SMTP id 70so3233wra
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 03 Oct 2007 18:03:43 -0700 (PDT)
Received: by 10.90.100.2 with SMTP id x2mr400506agb.1191459823241;
        Wed, 03 Oct 2007 18:03:43 -0700 (PDT)
Received: from black.home ( [71.182.228.160])
        by mx.google.com with ESMTPS id 10sm1384643wrl.2007.10.03.18.03.42
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 03 Oct 2007 18:03:42 -0700 (PDT)
Message-Id: <47043bee.0a0c360a.12a0.3508@mx.google.com>
Date: Wed, 03 Oct 2007 18:03:42 -0700 (PDT)
From: Jason E. Hale <bsdkaffee@gmail.com>
Reply-To: Jason E. Hale <bsdkaffee@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] sysutils/gapcmon: Update to version 0.8.6 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         116884
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/gapcmon: Update to version 0.8.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 04 01:10:00 GMT 2007
>Closed-Date:    Thu Oct 04 13:23:13 GMT 2007
>Last-Modified:  Thu Oct  4 13:30:08 GMT 2007
>Originator:     Jason E. Hale
>Release:        FreeBSD 6.2-RELEASE-p2 i386
>Organization:
none 
>Environment:
System: FreeBSD 6.2-RELEASE-p2 i386
	
>Description:
Update sysutils/gapcmon to version 0.8.6
	
>How-To-Repeat:
diff is attached
new patch file is included (files/patch-gapcmon.c)
	
>Fix:
	
--- 2007-10-03-gapcmon.diff begins here ---
diff -ruN gapcmon.orig/Makefile gapcmon/Makefile
--- gapcmon.orig/Makefile	Wed Oct  3 19:20:46 2007
+++ gapcmon/Makefile	Wed Oct  3 20:31:08 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gapcmon
-PORTVERSION=	0.8.4
-PORTREVISION=	1
+PORTVERSION=	0.8.6
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,11 +16,10 @@
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_ICONV=	yes
-USE_GNOME=	gnomehack gnometarget gnomevfs2
+USE_GNOME=	gconf2
 GNU_CONFIGURE=	yes
 
-PORTDOCS=	AUTHORS ChangeLog INSTALL
+PORTDOCS=	AUTHORS ChangeLog INSTALL README
 
 post-extract:
 	@${REINPLACE_CMD} "s|/usr/share/pixmaps/|${PREFIX}/share/pixmaps/|" \
diff -ruN gapcmon.orig/distinfo gapcmon/distinfo
--- gapcmon.orig/distinfo	Wed Oct  3 19:20:46 2007
+++ gapcmon/distinfo	Wed Oct  3 19:25:31 2007
@@ -1,3 +1,3 @@
-MD5 (gapcmon-0.8.4.tar.bz2) = fe27c144da76af5e4d41d65dfeebec05
-SHA256 (gapcmon-0.8.4.tar.bz2) = dfd39df2a0709bac23af41e082e647be85bcdf75e33eaebf1c4bfcdb10036674
-SIZE (gapcmon-0.8.4.tar.bz2) = 120468
+MD5 (gapcmon-0.8.6.tar.bz2) = c8f4c2a2cb6f863b36dbeeedbbe8e8e9
+SHA256 (gapcmon-0.8.6.tar.bz2) = fdd2227ecd82f1b9557234615e49e65f696540147ae5c2792c7c6d638a795159
+SIZE (gapcmon-0.8.6.tar.bz2) = 122337
diff -ruN gapcmon.orig/files/patch-gapcmon.c gapcmon/files/patch-gapcmon.c
--- gapcmon.orig/files/patch-gapcmon.c	Wed Dec 31 19:00:00 1969
+++ gapcmon/files/patch-gapcmon.c	Wed Oct  3 19:56:25 2007
@@ -0,0 +1,10 @@
+--- src/gapcmon.c.orig	Wed Oct  3 19:53:05 2007
++++ src/gapcmon.c	Wed Oct  3 19:53:32 2007
+@@ -74,6 +74,7 @@
+ #include <unistd.h>             /* close() */
+ #include <sys/types.h>          /* socket() */
+ #include <sys/socket.h>         /* socket() */
++#include <netinet/in.h>
+ #include <arpa/inet.h>          /* ntohs() */
+ #include <netdb.h>              /* gethostbyname() */
+ #include <errno.h>
--- 2007-10-03-gapcmon.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Thu Oct 4 03:22:23 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116884 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Thu Oct 4 13:23:11 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116884: commit references a PR
Date: Thu,  4 Oct 2007 13:22:50 +0000 (UTC)

 rafan       2007-10-04 13:22:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/gapcmon     Makefile distinfo 
   Added files:
     sysutils/gapcmon/files patch-gapcmon.c 
   Log:
   - Update to 0.8.6
   
   PR:             ports/116884
   Submitted by:   Jason E. Hale <bsdkaffee at gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.5       +11 -6     ports/sysutils/gapcmon/Makefile
   1.4       +3 -3      ports/sysutils/gapcmon/distinfo
   1.1       +10 -0     ports/sysutils/gapcmon/files/patch-gapcmon.c (new)
 _______________________________________________
 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"
 
>Unformatted:
