Bug 175504 - devel/ccons port update
Summary: devel/ccons port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Felippe de Meirelles Motta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-22 12:50 UTC by Danilo Egêa Gondolfo
Modified: 2013-02-07 19:31 UTC (History)
0 users

See Also:


Attachments
file.diff (693 bytes, patch)
2013-01-22 12:50 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-01-22 12:50:00 UTC
I've an update for devel/ccons port. Compatibility with llvm 3.2.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-22 12:50:08 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2013-01-23 18:24:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lippe

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-07 19:28:46 UTC
Author: lippe
Date: Thu Feb  7 19:28:33 2013
New Revision: 311882
URL: http://svnweb.freebsd.org/changeset/ports/311882

Log:
  - Update to r243
  
  PR:		ports/175504
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)

Modified:
  head/devel/ccons/Makefile
  head/devel/ccons/distinfo

Modified: head/devel/ccons/Makefile
==============================================================================
--- head/devel/ccons/Makefile	Thu Feb  7 19:23:40 2013	(r311881)
+++ head/devel/ccons/Makefile	Thu Feb  7 19:28:33 2013	(r311882)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ccons
-PORTVERSION=	r236
+PORTVERSION=	r243
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/devel/ccons/distinfo
==============================================================================
--- head/devel/ccons/distinfo	Thu Feb  7 19:23:40 2013	(r311881)
+++ head/devel/ccons/distinfo	Thu Feb  7 19:28:33 2013	(r311882)
@@ -1,2 +1,2 @@
-SHA256 (ccons-r236.tar.gz) = 115ab15a1fd04d35f285e7139094041d63b383a1813a0968affc4dc8e4105ffc
-SIZE (ccons-r236.tar.gz) = 26209
+SHA256 (ccons-r243.tar.gz) = 22edb1420578f0aba6adc5edb5d2add523b7b0fdb83c9ef10f1bb3d43b66aad8
+SIZE (ccons-r243.tar.gz) = 26270
_______________________________________________
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"
Comment 4 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2013-02-07 19:31:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!