Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Oct 2007 18:03:42 -0700 (PDT)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116884: [MAINTAINER] sysutils/gapcmon: Update to version 0.8.6 
Message-ID:  <47043bee.0a0c360a.12a0.3508@mx.google.com>
Resent-Message-ID: <200710040110.l941A1md001975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116884
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/gapcmon: Update to version 0.8.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 04 01:10:00 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47043bee.0a0c360a.12a0.3508>