From owner-svn-ports-head@freebsd.org Sun Jan 3 17:50:44 2016 Return-Path: Delivered-To: svn-ports-head@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 E7786A60DEC; Sun, 3 Jan 2016 17:50:44 +0000 (UTC) (envelope-from sunpoet@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 B93361A76; Sun, 3 Jan 2016 17:50:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Hohdo085529; Sun, 3 Jan 2016 17:50:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HohL9085528; Sun, 3 Jan 2016 17:50:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HohL9085528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405177 - head/databases/pyspatialite 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.20 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: Sun, 03 Jan 2016 17:50:45 -0000 Author: sunpoet Date: Sun Jan 3 17:50:43 2016 New Revision: 405177 URL: https://svnweb.freebsd.org/changeset/ports/405177 Log: - Update MASTER_SITES and unbreak this port [1] - While I'm here, use DISTVERSIONSUFFIX instead of DISTNAME PR: 205762 Submitted by: rakuco Obtained from: antoine [1] Approved by: portmgr (blanket) With hat: python Modified: head/databases/pyspatialite/Makefile Modified: head/databases/pyspatialite/Makefile ============================================================================== --- head/databases/pyspatialite/Makefile Sun Jan 3 17:50:38 2016 (r405176) +++ head/databases/pyspatialite/Makefile Sun Jan 3 17:50:43 2016 (r405177) @@ -3,17 +3,15 @@ PORTNAME= pyspatialite PORTVERSION= 3.0.1 +DISTVERSIONSUFFIX= -alpha-0 PORTREVISION= 7 CATEGORIES= databases python -MASTER_SITES= CHEESESHOP +MASTER_SITES= CHEESESHOP/source/p/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha-0 MAINTAINER= coder@tuxfamily.org COMMENT= DB-API 2.0 interface for SQLite 3.x with Spatialite -BROKEN= unfetchable - LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE