Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2015 03:31:07 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385503 - head/comms/py-bulksms
Message-ID:  <201505060331.t463V7mI003326@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Wed May  6 03:31:07 2015
New Revision: 385503
URL: https://svnweb.freebsd.org/changeset/ports/385503

Log:
  - Fix unfetchable and unbreak
  
  PR:		199577
  Submitted by:	craig001@lerwick.hopto.org(maintainer)

Modified:
  head/comms/py-bulksms/Makefile

Modified: head/comms/py-bulksms/Makefile
==============================================================================
--- head/comms/py-bulksms/Makefile	Wed May  6 02:40:39 2015	(r385502)
+++ head/comms/py-bulksms/Makefile	Wed May  6 03:31:07 2015	(r385503)
@@ -4,13 +4,12 @@
 PORTNAME=	bulksms
 PORTVERSION=	0.1
 CATEGORIES=	comms python
-MASTER_SITES=	http://ngsoftwareltd.com/freebsd/distfiles/
+MASTER_SITES=	http://bsdtec.com/freebsd/distfiles/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	craig001@lerwick.hopto.org
 COMMENT=	Python client for the BulkSMS.co.uk HTTP API
 
-BROKEN=		Unfetchable
 USES=			python
 USE_PYTHON=		distutils
 PYDISTUTILS_PKGNAME=	BulkSMS



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