Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 22:54:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493119 - head/devel/p5-PathTools
Message-ID:  <201902162254.x1GMspQv081443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 16 22:54:50 2019
New Revision: 493119
URL: https://svnweb.freebsd.org/changeset/ports/493119

Log:
  Update to 3.75
  
  - Update pkg-descr
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/PathTools

Modified:
  head/devel/p5-PathTools/Makefile
  head/devel/p5-PathTools/distinfo
  head/devel/p5-PathTools/pkg-descr

Modified: head/devel/p5-PathTools/Makefile
==============================================================================
--- head/devel/p5-PathTools/Makefile	Sat Feb 16 22:54:45 2019	(r493118)
+++ head/devel/p5-PathTools/Makefile	Sat Feb 16 22:54:50 2019	(r493119)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	PathTools
-PORTVERSION=	3.7400
+PORTVERSION=	3.7500
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:XSAWYERX
 PKGNAMEPREFIX=	p5-
 DISTNAME=	${PORTNAME}-${PORTVERSION:C|00$||}
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Perl module for portably manipulating file specifications
 
 LICENSE=	ART10 GPLv1+

Modified: head/devel/p5-PathTools/distinfo
==============================================================================
--- head/devel/p5-PathTools/distinfo	Sat Feb 16 22:54:45 2019	(r493118)
+++ head/devel/p5-PathTools/distinfo	Sat Feb 16 22:54:50 2019	(r493119)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519042714
-SHA256 (PathTools-3.74.tar.gz) = 25724cc54c59a3bfabadec95e72db292c98676bf3632497384e8dc6277936e11
-SIZE (PathTools-3.74.tar.gz) = 119509
+TIMESTAMP = 1550286108
+SHA256 (PathTools-3.75.tar.gz) = a558503aa6b1f8c727c0073339081a77888606aa701ada1ad62dd9d8c3f945a2
+SIZE (PathTools-3.75.tar.gz) = 119064

Modified: head/devel/p5-PathTools/pkg-descr
==============================================================================
--- head/devel/p5-PathTools/pkg-descr	Sat Feb 16 22:54:45 2019	(r493118)
+++ head/devel/p5-PathTools/pkg-descr	Sat Feb 16 22:54:50 2019	(r493119)
@@ -1,7 +1,13 @@
-This module is designed to support operations commonly performed on file
-specifications (usually called "file names", but not to be confused with
-the contents of a file, or Perl's file handles), such as concatenating
-several directory and file names into a single path, or determining
-whether a path is rooted.
+Cwd provides functions for determining the pathname of the current working
+directory. It is recommended that getcwd (or another *cwd() function) be used in
+all code to ensure portability. By default, it exports the functions cwd(),
+getcwd(), fastcwd(), and fastgetcwd() (and, on Win32, getdcwd()) into the
+caller's namespace.
+
+File::Spec is designed to support operations commonly performed on file
+specifications (usually called "file names", but not to be confused with the
+contents of a file, or Perl's file handles), such as concatenating several
+directory and file names into a single path, or determining whether a path is
+rooted.
 
 WWW: https://metacpan.org/release/PathTools



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902162254.x1GMspQv081443>