Date: Sat, 20 Mar 1999 11:15:16 +0300 (MSK) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10685: Update port: net/binkd Message-ID: <199903200815.LAA16447@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 10685 >Category: ports >Synopsis: Update port: net/binkd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 20 00:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update net/binkd port. Thanks to Michael Vidiasson <master@iaas.msu.ru> for remind. diff -Nru binkd/Makefile binkd-0.9.2/Makefile --- binkd/Makefile Wed Feb 3 14:37:49 1999 +++ binkd-0.9.2/Makefile Sat Mar 20 11:09:40 1999 @@ -10,7 +10,8 @@ PKGNAME= binkd-0.9.2 CATEGORIES= net MASTER_SITES= ftp://ftp.sut.ru/pub/FidoNet/BinkD/092/ \ - ftp://ftp.aanet.ru/pub/Linux/system/Fido/ + ftp://ftp.aanet.ru/pub/Linux/system/Fido/ \ + http://www.corbina.net/~maloff/binkd/ EXTRACT_SUFX= .zip MAINTAINER= andy@icc.surw.chel.su @@ -32,6 +33,8 @@ @ ${INSTALL_PROGRAM} ${WRKSRC}/binkd ${PREFIX}/sbin @ ${INSTALL_MAN} ${WRKSRC}/binkd.8 ${PREFIX}/man/man8 @ ${INSTALL_DATA} ${WRKSRC}/binkd.cfg ${PREFIX}/etc/binkd.cfg.sample + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/binkd @ ${INSTALL_DATA} ${WRKSRC}/!README ${PREFIX}/share/doc/binkd/README diff -Nru binkd/pkg/DESCR binkd-0.9.2/pkg/DESCR --- binkd/pkg/DESCR Thu Dec 24 09:55:54 1998 +++ binkd-0.9.2/pkg/DESCR Sat Mar 20 11:10:18 1999 @@ -3,4 +3,4 @@ utilization of TCP/IP protocol suite as a transport layer in FTN-based (Fido Technology Network) networks. -http://www.magadan.su/~maloff/binkd +http://www.corbina.net/~maloff/binkd >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903200815.LAA16447>