From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 5 08:10:09 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F3A516A400; Fri, 5 May 2006 08:10:09 +0000 (UTC) (envelope-from jbq@anyware-tech.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD04B43D46; Fri, 5 May 2006 08:10:08 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id 076A66369; Fri, 5 May 2006 10:10:08 +0200 (CEST) Received: by vision.anyware (Postfix, from userid 1021) id AA6996220; Fri, 5 May 2006 10:10:08 +0200 (CEST) Date: Fri, 5 May 2006 10:10:08 +0200 From: Jean-Baptiste Quenot To: Marcus Alves Grando Message-ID: <20060505081007.GB29997@vision.anyware> References: <200605041833.k44IXws2081419@freefall.freebsd.org> <20060505080858.GA29997@vision.anyware> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline In-Reply-To: <20060505080858.GA29997@vision.anyware> User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/96099: New port: devel/viewvc based on devel/viewcvs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 08:10:09 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline See patch attached. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-viewvc diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/devel/viewvc/Makefile ./Makefile --- /usr/ports/devel/viewvc/Makefile Fri May 5 00:02:02 2006 +++ ./Makefile Fri May 5 10:04:13 2006 @@ -23,8 +23,6 @@ SUB_FILES= pkg-message SUB_LIST= INSTDIR="${PREFIX}/${INSTDIR}" -PKGMESSAGE= ${WRKDIR}/pkg-message - INSTDIR?= ${PORTNAME} PLIST_SUB= INSTDIR=${INSTDIR} diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/devel/viewvc/files/pkg-message.in ./files/pkg-message.in --- /usr/ports/devel/viewvc/files/pkg-message.in Thu May 4 20:30:10 2006 +++ ./files/pkg-message.in Fri May 5 10:09:12 2006 @@ -11,6 +11,6 @@ $ cd %%INSTDIR%% $ cp viewvc.conf.dist viewvc.conf $ cp cvsgraph.conf.dist cvsgraph.conf -It's up to yo to check the ".dist" files after upgrades. +It's up to you to check the ".dist" files after upgrades. ***************************************************************** --fdj2RfSjLxBAspz7--