svn commit: r502133 - head/www/p5-HTTP-Date

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 20 18:08:55 UTC 2019


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


More information about the svn-ports-all mailing list