Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 21:10:58 +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: r352650 - head/textproc/p5-Time-Human
Message-ID:  <201404292110.s3TLAx52042919@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	5u623l20@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@cpan.org>
+WWW: http://search.cpan.org/dist/Time-Human/



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