From ws@au.dyndns.ws  Mon Apr  2 08:13:24 2012
Return-Path: <ws@au.dyndns.ws>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1C42D106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Apr 2012 08:13:24 +0000 (UTC)
	(envelope-from ws@au.dyndns.ws)
Received: from ipmail05.adl6.internode.on.net (unknown [IPv6:2001:44b8:8060:ff02:300:1:6:5])
	by mx1.freebsd.org (Postfix) with ESMTP id 50F718FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Apr 2012 08:13:23 +0000 (UTC)
Received: from ppp103-111.static.internode.on.net (HELO lillith-iv.ovirt.dyndns.ws) ([150.101.103.111])
  by ipmail05.adl6.internode.on.net with ESMTP; 02 Apr 2012 17:43:21 +0930
Received: from predator-ii.buffyverse (root@predator-ii.buffyverse [172.17.17.134])
	by lillith-iv.ovirt.dyndns.ws (8.14.4/8.14.4) with ESMTP id q328D9f3036721
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Apr 2012 17:43:09 +0930 (CST)
	(envelope-from ws@au.dyndns.ws)
Received: from predator-ii.buffyverse (smmsp@localhost [127.0.0.1])
	by predator-ii.buffyverse (8.14.4/8.14.4) with ESMTP id q326jcqg057740
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Apr 2012 16:15:38 +0930 (CST)
	(envelope-from ws@predator-ii.buffyverse)
Received: (from root@localhost)
	by predator-ii.buffyverse (8.14.4/8.14.4/Submit) id q326jc6d057739;
	Mon, 2 Apr 2012 16:15:38 +0930 (CST)
	(envelope-from ws)
Message-Id: <201204020645.q326jc6d057739@predator-ii.buffyverse>
Date: Mon, 2 Apr 2012 16:15:38 +0930 (CST)
From: Wayne Sierke <ws@au.dyndns.ws>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] cad/xcircuit: update to 3.7.39 (3.7.33 distfile won't fetch)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166575
>Category:       ports
>Synopsis:       [PATCH] cad/xcircuit: update to 3.7.39 (3.7.33 distfile won't fetch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 02 08:20:12 UTC 2012
>Closed-Date:    Mon Apr 02 18:35:44 UTC 2012
>Last-Modified:  Mon Apr  2 18:40:01 UTC 2012
>Originator:     Wayne Sierke <ws@au.dyndns.ws>
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD predator-ii.buffyverse 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011
>Description:
- Update to 3.7.39

NB: 3.7.33 distfile no longer fetches

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- xcircuit-3.7.39,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/cad/xcircuit/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- Makefile	8 Mar 2012 10:45:33 -0000	1.77
+++ Makefile	2 Apr 2012 06:40:27 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xcircuit
-PORTVERSION=	3.7.33
+PORTVERSION=	3.7.39
 PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/cad/xcircuit/distinfo,v
retrieving revision 1.52
diff -u -r1.52 distinfo
--- distinfo	8 Mar 2012 10:45:33 -0000	1.52
+++ distinfo	2 Apr 2012 06:40:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (xcircuit-3.7.33.tgz) = 49c413c2c2e27f2c61d03e761d4b91ad37416d31f3ca61af6caec48f9cb44fce
-SIZE (xcircuit-3.7.33.tgz) = 1504027
+SHA256 (xcircuit-3.7.39.tgz) = e351dfe0ab8f55b78e4db41ade03b8f27059d01d620d44b6353ad223d84e1af3
+SIZE (xcircuit-3.7.39.tgz) = 1507600
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/cad/xcircuit/files/patch-Makefile.in,v
retrieving revision 1.6
diff -u -r1.6 patch-Makefile.in
--- files/patch-Makefile.in	12 Nov 2009 10:52:28 -0000	1.6
+++ files/patch-Makefile.in	2 Apr 2012 06:40:27 -0000
@@ -28,6 +28,6 @@
  		${xcircuit_OBJECTS} ${xcircuit_LDADD} ${SHLIB_LIB_SPECS} \
 -		${LDFLAGS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc ${LIBS} \
 +		${LDFLAGS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} ${LIBS} \
- 		${EXTRA_LIB_SPECS}
+ 		${LIB_SPECS} ${EXTRA_LIB_SPECS}
  
  xcircexec$(EXEEXT): xcircexec.o
--- xcircuit-3.7.39,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Mon Apr 2 14:39:21 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166575 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Mon Apr 2 18:35:42 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166575: commit references a PR
Date: Mon,  2 Apr 2012 18:34:58 +0000 (UTC)

 pawel       2012-04-02 18:34:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     cad/xcircuit         Makefile distinfo 
     cad/xcircuit/files   patch-Makefile.in 
   Log:
   - Update to version 3.7.39 [1]
   - Add desktop entry file
   
   PR:             ports/166575 [1]
   Submitted by:   Wayne Sierke <ws@au.dyndns.ws> [1]
   Feature safe:   yes
   
   Revision  Changes    Path
   1.78      +3 -1      ports/cad/xcircuit/Makefile
   1.53      +2 -2      ports/cad/xcircuit/distinfo
   1.7       +1 -1      ports/cad/xcircuit/files/patch-Makefile.in
 _______________________________________________
 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:
