From owner-freebsd-perl@FreeBSD.ORG Sun Mar 23 07:54:34 2008 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18CFC1065670 for ; Sun, 23 Mar 2008 07:54:34 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.250]) by mx1.freebsd.org (Postfix) with ESMTP id BFED78FC15 for ; Sun, 23 Mar 2008 07:54:33 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by hs-out-0708.google.com with SMTP id m63so1775788hsc.11 for ; Sun, 23 Mar 2008 00:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0ohN9vdvicFpo+LDzlC87c6hSS2yrC4pjrHbekZc+5Y=; b=P11FNGVEKjuZHY5TBKrN2ExlPpMssCI4zS8BQyUkVjo8g026GwAdFXy1r/zcsLLub3w/5x4NVpG+VsSWW/1GydUqHm/hXByP4FTTNsWbSPx7MBMJPz66762XMtQogYV0kH1JKUXOORPMCZt4i1MlsfVHwyAxbxlqgHC7hWsyvIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F0dYln5WwA3olWhytpyZzjhKLkiGbBXYQYY1bP8oC1l1bbPDSiS1xxxA5ORjK/D4CKiFQ7GaTxovojmmTtnrCCAuYI2Bw9JFuIE0lT2mg9GBqdhT98NP8RlgKF/YFTs1ipkYwSKAxNhrkEBoCCY+ToHtpzun89H2bP25J2l1z3M= Received: by 10.151.149.14 with SMTP id b14mr2469598ybo.19.1206258872141; Sun, 23 Mar 2008 00:54:32 -0700 (PDT) Received: by 10.150.155.7 with HTTP; Sun, 23 Mar 2008 00:54:32 -0700 (PDT) Message-ID: <6eb82e0803230054p657679bdxbc7f483a3ad1df7d@mail.gmail.com> Date: Sun, 23 Mar 2008 15:54:32 +0800 From: "Rong-en Fan" To: "Philip M. Gollucci" In-Reply-To: <200803230517.m2N5Hw6v070612@piccollo.p6m7g8.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803230517.m2N5Hw6v070612@piccollo.p6m7g8.net> Cc: perl@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: [PATCH] archivers/p5-Compress-LZW: CPAN Macro X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 07:54:34 -0000 On Sun, Mar 23, 2008 at 1:17 PM, Philip M. Gollucci wrote: > > >Submitter-Id: current-users > >Originator: Philip M. Gollucci > >Organization: Riderway Inc. > >Confidential: no > >Synopsis: [PATCH] archivers/p5-Compress-LZW: CPAN Macro > >Severity: non-critical > >Priority: low > >Category: ports > >Class: change-request > >Release: FreeBSD 8.0-CURRENT i386 > >Environment: > System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Mar 2 09:48:59 EST > >Description: > > Port maintainer (perl@FreeBSD.org) is cc'd. > > Generated with FreeBSD Port Tools 0.77 > >How-To-Repeat: > >Fix: > > --- p5-Compress-LZW-0.01_1.patch begins here --- > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/archivers/p5-Compress-LZW/Makefile,v > retrieving revision 1.4 > diff -u -u -r1.4 Makefile > --- Makefile 8 Sep 2007 00:51:17 -0000 1.4 > +++ Makefile 22 Mar 2008 20:32:24 -0000 > @@ -9,7 +9,7 @@ > PORTVERSION= 0.01 > PORTREVISION= 1 > CATEGORIES= archivers perl5 > -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > +MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= Compress > PKGNAMEPREFIX= p5- First, when you using CPAN, it has SUBDIR set to the correct directory if you use module's name as PORTNAME. Second, I'm not sure if this is a good idea to that just switch to the macro without any version update. Usually, maintainers change to use macros in bsd.sites.mk when there is new version available. If perl@ thinks that we are going to use CPAN macro by default, then perhaps change all perl@ maintained ports at once will be better. Regards, Rong-En Fan > > --- p5-Compress-LZW-0.01_1.patch ends here --- > > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" >