From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 23:14:27 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 B72E127F; Sun, 1 Jun 2014 23:14:27 +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 B5EF22C27; Sun, 1 Jun 2014 23:04:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51N4qdg032247; Sun, 1 Jun 2014 23:04:52 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51N4qal032241; Sun, 1 Jun 2014 23:04:52 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201406012304.s51N4qal032241@svn.freebsd.org> From: William Grzybowski Date: Sun, 1 Jun 2014 23:04:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356188 - head/databases/py-sqlobject 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 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: Sun, 01 Jun 2014 23:14:27 -0000 Author: wg Date: Sun Jun 1 23:04:51 2014 New Revision: 356188 URL: http://svnweb.freebsd.org/changeset/ports/356188 QAT: https://qat.redports.org/buildarchive/r356188/ Log: databases/py-sqlobject: update to 1.6.0 and add license PR: ports/190421 Submitted by: Bartek Rutkowski Modified: head/databases/py-sqlobject/Makefile head/databases/py-sqlobject/distinfo head/databases/py-sqlobject/pkg-descr Modified: head/databases/py-sqlobject/Makefile ============================================================================== --- head/databases/py-sqlobject/Makefile Sun Jun 1 23:03:29 2014 (r356187) +++ head/databases/py-sqlobject/Makefile Sun Jun 1 23:04:51 2014 (r356188) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlobject -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ DISTNAME= SQLObject-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Python object for manipulation with SQL table row +LICENSE= LGPL21 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.2:${PORTSDIR}/www/py-formencode RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/databases/py-sqlobject/distinfo ============================================================================== --- head/databases/py-sqlobject/distinfo Sun Jun 1 23:03:29 2014 (r356187) +++ head/databases/py-sqlobject/distinfo Sun Jun 1 23:04:51 2014 (r356188) @@ -1,2 +1,2 @@ -SHA256 (SQLObject-1.5.2.tar.gz) = 98af5e0ce6d8fbc92c9f8ce4d166410992c491f80ab926a42312b98cd9810832 -SIZE (SQLObject-1.5.2.tar.gz) = 276715 +SHA256 (SQLObject-1.6.0.tar.gz) = 7299dc568d074ea8cb418bf3ad64a5ed380ae6c18be381519ead6c6a2e578b95 +SIZE (SQLObject-1.6.0.tar.gz) = 276441 Modified: head/databases/py-sqlobject/pkg-descr ============================================================================== --- head/databases/py-sqlobject/pkg-descr Sun Jun 1 23:03:29 2014 (r356187) +++ head/databases/py-sqlobject/pkg-descr Sun Jun 1 23:04:51 2014 (r356188) @@ -2,4 +2,4 @@ SQLObject is an object-relational mapper It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. -WWW: http://www.sqlobject.org/ +WWW: http://www.sqlobject.org