svn commit: r414252 - head/net/mopd

Cy Schubert cy at FreeBSD.org
Fri Apr 29 04:20:44 UTC 2016


Author: cy
Date: Fri Apr 29 04:20:43 2016
New Revision: 414252
URL: https://svnweb.freebsd.org/changeset/ports/414252

Log:
  Make fetchable again.

Modified:
  head/net/mopd/Makefile

Modified: head/net/mopd/Makefile
==============================================================================
--- head/net/mopd/Makefile	Fri Apr 29 04:19:12 2016	(r414251)
+++ head/net/mopd/Makefile	Fri Apr 29 04:20:43 2016	(r414252)
@@ -5,14 +5,12 @@ PORTNAME=	mopd
 PORTVERSION=	2.5.3
 PORTREVISION=	1
 CATEGORIES=	net
-MASTER_SITES=	LOCAL/obrien
+MASTER_SITES=	LOCAL/cy
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	MOP Loader Daemon for netbooting DEC machines
 
-BROKEN=		unfetchable
-
 USES=		uidfix
 MAKE_ENV=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man NO_MANCOMPRESS=true
 


More information about the svn-ports-all mailing list