Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 17:50:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405177 - head/databases/pyspatialite
Message-ID:  <201601031750.u03HohL9085528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031750.u03HohL9085528>