svn commit: r352650 - head/textproc/p5-Time-Human

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 29 21:10:59 UTC 2014


Author: sunpoet
Date: Tue Apr 29 21:10:58 2014
New Revision: 352650
URL: http://svnweb.freebsd.org/changeset/ports/352650
QAT: https://qat.redports.org/buildarchive/r352650/

Log:
  - Add LICENSE
  - Add WWW
  - Pass maintainership to submitter
  - While I'm here:
    - Remove test:
    - Remove Author line
  
  PR:		ports/189111
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/textproc/p5-Time-Human/Makefile
  head/textproc/p5-Time-Human/pkg-descr

Modified: head/textproc/p5-Time-Human/Makefile
==============================================================================
--- head/textproc/p5-Time-Human/Makefile	Tue Apr 29 21:10:53 2014	(r352649)
+++ head/textproc/p5-Time-Human/Makefile	Tue Apr 29 21:10:58 2014	(r352650)
@@ -7,13 +7,13 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Convert localtime() format to "speaking clock" time
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
-test:		build
-		cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
-
 .include <bsd.port.mk>

Modified: head/textproc/p5-Time-Human/pkg-descr
==============================================================================
--- head/textproc/p5-Time-Human/pkg-descr	Tue Apr 29 21:10:53 2014	(r352649)
+++ head/textproc/p5-Time-Human/pkg-descr	Tue Apr 29 21:10:58 2014	(r352650)
@@ -4,4 +4,4 @@ From the Time::Human documentation:
   guage; it's originally intended for text-to-speech applications and
   other speech-based interfaces.
 
-Author:		Simon Cozens <simon at cpan.org>
+WWW: http://search.cpan.org/dist/Time-Human/


More information about the svn-ports-all mailing list