From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 09:00:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27992D27 for ; Fri, 4 Jan 2013 09:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2A0718 for ; Fri, 4 Jan 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r04900WN017600 for ; Fri, 4 Jan 2013 09:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r04900jg017595; Fri, 4 Jan 2013 09:00:00 GMT (envelope-from gnats) Date: Fri, 4 Jan 2013 09:00:00 GMT Message-Id: <201301040900.r04900jg017595@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174805: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 09:00:01 -0000 The following reply was made to PR ports/174805; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174805: commit references a PR Date: Fri, 4 Jan 2013 08:52:34 +0000 (UTC) Author: jadawin Date: Fri Jan 4 08:52:26 2013 New Revision: 309921 URL: http://svnweb.freebsd.org/changeset/ports/309921 Log: - Update to 0.29 PR: ports/174805 Submitted by: Po-Chien Lin Modified: head/devel/p5-Path-Class/Makefile (contents, props changed) head/devel/p5-Path-Class/distinfo (contents, props changed) head/devel/p5-Path-Class/pkg-descr (contents, props changed) head/devel/p5-Path-Class/pkg-plist (contents, props changed) Modified: head/devel/p5-Path-Class/Makefile ============================================================================== --- head/devel/p5-Path-Class/Makefile Fri Jan 4 08:49:47 2013 (r309920) +++ head/devel/p5-Path-Class/Makefile Fri Jan 4 08:52:26 2013 (r309921) @@ -1,12 +1,8 @@ -# New ports collection makefile for: Path::Class -# Date created: 2004-07-25 -# Whom: Elvis Chiang -# +# Created by: Elvis Chiang # $FreeBSD$ -# PORTNAME= Path-Class -PORTVERSION= 0.26 +PORTVERSION= 0.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KWILLIAMS @@ -32,8 +28,8 @@ PORTDOCS= Changes README post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ + ${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/devel/p5-Path-Class/distinfo ============================================================================== --- head/devel/p5-Path-Class/distinfo Fri Jan 4 08:49:47 2013 (r309920) +++ head/devel/p5-Path-Class/distinfo Fri Jan 4 08:52:26 2013 (r309921) @@ -1,2 +1,2 @@ -SHA256 (Path-Class-0.26.tar.gz) = 681a89f6d65ec21448e1aa9e16d42bda196045d17e4bc73752d5a71e40973272 -SIZE (Path-Class-0.26.tar.gz) = 29917 +SHA256 (Path-Class-0.29.tar.gz) = 9f4c88d2550fe959c46a3577db577f58926c9d5df0f69971aa61312c22db7cfc +SIZE (Path-Class-0.29.tar.gz) = 31363 Modified: head/devel/p5-Path-Class/pkg-descr ============================================================================== --- head/devel/p5-Path-Class/pkg-descr Fri Jan 4 08:49:47 2013 (r309920) +++ head/devel/p5-Path-Class/pkg-descr Fri Jan 4 08:52:26 2013 (r309921) @@ -1,4 +1,3 @@ Path::Class - Cross-platform path specification manipulation -Author: Ken Williams -WWW: http://search.cpan.org/dist/Path-Class/ +WWW: http://search.cpan.org/dist/Path-Class/ Modified: head/devel/p5-Path-Class/pkg-plist ============================================================================== --- head/devel/p5-Path-Class/pkg-plist Fri Jan 4 08:49:47 2013 (r309920) +++ head/devel/p5-Path-Class/pkg-plist Fri Jan 4 08:52:26 2013 (r309921) @@ -1,6 +1,6 @@ %%SITE_PERL%%/Path/Class.pm -%%SITE_PERL%%/Path/Class/Entity.pm %%SITE_PERL%%/Path/Class/Dir.pm +%%SITE_PERL%%/Path/Class/Entity.pm %%SITE_PERL%%/Path/Class/File.pm -@dirrm %%SITE_PERL%%/Path/Class +@dirrmtry %%SITE_PERL%%/Path/Class @dirrmtry %%SITE_PERL%%/Path _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"