From owner-freebsd-perl@FreeBSD.ORG Sun Mar 23 11:30:03 2008 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0C5F1065679 for ; Sun, 23 Mar 2008 11:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5237F8FC18 for ; Sun, 23 Mar 2008 11:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2NBU3Pe049741 for ; Sun, 23 Mar 2008 11:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2NBU3VE049732; Sun, 23 Mar 2008 11:30:03 GMT (envelope-from gnats) Date: Sun, 23 Mar 2008 11:30:03 GMT Message-Id: <200803231130.m2NBU3VE049732@freefall.freebsd.org> To: perl@FreeBSD.org From: "Rong-en Fan" Cc: Subject: Re: ports/121992: [PATCH] archivers/p5-Compress-LZW: CPAN Macro X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rong-en Fan 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 11:30:03 -0000 The following reply was made to PR ports/121992; it has been noted by GNATS. From: "Rong-en Fan" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/121992: [PATCH] archivers/p5-Compress-LZW: CPAN Macro Date: Sun, 23 Mar 2008 15:54:32 +0800 On Sun, Mar 23, 2008 at 1:17 PM, Philip M. Gollucci wrote: > --- 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