From owner-svn-ports-head@FreeBSD.ORG Thu Oct 25 20:53:56 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72E52DCD; Thu, 25 Oct 2012 20:53:56 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC4B8FC08; Thu, 25 Oct 2012 20:53:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9PKruow043497; Thu, 25 Oct 2012 20:53:56 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9PKruaf043494; Thu, 25 Oct 2012 20:53:56 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201210252053.q9PKruaf043494@svn.freebsd.org> From: Chris Rees Date: Thu, 25 Oct 2012 20:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306395 - head/devel/rclint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 20:53:56 -0000 Author: crees Date: Thu Oct 25 20:53:55 2012 New Revision: 306395 URL: http://svn.freebsd.org/changeset/ports/306395 Log: Update to 0.0.1 with Python 3.0 support Thanks to: eadler Feature safe: yes Modified: head/devel/rclint/Makefile head/devel/rclint/distinfo Modified: head/devel/rclint/Makefile ============================================================================== --- head/devel/rclint/Makefile Thu Oct 25 20:47:23 2012 (r306394) +++ head/devel/rclint/Makefile Thu Oct 25 20:53:55 2012 (r306395) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rclint -PORTVERSION= 0.0.0 +PORTVERSION= 0.0.1 CATEGORIES= devel textproc python MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \ LOCAL/crees/ Modified: head/devel/rclint/distinfo ============================================================================== --- head/devel/rclint/distinfo Thu Oct 25 20:47:23 2012 (r306394) +++ head/devel/rclint/distinfo Thu Oct 25 20:53:55 2012 (r306395) @@ -1,2 +1,2 @@ -SHA256 (rclint-0.0.0.tar.gz) = 3b542867c85d5b9e461cb75ff7ff85ce8a087f63138ff996b7f7e9f8a7a69c13 -SIZE (rclint-0.0.0.tar.gz) = 5190 +SHA256 (rclint-0.0.1.tar.gz) = 3baa7fb370403cc74ee250aad0ef18227fe8585b149a6e711a9fdf92f6957202 +SIZE (rclint-0.0.1.tar.gz) = 6353