svn commit: r350315 - head/www/p5-Net-Akismet
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 6 05:48:24 UTC 2014
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 at 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 at FreeBSD.org
-COMMENT= A Perl interface to the Akismet comment and trackback spam blocker
+MAINTAINER= 5u623l20 at 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 at developer.bg>
-WWW: http://search.cpan.org/dist/Net-Akismet/
+WWW: http://search.cpan.org/dist/Net-Akismet/
More information about the svn-ports-all
mailing list