svn commit: r405177 - head/databases/pyspatialite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 17:50:45 UTC 2016


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 at tuxfamily.org
 COMMENT=	DB-API 2.0 interface for SQLite 3.x with Spatialite
 
-BROKEN=		unfetchable
-
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 


More information about the svn-ports-all mailing list