svn commit: r383496 - head/ports-mgmt/portell

Michael Landin Hostbaek mich at FreeBSD.org
Tue Apr 7 10:57:23 UTC 2015


Author: mich
Date: Tue Apr  7 10:57:22 2015
New Revision: 383496
URL: https://svnweb.freebsd.org/changeset/ports/383496

Log:
  - fix unfetchable port (MASTER_SITES)

Modified:
  head/ports-mgmt/portell/Makefile

Modified: head/ports-mgmt/portell/Makefile
==============================================================================
--- head/ports-mgmt/portell/Makefile	Tue Apr  7 10:46:30 2015	(r383495)
+++ head/ports-mgmt/portell/Makefile	Tue Apr  7 10:57:22 2015	(r383496)
@@ -5,7 +5,7 @@ PORTNAME=	portell
 PORTVERSION=	0.2
 PORTREVISION=	1
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
+MASTER_SITES=	http://www.freebsdcluster.org/~mich/software/
 
 MAINTAINER=	mich at FreeBSD.org
 COMMENT=	Quick display of FreeBSD port descriptions
@@ -16,8 +16,6 @@ NO_BUILD=	yes
 PLIST_FILES=	bin/portell
 PORTDOCS=	README.txt
 
-BROKEN=	does not fetch, https://lists.freebsd.org/pipermail/freebsd-ports/2015-March/098494.html
-
 post-extract:
 	${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/portell.py
 	${REINPLACE_CMD} -e 's/free/freebsd/' ${WRKSRC}/portell.py


More information about the svn-ports-all mailing list