From owner-svn-ports-head@FreeBSD.ORG Thu Jun 6 10:59:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0F2A7B59; Thu, 6 Jun 2013 10:59:43 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DC33C1902; Thu, 6 Jun 2013 10:59:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AxgKE007727; Thu, 6 Jun 2013 10:59:42 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r56Axgsc007723; Thu, 6 Jun 2013 10:59:42 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306061059.r56Axgsc007723@svn.freebsd.org> From: William Grzybowski Date: Thu, 6 Jun 2013 10:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320081 - head/devel/py-sqlcc 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, 06 Jun 2013 10:59:43 -0000 Author: wg Date: Thu Jun 6 10:59:41 2013 New Revision: 320081 URL: http://svnweb.freebsd.org/changeset/ports/320081 Log: - Update to 0.3.1 - Trim Makefile header - Remove the leading article from COMMENT - Add LICENSE (BSD) - Change WWW line in pkg-descr - Take maintainership Approved by: culot / jpaetzel (mentors, implicit) Modified: head/devel/py-sqlcc/Makefile head/devel/py-sqlcc/distinfo head/devel/py-sqlcc/pkg-descr head/devel/py-sqlcc/pkg-plist (contents, props changed) Modified: head/devel/py-sqlcc/Makefile ============================================================================== --- head/devel/py-sqlcc/Makefile Thu Jun 6 10:59:35 2013 (r320080) +++ head/devel/py-sqlcc/Makefile Thu Jun 6 10:59:41 2013 (r320081) @@ -1,20 +1,18 @@ -# New ports collection makefile for: py-sqlcc -# Date created: 2007-03-27 -# Whom: Thinker K.F. Li -# +# Created by: Thinker K.F. Li # $FreeBSD$ -# PORTNAME= sqlcc -PORTVERSION= 0.2 +PORTVERSION= 0.3.1 CATEGORIES= devel databases python -MASTER_SITES= http://pypi.python.org/packages/source/s/sqlcc/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= A Python SQL Command Composer +MAINTAINER= wg@FreeBSD.org +COMMENT= Python SQL Command Composer -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pythk/__init__.py:${PORTSDIR}/devel/pythk +LICENSE= BSD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pythk>=0:${PORTSDIR}/devel/pythk USE_PYTHON= yes USE_PYDISTUTILS=yes Modified: head/devel/py-sqlcc/distinfo ============================================================================== --- head/devel/py-sqlcc/distinfo Thu Jun 6 10:59:35 2013 (r320080) +++ head/devel/py-sqlcc/distinfo Thu Jun 6 10:59:41 2013 (r320081) @@ -1,2 +1,2 @@ -SHA256 (sqlcc-0.2.tar.gz) = e320402b9b6e73129d133eeb1e1926f4c390a2ace0654dcae6eb48a98039f76e -SIZE (sqlcc-0.2.tar.gz) = 6289 +SHA256 (sqlcc-0.3.1.tar.gz) = 0b5c7c2777aad2d0357766f18fe377735ef53f0b8eae6137dae4e681ae2ce920 +SIZE (sqlcc-0.3.1.tar.gz) = 7363 Modified: head/devel/py-sqlcc/pkg-descr ============================================================================== --- head/devel/py-sqlcc/pkg-descr Thu Jun 6 10:59:35 2013 (r320080) +++ head/devel/py-sqlcc/pkg-descr Thu Jun 6 10:59:41 2013 (r320081) @@ -3,4 +3,4 @@ with Python's syntax, no more string com query with sqlcc. Even you can initial a database with schema defined with sqlcc. -WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc +WWW: https://bitbucket.org/thinker/sqlcc Modified: head/devel/py-sqlcc/pkg-plist ============================================================================== --- head/devel/py-sqlcc/pkg-plist Thu Jun 6 10:59:35 2013 (r320080) +++ head/devel/py-sqlcc/pkg-plist Thu Jun 6 10:59:41 2013 (r320081) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ %%PYTHON_SITELIBDIR%%/sqlcc/__init__.py %%PYTHON_SITELIBDIR%%/sqlcc/data_src.py %%PYTHON_SITELIBDIR%%/sqlcc/funcs.py