From nobody@FreeBSD.org  Mon May 20 15:49:54 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id A484D8AF
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 May 2013 15:49:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 960EA1C5
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 May 2013 15:49:54 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4KFnqAQ056676
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 May 2013 15:49:52 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4KFnqJd056618;
	Mon, 20 May 2013 15:49:52 GMT
	(envelope-from nobody)
Message-Id: <201305201549.r4KFnqJd056618@oldred.FreeBSD.org>
Date: Mon, 20 May 2013 15:49:52 GMT
From: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: cad/xcircuit update
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178790
>Category:       ports
>Synopsis:       cad/xcircuit update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 20 15:50:00 UTC 2013
>Closed-Date:    Tue May 21 20:49:36 CDT 2013
>Last-Modified:  Wed May 22 01:50:00 UTC 2013
>Originator:     Danilo Egea Gondolfo
>Release:        FreeBSD 9.1-STABLE
>Organization:
>Environment:
FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #4 r250700: Thu May 16 13:48:11 BRT 2013     root@projeto:/usr/obj/usr/src.stable/sys/PROJETO  amd64
>Description:
cad/xcircuit update from 3.7.48 to 3.7.49.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 318392)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xcircuit
-PORTVERSION=	3.7.48
+PORTVERSION=	3.7.49
 PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \
Index: distinfo
===================================================================
--- distinfo	(revision 318392)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xcircuit-3.7.48.tgz) = 4d6e7cb155f41d2643e9d1a07865de49aa31cbd238a951ac5d74e13e4c03457b
-SIZE (xcircuit-3.7.48.tgz) = 1648993
+SHA256 (xcircuit-3.7.49.tgz) = a37e6b3baa4fb13f12bb14b27856dd71eda7620f755bb5532f76e747f3b73738
+SIZE (xcircuit-3.7.49.tgz) = 1649013


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon May 20 15:50:08 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178790 
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 20 15:50:10 UTC 2013 
Responsible-Changed-Why:  
bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178790 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Tue May 21 20:49:35 CDT 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178790: commit references a PR
Date: Wed, 22 May 2013 01:49:40 +0000 (UTC)

 Author: bdrewery
 Date: Wed May 22 01:49:31 2013
 New Revision: 318742
 URL: http://svnweb.freebsd.org/changeset/ports/318742
 
 Log:
   - Update to 3.7.49
   
   PR:		ports/178790
   Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
 
 Modified:
   head/cad/xcircuit/Makefile
   head/cad/xcircuit/distinfo
 
 Modified: head/cad/xcircuit/Makefile
 ==============================================================================
 --- head/cad/xcircuit/Makefile	Wed May 22 01:32:58 2013	(r318741)
 +++ head/cad/xcircuit/Makefile	Wed May 22 01:49:31 2013	(r318742)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	xcircuit
 -PORTVERSION=	3.7.48
 +PORTVERSION=	3.7.49
  PORTEPOCH=	1
  CATEGORIES=	cad
  MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \
 
 Modified: head/cad/xcircuit/distinfo
 ==============================================================================
 --- head/cad/xcircuit/distinfo	Wed May 22 01:32:58 2013	(r318741)
 +++ head/cad/xcircuit/distinfo	Wed May 22 01:49:31 2013	(r318742)
 @@ -1,2 +1,2 @@
 -SHA256 (xcircuit-3.7.48.tgz) = 4d6e7cb155f41d2643e9d1a07865de49aa31cbd238a951ac5d74e13e4c03457b
 -SIZE (xcircuit-3.7.48.tgz) = 1648993
 +SHA256 (xcircuit-3.7.49.tgz) = a37e6b3baa4fb13f12bb14b27856dd71eda7620f755bb5532f76e747f3b73738
 +SIZE (xcircuit-3.7.49.tgz) = 1649013
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
