Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 1999 00:01:28 +0400 (MSD)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11309: Update misc/quotes to 1.4.0
Message-ID:  <199904242001.AAA07770@netserv1.chg.ru>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904242001.AAA07770>