Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 05:48:23 +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: r350315 - head/www/p5-Net-Akismet
Message-ID:  <201404060548.s365mNcH008880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr  6 05:48:23 2014
New Revision: 350315
URL: http://svnweb.freebsd.org/changeset/ports/350315
QAT: https://qat.redports.org/buildarchive/r350315/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Remove leading indefinite article from COMMENT
    - Remove test:
    - Remove Author line
    - Use single space after WWW:
  
  PR:		188121
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/www/p5-Net-Akismet/Makefile
  head/www/p5-Net-Akismet/pkg-descr

Modified: head/www/p5-Net-Akismet/Makefile
==============================================================================
--- head/www/p5-Net-Akismet/Makefile	Sun Apr  6 05:48:17 2014	(r350314)
+++ head/www/p5-Net-Akismet/Makefile	Sun Apr  6 05:48:23 2014	(r350315)
@@ -7,8 +7,11 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A Perl interface to the Akismet comment and trackback spam blocker
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Perl interface to the Akismet comment and trackback spam blocker
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-libwww>=5.09:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
@@ -17,7 +20,4 @@ TEST_DEPENDS=	p5-Test-Pod-Coverage>=0:${
 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/www/p5-Net-Akismet/pkg-descr
==============================================================================
--- head/www/p5-Net-Akismet/pkg-descr	Sun Apr  6 05:48:17 2014	(r350314)
+++ head/www/p5-Net-Akismet/pkg-descr	Sun Apr  6 05:48:23 2014	(r350315)
@@ -8,5 +8,4 @@ From the README file:
    The module allows you to either check if an item is spam or report certain
    comment as spam/false postivie.
 
-Author:		Nikolay Bachiyski <nbachiyski@developer.bg>
-WWW: 	http://search.cpan.org/dist/Net-Akismet/
+WWW: http://search.cpan.org/dist/Net-Akismet/



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