svn commit: r509919 - head/lang/p5-Error

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 26 11:48:20 UTC 2019


Author: sunpoet
Date: Mon Aug 26 11:48:18 2019
New Revision: 509919
URL: https://svnweb.freebsd.org/changeset/ports/509919

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

Modified:
  head/lang/p5-Error/Makefile
  head/lang/p5-Error/distinfo
  head/lang/p5-Error/pkg-descr

Modified: head/lang/p5-Error/Makefile
==============================================================================
--- head/lang/p5-Error/Makefile	Mon Aug 26 11:48:11 2019	(r509918)
+++ head/lang/p5-Error/Makefile	Mon Aug 26 11:48:18 2019	(r509919)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	Error
-PORTVERSION=	0.17027
+PORTVERSION=	0.17028
 CATEGORIES=	lang perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Error/exception handling in object-oriented programming style
 
 LICENSE=	ART10 GPLv1+

Modified: head/lang/p5-Error/distinfo
==============================================================================
--- head/lang/p5-Error/distinfo	Mon Aug 26 11:48:11 2019	(r509918)
+++ head/lang/p5-Error/distinfo	Mon Aug 26 11:48:18 2019	(r509919)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540844454
-SHA256 (Error-0.17027.tar.gz) = 07b2ac8275dfa04144745a6c1900a596280f862b97d22bab0c5ce02682ebd3be
-SIZE (Error-0.17027.tar.gz) = 33260
+TIMESTAMP = 1566804049
+SHA256 (Error-0.17028.tar.gz) = 3ad85c5e58b31c8903006298424a51bba39f1840e324f5ae612eabc8b935e960
+SIZE (Error-0.17028.tar.gz) = 33234

Modified: head/lang/p5-Error/pkg-descr
==============================================================================
--- head/lang/p5-Error/pkg-descr	Mon Aug 26 11:48:11 2019	(r509918)
+++ head/lang/p5-Error/pkg-descr	Mon Aug 26 11:48:18 2019	(r509919)
@@ -1,6 +1,9 @@
-Error - Error/exception handling in an OO-ish way
+The Error package provides two interfaces. Firstly Error provides a procedural
+interface to exception handling. Secondly Error is a base class for
+errors/exceptions that can either be thrown, for subsequent catch, or can simply
+be recorded.
 
-This module, which provides support for throwing and catching Error
-(i.e. exception) objects.
+Errors in the class Error should not be thrown directly, but the user should
+throw errors from a sub-class of Error.
 
 WWW: https://metacpan.org/release/Error


More information about the svn-ports-all mailing list