From nobody@FreeBSD.org  Mon Dec  1 19:11:16 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DAE581065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Dec 2008 19:11:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C48FD8FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Dec 2008 19:11:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mB1JBG5e094517
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 1 Dec 2008 19:11:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mB1JBG1i094516;
	Mon, 1 Dec 2008 19:11:16 GMT
	(envelope-from nobody)
Message-Id: <200812011911.mB1JBG1i094516@www.freebsd.org>
Date: Mon, 1 Dec 2008 19:11:16 GMT
From: Christoph Mallon <christoph.mallon@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] devel/libfirm 1.15.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129342
>Category:       ports
>Synopsis:       [maintainer update] devel/libfirm 1.15.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 01 19:20:00 UTC 2008
>Closed-Date:    Tue Dec 02 01:25:19 UTC 2008
>Last-Modified:  Tue Dec  2 01:30:01 UTC 2008
>Originator:     Christoph Mallon
>Release:        
>Organization:
>Environment:
>Description:
Please commit this update for the new version of libFIRM.

Changes:
* bufixes
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/libfirm/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	23 Nov 2008 22:56:50 -0000	1.1
+++ Makefile	1 Dec 2008 18:59:27 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	libfirm
-PORTVERSION=	1.14.0
+PORTVERSION=	1.15.0
 CATEGORIES=	devel lang
-MASTER_SITES=	http://www.info.uni-karlsruhe.de/software/libfirm/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	christoph.mallon@gmx.de
 COMMENT=	A graph-based SSA intermediate representation library for compilers
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/libfirm/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	23 Nov 2008 22:56:50 -0000	1.1
+++ distinfo	1 Dec 2008 18:59:27 -0000
@@ -1,3 +1,3 @@
-MD5 (libfirm-1.14.0.tar.bz2) = 5c2b952adc651fee7f09601dfa241402
-SHA256 (libfirm-1.14.0.tar.bz2) = c9d14c28213fb4d6bda5fec564771f25d22db40bb535826f0e0fef7bc7985520
-SIZE (libfirm-1.14.0.tar.bz2) = 1520407
+MD5 (libfirm-1.15.0.tar.bz2) = 3c78a2e750f86af7e9b1cb82fd69bec4
+SHA256 (libfirm-1.15.0.tar.bz2) = 4dda0810cd7d2534932a413c6af31890269ecad2a2b1a55f17e51c6709891a88
+SIZE (libfirm-1.15.0.tar.bz2) = 1527744
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/libfirm/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	23 Nov 2008 22:56:50 -0000	1.1
+++ pkg-descr	1 Dec 2008 18:59:27 -0000
@@ -1,7 +1,7 @@
 libFIRM provides a graph-based intermediate representation (IR), which operates
 exclusively in SSA-form, starting at IR construction until assembler code
-emission.  It offers many analyses and optimizations, provides extensive debug
-support and includes a backend framework.
+emission.  It offers many analyses and optimizations, provides extensive
+debugging support and includes a backend framework.
 
 * analyses: dominance, loop tree, execution frequency, control dependencies,
   call graph, rapid type, def-use, alias analysis, class hierarchy analysis
@@ -18,7 +18,7 @@
   * novel SSA based register allocator
   * several SSA copy coalescing and spilling algorithms
   * algorithms for instruction and basic block scheduling
-* working ia32 backend, unfinished backends for MIPS, ARM, PPC32
-* handwritten recursive descent C89/C99 frontend available (lang/cparser)
+* working ia32 backend, unfinished backends for ARM, MIPS, PPC32
+* handwritten recursive descent C90/C99 frontend available (lang/cparser)
 
 WWW: http://libfirm.org/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/libfirm/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	23 Nov 2008 22:56:50 -0000	1.1
+++ pkg-plist	1 Dec 2008 18:59:27 -0000
@@ -28,7 +28,6 @@
 include/libfirm/adt/util.h
 include/libfirm/adt/xmalloc.h
 include/libfirm/analyze_irg_args.h
-include/libfirm/archop.h
 include/libfirm/be.h
 include/libfirm/callgraph.h
 include/libfirm/cdep.h


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Mon Dec 1 20:20:22 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129342 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Tue Dec 2 01:25:18 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129342: commit references a PR
Date: Tue,  2 Dec 2008 01:21:41 +0000 (UTC)

 wxs         2008-12-02 01:21:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/libfirm        Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 1.15.0
   - Switch to MASTER_SITE_SOURCEFORGE
   - Minor cleanup to pkg-descr
   
   PR:             ports/129342
   Submitted by:   Christoph Mallon <christoph.mallon@gmx.de> (maintainer)
   
   Revision  Changes    Path
   1.2       +3 -2      ports/devel/libfirm/Makefile
   1.2       +3 -3      ports/devel/libfirm/distinfo
   1.2       +4 -4      ports/devel/libfirm/pkg-descr
   1.2       +0 -1      ports/devel/libfirm/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:
