Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2006 23:46:46 +0200
From:      "Martin Wilke" <freebsd@unixfreunde.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/97755: [patch]misc/quotes
Message-ID:  <1148420806.69528@mwilke.ath.cx>
Resent-Message-ID: <200605232150.k4NLoPa1083895@freefall.freebsd.org>

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

>Number:         97755
>Category:       ports
>Synopsis:       [patch]misc/quotes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 23 21:50:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #142: Thu May 18 07:57:01 CEST 2006
    splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX



>Description:


- change mirror


Fix: http://people.freebsd.org/%7Efenner/portsurvey/misc.html#quotes


>How-To-Repeat:





>Fix:


--- quotes.diff begins here ---
diff -ruN /usr/ports/misc/quotes/Makefile ports/misc/quotes/Makefile
--- /usr/ports/misc/quotes/Makefile	Tue Mar 21 11:15:16 2006
+++ ports/misc/quotes/Makefile	Tue May 23 17:09:55 2006
@@ -8,8 +8,7 @@
 PORTNAME=	quotes
 PORTVERSION=	1.7.2
 CATEGORIES=	misc
-MASTER_SITES=	ftp://ftp.externet.hu/.lib/disk6/linuxberg/files/console/office/ \
-		ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/
+MASTER_SITES=	http://freebsd.unixfreunde.de/sources/
 DISTNAME=	${PORTNAME}-1.7-2
 
 MAINTAINER=	ports@FreeBSD.org
@@ -20,8 +19,8 @@
 
 post-patch:
 	@ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/quotes
-	@ ${PERL} -pi -e "s:/usr/local/lib/Quotes:${PREFIX}/etc:g" ${WRKSRC}/quotes
-	@ ${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/quotes
+	@ ${PERL} -pi -e "s:${LOCALBASE}/lib/Quotes:${PREFIX}/etc:g" ${WRKSRC}/quotes
+	@ ${PERL} -pi -e "s:${LOCALBASE}:${PREFIX}:g" ${WRKSRC}/quotes
 	@ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/quotesmailer
 	@ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/QuExample.pm
 
--- quotes.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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