svn commit: r493119 - head/devel/p5-PathTools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 16 22:54:55 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list