svn commit: r385503 - head/comms/py-bulksms

Wen Heping wen at FreeBSD.org
Wed May 6 03:31:08 UTC 2015


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 at 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 at lerwick.hopto.org
 COMMENT=	Python client for the BulkSMS.co.uk HTTP API
 
-BROKEN=		Unfetchable
 USES=			python
 USE_PYTHON=		distutils
 PYDISTUTILS_PKGNAME=	BulkSMS


More information about the svn-ports-head mailing list