From owner-freebsd-ports Sat Apr 24 13:10:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 647F614D68 for ; Sat, 24 Apr 1999 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98348; Sat, 24 Apr 1999 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 52F2814E4E for ; Sat, 24 Apr 1999 13:00:56 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id AAA07770; Sun, 25 Apr 1999 00:01:28 +0400 (MSD) Message-Id: <199904242001.AAA07770@netserv1.chg.ru> Date: Sun, 25 Apr 1999 00:01:28 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11309: Update misc/quotes to 1.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11309 >Category: ports >Synopsis: Update misc/quotes to 1.4.0 >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 Apr 24 13:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur quotes.old/Makefile quotes/Makefile --- quotes.old/Makefile Sat Apr 24 23:48:53 1999 +++ quotes/Makefile Sat Apr 24 23:55:28 1999 @@ -6,15 +6,15 @@ # $Id: Makefile,v 1.1.1.1 1999/02/22 01:34:12 billf Exp $ # -DISTNAME= quotes-1.3-0 -PKGNAME= quotes-1.3.0 +DISTNAME= quotes-1.4-0 +PKGNAME= quotes-1.4.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ \ - http://www.FreeBSD.org/~billf/distfiles/ +MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ +# http://www.FreeBSD.org/~billf/distfiles/ MAINTAINER= dima@Chg.RU -WRKSRC= ${WRKDIR}/Quotes-1.3-0 +WRKSRC= ${WRKDIR}/quotes-1.4-0 NO_BUILD= yes USE_PERL5= yes @@ -24,6 +24,9 @@ @ ${MV} ${WRKSRC}/quotes ${WRKSRC}/quotes.pre_sed @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotes.pre_sed \ > ${WRKSRC}/quotes + @ ${MV} ${WRKSRC}/quotesmailer ${WRKSRC}/quotesmailer.pre_sed + @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotesmailer.pre_sed \ + > ${WRKSRC}/quotesmailer @ ${MV} ${WRKSRC}/QuExample.pm ${WRKSRC}/QuExample.pm.pre_sed @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/QuExample.pm.pre_sed \ > ${WRKSRC}/QuExample.pm @@ -31,7 +34,8 @@ do-install: @ ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc + @ ${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc/quotesrc.sample .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/quotes @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/doc/quotes diff -Nur quotes.old/files/md5 quotes/files/md5 --- quotes.old/files/md5 Sat Apr 24 23:48:53 1999 +++ quotes/files/md5 Sat Apr 24 23:50:18 1999 @@ -1 +1 @@ -MD5 (quotes-1.3-0.tar.gz) = 2a817d162f40ee5c74cd82c720920de5 +MD5 (quotes-1.4-0.tar.gz) = d4cd38e3393d3b041deea7a292b3d182 diff -Nur quotes.old/pkg/PLIST quotes/pkg/PLIST --- quotes.old/pkg/PLIST Sat Apr 24 23:48:53 1999 +++ quotes/pkg/PLIST Sat Apr 24 23:54:15 1999 @@ -1,5 +1,6 @@ bin/quotes -etc/sample.quotesrc +bin/quotesmailer +etc/quotesrc.sample share/doc/quotes/quotes.txt share/doc/quotes/QuExample.pm @dirrm share/doc/quotes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message