Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 18:08:50 +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: r502133 - head/www/p5-HTTP-Date
Message-ID:  <201905201808.x4KI8oS4072791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 20 18:08:50 2019
New Revision: 502133
URL: https://svnweb.freebsd.org/changeset/ports/502133

Log:
  Update pkg-descr
  
  - Take maintainership

Modified:
  head/www/p5-HTTP-Date/Makefile
  head/www/p5-HTTP-Date/pkg-descr

Modified: head/www/p5-HTTP-Date/Makefile
==============================================================================
--- head/www/p5-HTTP-Date/Makefile	Mon May 20 18:08:45 2019	(r502132)
+++ head/www/p5-HTTP-Date/Makefile	Mon May 20 18:08:50 2019	(r502133)
@@ -8,14 +8,15 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Conversion routines for the HTTP protocol date formats
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/p5-HTTP-Date/pkg-descr
==============================================================================
--- head/www/p5-HTTP-Date/pkg-descr	Mon May 20 18:08:45 2019	(r502132)
+++ head/www/p5-HTTP-Date/pkg-descr	Mon May 20 18:08:50 2019	(r502133)
@@ -1,4 +1,5 @@
-HTTP::Date provides functions that perform conversions between date
-formats used by the HTTP protocol.
+HTTP::Date provides functions that deal the date formats used by the HTTP
+protocol (and then some more). Only the first two functions, time2str() and
+str2time(), are exported by default.
 
 WWW: https://metacpan.org/release/HTTP-Date



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