Date: Mon, 14 Nov 2005 15:54:03 +1300 From: Matthew Luckie <mjl@luckie.org.nz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88968: [patch] comms/birda unexpire Message-ID: <E1EbUTr-0000PO-1B@rayon.plunket.luckie.org.nz> Resent-Message-ID: <200511140300.jAE30Vrh096909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88968 >Category: ports >Synopsis: [patch] comms/birda unexpire >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 14 03:00:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthew Luckie >Release: FreeBSD 6.0-RELEASE i386 >Organization: University of Waikato >Environment: System: FreeBSD rayon.plunket.luckie.org.nz 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sat Nov 5 08:19:29 NZDT 2005 root@rayon.plunket.luckie.org.nz:/usr/obj/usr/src/sys/rayon i386 >Description: 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. >How-To-Repeat: N/A >Fix: diff -uNr birda.orig/Makefile birda/Makefile --- birda.orig/Makefile Fri Nov 4 17:07:14 2005 +++ birda/Makefile Mon Nov 14 15:42:43 2005 @@ -6,16 +6,13 @@ # PORTNAME= birda -PORTVERSION= 1.00 -PORTREVISION= 2 +PORTVERSION= 1.1 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= allbery@ece.cmu.edu 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 \ diff -uNr birda.orig/distinfo birda/distinfo --- birda.orig/distinfo Fri Mar 19 06:59:56 2004 +++ birda/distinfo Mon Nov 14 15:43:45 2005 @@ -1,2 +1,3 @@ -MD5 (birda-1.00.tar.gz) = 0f847c3bbeadb388bdb9bc438d2dcc6b -SIZE (birda-1.00.tar.gz) = 56074 +MD5 (birda-1.1.tar.gz) = 12ba41991514f0f8410d510764818c9a +SHA256 (birda-1.1.tar.gz) = 52f9a8f4a48fe7f72e3a33a7d737e2a0af4712e49f0d715f455 a0a8ad6cf87c5 +SIZE (birda-1.1.tar.gz) = 56077 diff -uNr birda.orig/files/patch-lib-Makefile birda/files/patch-lib-Makefile --- birda.orig/files/patch-lib-Makefile Thu Jan 1 12:00:00 1970 +++ birda/files/patch-lib-Makefile Mon Nov 14 10:47:33 2005 @@ -0,0 +1,9 @@ +--- lib/Makefile.orig Mon Nov 14 10:43:07 2005 ++++ lib/Makefile Mon Nov 14 10:42:14 2005 +@@ -9,4 +9,6 @@ + NOPIC= yes + MKLINKLIB= no + ++install: ++ + .include <bsd.lib.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EbUTr-0000PO-1B>