Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2007 22:25:43 -0400 (EDT)
From:      Wesley Shields <wxs@atarininja.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114087: [MAINTAINER UPDATE]: net/net6 and editors/gobby
Message-ID:  <20070628022543.CFCC85C59@syn.atarininja.org>
Resent-Message-ID: <200706280230.l5S2U30j021541@freefall.freebsd.org>

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

>Number:         114087
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: net/net6 and editors/gobby
>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 Jun 28 02:30:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.2-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #7: Thu May 24 09:18:59 EDT 2007 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
net/net6 and editors/gobby are both up to new versions.  The attached
patches update both ports.  They also remove the USE_GCC line which was
added for 4.x compatability.  Lastly, I tested the builds in a -CURRENT
tinderbox and it fixes the recent pointyhat breakage with editors/gobby.

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/gobby/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	19 May 2007 20:04:06 -0000	1.8
+++ Makefile	27 Jun 2007 20:01:23 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gobby
-PORTVERSION=	0.4.3
-PORTREVISION=	1
+PORTVERSION=	0.4.4
 CATEGORIES=	editors
 MASTER_SITES=	http://releases.0x539.de/gobby/ \
 		http://www.atarininja.org/~wxs/distfiles/
@@ -23,7 +22,6 @@
 USE_XLIB=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack pkgconfig gtksourceview
-USE_GCC=	3.4
 
 CONFIGURE_ARGS=	"--mandir=${PREFIX}/man"
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/gobby/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	26 Apr 2007 21:55:35 -0000	1.5
+++ distinfo	27 Jun 2007 20:01:23 -0000
@@ -1,3 +1,3 @@
-MD5 (gobby-0.4.3.tar.gz) = 84f07ec2471b862f385cada6246695fe
-SHA256 (gobby-0.4.3.tar.gz) = 2c660b703f4a0a0a0c98c7a99970990a489ccb988615ed32dfbf5d9b4f1b4ce6
-SIZE (gobby-0.4.3.tar.gz) = 338373
+MD5 (gobby-0.4.4.tar.gz) = 7e8aaba5c97069864a70843adad2b710
+SHA256 (gobby-0.4.4.tar.gz) = 82d12c39c98573f5e9902a3d21475d09a3b214ba4b9695029844b493facc6c3d
+SIZE (gobby-0.4.4.tar.gz) = 354960





And the net6 patch...


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/net6/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	26 Apr 2007 21:55:39 -0000	1.10
+++ Makefile	27 Jun 2007 20:02:01 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	net6
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
 CATEGORIES=	net devel
 MASTER_SITES=	http://releases.0x539.de/net6/ \
 		http://www.atarininja.org/~wxs/distfiles/
@@ -17,7 +17,6 @@
 LIB_DEPENDS=	sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
 		gnutls.15:${PORTSDIR}/security/gnutls
 
-USE_GCC=	3.4+
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/net6/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	26 Apr 2007 21:55:39 -0000	1.6
+++ distinfo	27 Jun 2007 20:02:01 -0000
@@ -1,3 +1,3 @@
-MD5 (net6-1.3.4.tar.gz) = 3e6a5bbe1d6fc8d0a3c295323114cbb0
-SHA256 (net6-1.3.4.tar.gz) = 39c4c45e59d90b3bea414aedaf3871448219b880230626b0d18c25a5cf1a7e19
-SIZE (net6-1.3.4.tar.gz) = 438944
+MD5 (net6-1.3.5.tar.gz) = 41f6bfce129029d8c4427d26a48b9ee2
+SHA256 (net6-1.3.5.tar.gz) = 735ccbfd8d69201efd30cf874f728a2dfbdadf0fd0d8d91c7884e90d40176c62
+SIZE (net6-1.3.5.tar.gz) = 439188
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070628022543.CFCC85C59>