svn commit: r473227 - head/textproc/p5-Lingua-Stem-Snowball-Se

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 24 20:16:43 UTC 2018


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 at FreeBSD.org
-COMMENT=	Stemmer for Swedish
-
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list