From sgk@outpost.globcon.net  Thu Oct  3 14:03:24 2002
Return-Path: <sgk@outpost.globcon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0316337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Oct 2002 14:03:24 -0700 (PDT)
Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161])
	by mx1.FreeBSD.org (Postfix) with SMTP id B879943E42
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Oct 2002 14:03:22 -0700 (PDT)
	(envelope-from sgk@outpost.globcon.net)
Received: (qmail 97551 invoked by uid 911); 3 Oct 2002 21:03:24 -0000
Message-Id: <20021003210324.97550.qmail@outpost.globcon.net>
Date: 3 Oct 2002 21:03:24 -0000
From: Sergei Kolobov <sergei@kolobov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Update comms/tits: MASTER_SITE changed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43639
>Category:       ports
>Synopsis:       [PATCH] Update comms/tits: MASTER_SITE changed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 03 14:10:01 PDT 2002
>Closed-Date:    Thu Oct 24 19:25:38 PDT 2002
>Last-Modified:  Thu Oct 24 19:25:38 PDT 2002
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
- Update MASTER_SITE
- USE_REINPLACE
>How-To-Repeat:
>Fix:

--- tits.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/tits/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/04/18 15:32:59	1.1
+++ Makefile	2002/10/03 21:01:01
@@ -8,20 +8,18 @@
 PORTNAME=       tits
 PORTVERSION=	1.0.2
 CATEGORIES=	comms
-MASTER_SITES=   http://www.wee-eck.demon.co.uk/tits/
+MASTER_SITES=   http://www.mctavish.co.uk/tits/
 
 MAINTAINER=	ports@FreeBSD.org
 
-BINDIR=		${PREFIX}/sbin
-MANDIR=		${PREFIX}/man/man
-MAKE_ENV=	BINDIR=${BINDIR} MANDIR=${MANDIR}
+USE_REINPLACE=	yes
+MAKE_ENV=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
 
 MAN8=		tits.8
 MANCOMPRESSED=	yes
 
 post-patch:
-	${MV} ${WRKSRC}/tits.8 ${WRKSRC}/tits.8.in
-	${SED} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8.in > ${WRKSRC}/tits.8
+	${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/etc/tits.conf.default
--- tits.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu Oct 24 19:25:27 PDT 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43639 
>Unformatted:
