diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-24 07:57:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-24 07:57:18 +0800 |
commit | 7f9038add53695cd74369074deafd3f09d67d49c (patch) | |
tree | 5751a674886ce0b8d8bb2180d1772d895ae45764 /comms/birda/Makefile | |
parent | b049c405aa5da554b0bbe09e1133f496eebdf941 (diff) | |
download | freebsd-ports-gnome-7f9038add53695cd74369074deafd3f09d67d49c.tar.gz freebsd-ports-gnome-7f9038add53695cd74369074deafd3f09d67d49c.tar.zst freebsd-ports-gnome-7f9038add53695cd74369074deafd3f09d67d49c.zip |
[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:
----------------------------------------------------------------------
Diffstat (limited to 'comms/birda/Makefile')
-rw-r--r-- | comms/birda/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
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 |