From 7f9038add53695cd74369074deafd3f09d67d49c Mon Sep 17 00:00:00 2001
From: edwin <edwin@FreeBSD.org>
Date: Wed, 23 Nov 2005 23:57:18 +0000
Subject: [patch] comms/birda unexpire

	PR 88049 marked comms/birda as deprecated because the old
	distfile is no longer available on NetBSD's ftp server.
	This is because they now ship birda-1.1

	This patch updates the port to 1.1, unbreaking birda.  I
	use this port routinely and would hate to see it gone.

	I would be happy to be maintainer of birda if current
	maintainer has no interest maintaining it.

PR:		ports/88968
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>

---------------------------------------------------------------------- CVS:
Enter Log.  Lines beginning with `CVS:' are removed automatically
distinfo CVS: Added Files: CVS:    files/patch-lib-Makefile CVS:
Removed Files: CVS:    files/patch-iassrv.c CVS:
----------------------------------------------------------------------
---
 comms/birda/Makefile | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

(limited to 'comms/birda/Makefile')

diff --git a/comms/birda/Makefile b/comms/birda/Makefile
index 7ac9727a92df..c2d04ddeac93 100644
--- a/comms/birda/Makefile
+++ b/comms/birda/Makefile
@@ -6,17 +6,14 @@
 #
 
 PORTNAME=	birda
-PORTVERSION=	1.00
-PORTREVISION=	2
+PORTVERSION=	1.3
 CATEGORIES=	comms
-MASTER_SITES=	ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
+MASTER_SITES=	ftp://ftp.augustsson.net/pub/netbsd/ \
+		ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	mjl@luckie.org.nz
 COMMENT=	Bohlin's IrDA utilities, ported from NetBSD's pkgsrc
 
-DEPRECATED=	"mastersite disappeared, no longer maintained by author"
-EXPIRATION_DATE=	2005-12-31
-
 MAN1=		ircomm.1 irobex.1 irs.1 \
 		mkobexcard.1 mkobexdate.1 mkobexmemo.1 mkobexpdb.1 \
 		mkobextel.1 mkobextodo.1
-- 
cgit