I've an update for devel/ccons port. Compatibility with llvm 3.2. Fix: Patch attached with submission follows:
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->lippe I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!