From owner-svn-ports-all@FreeBSD.ORG Thu Sep 18 17:38:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B88F82B; Thu, 18 Sep 2014 17:38:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CFC6AA3; Thu, 18 Sep 2014 17:38:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IHc7W9062478; Thu, 18 Sep 2014 17:38:07 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IHc7bI062471; Thu, 18 Sep 2014 17:38:07 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201409181738.s8IHc7bI062471@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 18 Sep 2014 17:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368502 - head/devel/py-cclib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 17:38:08 -0000 Author: robak Date: Thu Sep 18 17:38:07 2014 New Revision: 368502 URL: http://svnweb.freebsd.org/changeset/ports/368502 QAT: https://qat.redports.org/buildarchive/r368502/ Log: devel/py-cclib: update 1.1 -> 1.2 - Changed upstream location to GitHub - Corrected LICENSE Approved by: mentors (implicit) Modified: head/devel/py-cclib/Makefile head/devel/py-cclib/distinfo head/devel/py-cclib/pkg-descr Modified: head/devel/py-cclib/Makefile ============================================================================== --- head/devel/py-cclib/Makefile Thu Sep 18 17:21:41 2014 (r368501) +++ head/devel/py-cclib/Makefile Thu Sep 18 17:38:07 2014 (r368502) @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= cclib -PORTVERSION= 1.1 -PORTREVISION= 3 +PORTVERSION= 1.2 CATEGORIES= devel python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +MASTER_SITES= GH MAINTAINER= robak@FreeBSD.org COMMENT= Parsers And Algorithms For Computational Chemistry -LICENSE= APACHE20 +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_GITHUB= yes +GH_ACCOUNT= cclib +GH_COMMIT= 4f5cee7 +GH_TAGNAME= ${GH_COMMIT} + +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-cclib/distinfo ============================================================================== --- head/devel/py-cclib/distinfo Thu Sep 18 17:21:41 2014 (r368501) +++ head/devel/py-cclib/distinfo Thu Sep 18 17:38:07 2014 (r368502) @@ -1,2 +1,2 @@ -SHA256 (cclib-1.1.tar.gz) = 867ed23506536dcf1be0ea91be4a4b37e8957cc8ea1433416dbed939bb9f94da -SIZE (cclib-1.1.tar.gz) = 6183161 +SHA256 (cclib-1.2.tar.gz) = e2fad728fd433b4314dcb9041119146fba331ccfb3669997084359a8186e0323 +SIZE (cclib-1.2.tar.gz) = 6867692 Modified: head/devel/py-cclib/pkg-descr ============================================================================== --- head/devel/py-cclib/pkg-descr Thu Sep 18 17:21:41 2014 (r368501) +++ head/devel/py-cclib/pkg-descr Thu Sep 18 17:38:07 2014 (r368502) @@ -3,4 +3,4 @@ interpreting the results of computationa version, cclib 0.9, parses output files from ADF, GAMESS (US), GAMESS-UK, Gaussian, Jaguar, Molpro, ORCA and PC GAMESS. -WWW: http://cclib.sourceforge.net/ +WWW: http://cclib.github.io