Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2018 20:16:41 +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: r473227 - head/textproc/p5-Lingua-Stem-Snowball-Se
Message-ID:  <201806242016.w5OKGfXw050740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 24 20:16:41 2018
New Revision: 473227
URL: https://svnweb.freebsd.org/changeset/ports/473227

Log:
  Pet portlint
  
  - Remove MASTER_SITE_SUBDIR
  - Sort PLIST
  - Update link in pkg-descr
  - Take maintainership

Modified:
  head/textproc/p5-Lingua-Stem-Snowball-Se/Makefile
  head/textproc/p5-Lingua-Stem-Snowball-Se/pkg-descr
  head/textproc/p5-Lingua-Stem-Snowball-Se/pkg-plist

Modified: head/textproc/p5-Lingua-Stem-Snowball-Se/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball-Se/Makefile	Sun Jun 24 20:16:36 2018	(r473226)
+++ head/textproc/p5-Lingua-Stem-Snowball-Se/Makefile	Sun Jun 24 20:16:41 2018	(r473227)
@@ -6,19 +6,18 @@ PORTVERSION=	1.2
 PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:ASKSH
 PKGNAMEPREFIX=	p5-
 DISTNAME=	Snowball-Swedish-${PORTVERSION}
 
-MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Stemmer for Swedish
-
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Stemmer for Swedish
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
-NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Lingua-Stem-Snowball-Se/pkg-descr
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball-Se/pkg-descr	Sun Jun 24 20:16:36 2018	(r473226)
+++ head/textproc/p5-Lingua-Stem-Snowball-Se/pkg-descr	Sun Jun 24 20:16:41 2018	(r473227)
@@ -1,4 +1,4 @@
-Lingua::Stem::Snowball::Se is a perl port of the swedish
-stemmer at http://snowball.sourceforge.net.
+Lingua::Stem::Snowball::Se is a perl port of the swedish stemmer at
+https://sourceforge.net/projects/snowball/.
 
 WWW: https://metacpan.org/release/Snowball-Swedish

Modified: head/textproc/p5-Lingua-Stem-Snowball-Se/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball-Se/pkg-plist	Sun Jun 24 20:16:36 2018	(r473226)
+++ head/textproc/p5-Lingua-Stem-Snowball-Se/pkg-plist	Sun Jun 24 20:16:41 2018	(r473227)
@@ -1,3 +1,3 @@
 bin/stemmer-se.pl
-%%PERL5_MAN3%%/Lingua::Stem::Snowball::Se.3.gz
 %%SITE_PERL%%/Lingua/Stem/Snowball/Se.pm
+%%PERL5_MAN3%%/Lingua::Stem::Snowball::Se.3.gz



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