Date: Mon, 1 Mar 1999 20:59:36 -0800 (PST) From: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10347: Update: news/tin Message-ID: <199903020459.UAA43215@area51.fremont.ca.us>
next in thread | raw e-mail | index | archive | help
>Number: 10347 >Category: ports >Synopsis: Update: news/tin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 1 21:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Updated version of tin. The main MASTER_SITE is updated and the others probably will be soon. Passed portlint with one warning about the version number. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/news/tin/Makefile,v retrieving revision 1.65 diff -u -r1.65 Makefile --- Makefile 1999/02/11 11:13:47 1.65 +++ Makefile 1999/03/02 04:51:16 @@ -7,17 +7,17 @@ # $Id: Makefile,v 1.65 1999/02/11 11:13:47 ache Exp $ # -DISTNAME= tinpre-1.4-980818 +DISTNAME= tinpre-1.4-19990216 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://nuxi.ucdavis.edu/pub/tin/ \ ftp://ftp.nuxi.com/pub/tin/ EXTRACT_SUFX= .tgz -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib - MAINTAINER= ache@FreeBSD.org +LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib + WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes USE_GMAKE= yes @@ -58,7 +58,7 @@ post-install: cd ${WRKSRC}/doc; ${INSTALL_DATA} tin.defaults ${PREFIX}/etc/tin.defaults.dist if [ ! -f ${PREFIX}/etc/tin.defaults ] ; then \ - cp ${PREFIX}/etc/tin.defaults.dist ${PREFIX}/etc/tin.defaults; \ + ${CP} ${PREFIX}/etc/tin.defaults.dist ${PREFIX}/etc/tin.defaults; \ fi .include <bsd.port.mk> Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/news/tin/files/md5,v retrieving revision 1.49 diff -u -r1.49 md5 --- md5 1998/08/18 09:34:56 1.49 +++ md5 1999/03/02 04:44:37 @@ -1 +1 @@ -MD5 (tinpre-1.4-980818.tgz) = 93f20163834b3a15772b4f128441004f +MD5 (tinpre-1.4-19990216.tgz) = a30eb82cdc480041e84b43b626a083da >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?199903020459.UAA43215>