From owner-svn-ports-all@freebsd.org Sun Aug 30 10:20:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A58F9C5D32 for ; Sun, 30 Aug 2015 10:20:00 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E90E41CD0 for ; Sun, 30 Aug 2015 10:19:59 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by obcbp4 with SMTP id bp4so1195214obc.2 for ; Sun, 30 Aug 2015 03:19:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=SkJVgaIqr+NHzDeSRfpzJKWpsqyZrCdmEqrmbcU+/mw=; b=K0c6qHs655dywR/eDJY+V/1aWmM1qPql5WTdGYF9rjaJaySm9B3qB9dN3y60791EMr r+CkcguLcFn3WOkk1gSar+2+mzh85TE23gLGOUBtY0RKaaAEqNjNztq3riMrNAahTX5H gboXOAdDkOfpt98ypb5/wkI17/BAS1Ol/rv/9iaEuQrjNJFIEyi0vzS6zIIupeYnPcZW wMHNNwM4h/G1dA8Rb2Gx9nrJyqBZ6stEEIwaSTMW/sN4l4Swt3J56EmXE/h170NEuT+6 fc5X7DMiOki8CLV7vUgmcfM40FRUTQwX+T3YVdSG+lf+LXyQnZ5XbrEXtLdrYkl2tM82 3ERg== X-Gm-Message-State: ALoCoQnrr+maCF4RFvIwAE8i2NPITmAXBc3C+X+KVMInk44M+2x4WTIHy853UM+JcSUrjVzwS/M3 X-Received: by 10.182.81.98 with SMTP id z2mr10484325obx.70.1440929993250; Sun, 30 Aug 2015 03:19:53 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.218.133 with HTTP; Sun, 30 Aug 2015 03:19:13 -0700 (PDT) In-Reply-To: References: <201508291004.t7TA4Bhc024526@repo.freebsd.org> <4C40EBBA-37E8-4F77-9AE6-05C27E7A59DE@adamw.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 18:19:13 +0800 X-Google-Sender-Auth: bscEZm5gAhe4Tl6f3PEK6Ie8SDE Message-ID: Subject: Re: svn commit: r395540 - head/mail/p5-Dancer-Plugin-Email To: Andrej Zverev Cc: Adam Weinberger , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:20:00 -0000 Hello, Adam has explained why I removed MASTER_SITE_SUBDIR. Though you could download new versions from by-module URL but portscout did not detect new versions which released by another author. According to my experience, I saw module released by another author month ago and it was not on portscout.FreeBSD.org. I think this bug(?) still exists. Regards, sunpoet On Sun, Aug 30, 2015 at 3:36 AM, Andrej Zverev wrote: > I saw previous thead about that. But as I know and especially for > portscout was created fallback mechanism which allow search by-module > name if by-author can't be found. If author is changed it will also > fallback to search by-module. > > Before this change: > => Attempting to fetch > > http://cpan.metacpan.org/authors/id/I/IR/IRONCAMEL/Dancer-Plugin-Email-1.0400.tar.gz > Dancer-Plugin-Email-1.0400.tar.gz > > 100% of 18 kB 399 kBps 00m00s > ===> Fetching all distfiles required by p5-Dancer-Plugin-Email-1.0400 > for building > > With this change: > => Attempting to fetch > > http://cpan.metacpan.org/modules/by-module/Dancer/Dancer-Plugin-Email-1.0400.tar.gz > Dancer-Plugin-Email-1.0400.tar.gz > > 100% of 18 kB 390 kBps 00m00s > > Maybe you know example for case when portscout can't find new version > and AUTHOR was changed for module? > I really can't understand these nop changes. > > On Sat, Aug 29, 2015 at 5:10 PM, Adam Weinberger wrote: > >> On 29 Aug, 2015, at 4:07, Andrej Zverev > wrote: > >> > >> Can you explain why? > > > > I did a couple of these a few months back as well. When Perl modules > haven't been added to CPAN/by-module/ yet, when updates are released by a > different person (fairly often these days, especially on popular modules), > portscout cannot find it. It appears that once a module arrives in > CPAN/by-module/, further updates will be available there too. > > > > Whenever possible, I'd prefer to see perl modules without > MASTER_SITE_SUBDIR. > > > > # Adam > > > > > > -- > > Adam Weinberger > > adamw@adamw.org > > http://www.adamw.org > > > > > >> On Sat, Aug 29, 2015 at 1:04 PM, Sunpoet Po-Chuan Hsieh > >> wrote: > >>> Author: sunpoet > >>> Date: Sat Aug 29 10:04:11 2015 > >>> New Revision: 395540 > >>> URL: https://svnweb.freebsd.org/changeset/ports/395540 > >>> > >>> Log: > >>> - Remove MASTER_SITE_SUBDIR > >>> > >>> Modified: > >>> head/mail/p5-Dancer-Plugin-Email/Makefile > >>> > >>> Modified: head/mail/p5-Dancer-Plugin-Email/Makefile > >>> > ============================================================================== > >>> --- head/mail/p5-Dancer-Plugin-Email/Makefile Sat Aug 29 10:02:33 > 2015 (r395539) > >>> +++ head/mail/p5-Dancer-Plugin-Email/Makefile Sat Aug 29 10:04:11 > 2015 (r395540) > >>> @@ -4,7 +4,6 @@ PORTNAME= Dancer-Plugin-Email > >>> PORTVERSION= 1.0400 > >>> CATEGORIES= mail perl5 > >>> MASTER_SITES= CPAN > >>> -MASTER_SITE_SUBDIR= CPAN:IRONCAMEL > >>> PKGNAMEPREFIX= p5- > >>> > >>> MAINTAINER= sunpoet@FreeBSD.org > >>> > >> > > >