From stephen@wilberforce.math.missouri.edu  Sun May 22 21:08:44 2011
Return-Path: <stephen@wilberforce.math.missouri.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E8405106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 May 2011 21:08:44 +0000 (UTC)
	(envelope-from stephen@wilberforce.math.missouri.edu)
Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213])
	by mx1.freebsd.org (Postfix) with ESMTP id B51A68FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 May 2011 21:08:44 +0000 (UTC)
Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1])
	by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4ML8hoh077550
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 May 2011 16:08:43 -0500 (CDT)
	(envelope-from stephen@wilberforce.math.missouri.edu)
Received: (from stephen@localhost)
	by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4ML8hU8077549;
	Sun, 22 May 2011 16:08:43 -0500 (CDT)
	(envelope-from stephen)
Message-Id: <201105222108.p4ML8hU8077549@wilberforce.math.missouri.edu>
Date: Sun, 22 May 2011 16:08:43 -0500 (CDT)
From: Stephen Montgomery-Smith <stephen@missouri.edu>
Reply-To: Stephen Montgomery-Smith <stephen@missouri.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Port upgrade math/GiNaC
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         157257
>Category:       ports
>Synopsis:       Port upgrade math/GiNaC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stephen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 22 21:10:09 UTC 2011
>Closed-Date:    Tue Jun 14 22:40:44 UTC 2011
>Last-Modified:  Tue Jun 14 22:50:05 UTC 2011
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed May 11 00:59:17 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
Port upgrade math/GiNaC
>How-To-Repeat:
	
>Fix:

	


diff -ur /usr/ports/math/GiNaC/Makefile GiNaC/Makefile
--- /usr/ports/math/GiNaC/Makefile	2011-03-04 14:07:14.000000000 +0000
+++ GiNaC/Makefile	2011-05-22 20:49:05.000000000 +0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	GiNaC
-PORTVERSION=	1.5.8
+PORTVERSION=	1.6.0
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
 		http://www.ginac.de/
diff -ur /usr/ports/math/GiNaC/distinfo GiNaC/distinfo
--- /usr/ports/math/GiNaC/distinfo	2011-03-04 14:07:14.000000000 +0000
+++ GiNaC/distinfo	2011-05-22 20:49:25.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (ginac-1.5.8.tar.bz2) = 8ce72e70f7539e9a2b32539e13eb651fd688d1423dd90bcf0b9c37b592cfc2dd
-SIZE (ginac-1.5.8.tar.bz2) = 1003965
+SHA256 (ginac-1.6.0.tar.bz2) = 6a482f15bfb89f1a350e06ac7d55f173976d873bcc4900bcb52a37627da066f8
+SIZE (ginac-1.6.0.tar.bz2) = 972922
diff -ur /usr/ports/math/GiNaC/pkg-plist GiNaC/pkg-plist
--- /usr/ports/math/GiNaC/pkg-plist	2011-03-04 14:07:14.000000000 +0000
+++ GiNaC/pkg-plist	2011-05-22 21:01:46.000000000 +0000
@@ -50,7 +50,6 @@
 lib/libginac.a
 lib/libginac.la
 lib/libginac.so
-lib/libginac-1.5.so
-lib/libginac-1.5.so.2
+lib/libginac.so.2
 libdata/pkgconfig/ginac.pc
 @dirrm include/ginac
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stephen 
Responsible-Changed-By: stephen 
Responsible-Changed-When: Tue Jun 14 16:42:29 UTC 2011 
Responsible-Changed-Why:  
The maintainer is now a committer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157257 
State-Changed-From-To: open->closed 
State-Changed-By: stephen 
State-Changed-When: Tue Jun 14 22:40:24 UTC 2011 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157257: commit references a PR
Date: Tue, 14 Jun 2011 22:40:24 +0000 (UTC)

 stephen     2011-06-14 22:40:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/GiNaC           Makefile distinfo pkg-plist 
   Log:
   - Update to version 1.6.0
   
   PR:             157257
   Submitted by:   stephen
   Approved by:    gabor (mentor)
   
   Revision  Changes    Path
   1.63      +2 -2      ports/math/GiNaC/Makefile
   1.39      +2 -2      ports/math/GiNaC/distinfo
   1.34      +1 -2      ports/math/GiNaC/pkg-plist
 _______________________________________________
 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:
