From owner-svn-ports-all@freebsd.org Sun Jun 19 12:20:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB725A785C3; Sun, 19 Jun 2016 12:20:10 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 94BFE2508; Sun, 19 Jun 2016 12:20:10 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5JCK9Dp069362; Sun, 19 Jun 2016 12:20:09 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5JCK9PH069359; Sun, 19 Jun 2016 12:20:09 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201606191220.u5JCK9PH069359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 19 Jun 2016 12:20:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417115 - head/databases/py-apsw 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.22 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, 19 Jun 2016 12:20:11 -0000 Author: rm Date: Sun Jun 19 12:20:09 2016 New Revision: 417115 URL: https://svnweb.freebsd.org/changeset/ports/417115 Log: databases/py-apsw: update to 3.13.0-r1 * Update PORTVERSION, adjust distinfo * Add LICENSE_FILE entry * Fix WWW in pkg-descr * Add UPDATING entry, per potential backwards incompatibility listed for 3.12.2-r1 we're jumping over. While I'm here, remove unneded PYDISTUTILS_EGGINFO knob. PR: 210376 Submitted by: Vladimir Krstulja Modified: head/databases/py-apsw/Makefile head/databases/py-apsw/distinfo head/databases/py-apsw/pkg-descr Modified: head/databases/py-apsw/Makefile ============================================================================== --- head/databases/py-apsw/Makefile Sun Jun 19 12:16:02 2016 (r417114) +++ head/databases/py-apsw/Makefile Sun Jun 19 12:20:09 2016 (r417115) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apsw -PORTVERSION= 3.11.1 +PORTVERSION= 3.13.0 DISTVERSIONSUFFIX= -r1 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Another Python SQLite Wrapper LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= rogerbinns USES= localbase python sqlite:3 USE_PYTHON= distutils autoplist -PYDISTUTILS_EGGINFO= apsw-${PORTVERSION|.post1-py${PYTHON_VER}.egg-info post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/apsw.so Modified: head/databases/py-apsw/distinfo ============================================================================== --- head/databases/py-apsw/distinfo Sun Jun 19 12:16:02 2016 (r417114) +++ head/databases/py-apsw/distinfo Sun Jun 19 12:20:09 2016 (r417115) @@ -1,2 +1,3 @@ -SHA256 (rogerbinns-apsw-3.11.1-r1_GH0.tar.gz) = 503b4975c00a66e6f5aa5f4593a4141ef8f71c11928bc3e7d6a356e5476878e2 -SIZE (rogerbinns-apsw-3.11.1-r1_GH0.tar.gz) = 309872 +TIMESTAMP = 1466256224 +SHA256 (rogerbinns-apsw-3.13.0-r1_GH0.tar.gz) = de096149be32716e9c5dda2d1f20d59bb0609504c66c68e0ea9a3bf9953085f0 +SIZE (rogerbinns-apsw-3.13.0-r1_GH0.tar.gz) = 311159 Modified: head/databases/py-apsw/pkg-descr ============================================================================== --- head/databases/py-apsw/pkg-descr Sun Jun 19 12:16:02 2016 (r417114) +++ head/databases/py-apsw/pkg-descr Sun Jun 19 12:20:09 2016 (r417115) @@ -5,4 +5,4 @@ the complete SQLite API into Python. The on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. -WWW: https://rogerhibns.github.io/apsw/ +WWW: https://rogerbinns.github.io/apsw/