Date: Wed, 16 Apr 2008 14:31:59 GMT From: andrew clarke <mail@ozzmosis.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122817: [patch] upgrade net/binkd 0.9.8 -> 0.9.9 Message-ID: <200804161431.m3GEVx8p000575@www.freebsd.org> Resent-Message-ID: <200804161440.m3GEe0HH081208@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122817 >Category: ports >Synopsis: [patch] upgrade net/binkd 0.9.8 -> 0.9.9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 16 14:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: andrew clarke >Release: FreeBSD 6.3-RELEASE-p1 >Organization: >Environment: FreeBSD blizzard.dancer 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Wed Feb 13 02:40:56 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please upgrade Binkd to 0.9.9. See attached patch. I'm not 100% sure if @${CP} -r is the correct thing to do. Thanks. >How-To-Repeat: Not needed. >Fix: Patch attached with submission follows: --- Makefile.orig 2005-11-16 07:14:58.000000000 +1100 +++ Makefile 2008-04-17 00:22:45.000000000 +1000 @@ -6,12 +6,12 @@ # PORTNAME= binkd -PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTVERSION= 0.9.9 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ \ ftp://ftp.rsu.ru/pub/FreeBSD/ports/distfiles/ -DISTNAME= binkd098 +DISTNAME= binkd099 MAINTAINER= fjoe@FreeBSD.org COMMENT= Fidonet TCP/IP mailer @@ -33,7 +33,7 @@ .endif pre-configure: - @${CP} ${WRKSRC}/mkfls/unix/* ${WRKSRC}/ + @${CP} -r ${WRKSRC}/mkfls/unix/* ${WRKSRC}/ @${CHMOD} a+x ${WRKSRC}/configure pre-install: --- distinfo.orig 2005-11-18 06:02:25.000000000 +1100 +++ distinfo 2008-04-17 00:18:15.000000000 +1000 @@ -1,3 +1,3 @@ -MD5 (binkd098.zip) = a4cbf78915faf9c0e05542fd401ae3bb -SHA256 (binkd098.zip) = 7f45267ecf30aaf7d81984953bb2b0c3cfb4c1b14986fb1d3cbd510d6bd26143 -SIZE (binkd098.zip) = 306884 +MD5 (binkd099.zip) = ff0722d0453c7b6f3870024f4c1c1f29 +SHA256 (binkd099.zip) = 9a6a615247f4b458b2605db555b9f4f318528a963c5bd7be5356cd39305538d9 +SIZE (binkd099.zip) = 369513 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804161431.m3GEVx8p000575>