svn commit: r383791 - head/comms/birda

John Marino marino at FreeBSD.org
Sat Apr 11 11:41:02 UTC 2015


Author: marino
Date: Sat Apr 11 11:41:01 2015
New Revision: 383791
URL: https://svnweb.freebsd.org/changeset/ports/383791

Log:
  comms/birda: Unbreak fetch by adjusting MASTER_SITES
  
  PR:		199270
  Submitted by:	maintainer (mjl - lucky.org.nz)

Modified:
  head/comms/birda/Makefile

Modified: head/comms/birda/Makefile
==============================================================================
--- head/comms/birda/Makefile	Sat Apr 11 11:39:35 2015	(r383790)
+++ head/comms/birda/Makefile	Sat Apr 11 11:41:01 2015	(r383791)
@@ -4,13 +4,11 @@
 PORTNAME=	birda
 PORTVERSION=	1.3
 CATEGORIES=	comms
-MASTER_SITES=	ftp://ftp.augustsson.net/pub/netbsd/ \
-		ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
+MASTER_SITES=	ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/
 
 MAINTAINER=	mjl at luckie.org.nz
 COMMENT=	Bohlin's IrDA utilities, ported from NetBSD's pkgsrc
 
-BROKEN=		Unfetchable
 USES=		uidfix
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list