Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2019 20:47:05 +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: r506563 - head/textproc/p5-Lingua-Stem-Snowball
Message-ID:  <201907132047.x6DKl53Z029814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 13 20:47:05 2019
New Revision: 506563
URL: https://svnweb.freebsd.org/changeset/ports/506563

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change
  - Take maintainership

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

Modified: head/textproc/p5-Lingua-Stem-Snowball/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball/Makefile	Sat Jul 13 20:47:00 2019	(r506562)
+++ head/textproc/p5-Lingua-Stem-Snowball/Makefile	Sat Jul 13 20:47:05 2019	(r506563)
@@ -3,12 +3,12 @@
 
 PORTNAME=	Lingua-Stem-Snowball
 PORTVERSION=	0.952
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Lingua::Stem::Snowball - Perl interface to Snowball stemmers
 
 LICENSE=	ART10 GPLv1+
@@ -16,5 +16,8 @@ LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	modbuild
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lingua/Stem/Snowball/Snowball.so
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Lingua-Stem-Snowball/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball/pkg-plist	Sat Jul 13 20:47:00 2019	(r506562)
+++ head/textproc/p5-Lingua-Stem-Snowball/pkg-plist	Sat Jul 13 20:47:05 2019	(r506563)
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Lingua::Stem::Snowball.3.gz
 %%SITE_ARCH%%/Lingua/Stem/Snowball.pm
 %%SITE_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.so
+%%PERL5_MAN3%%/Lingua::Stem::Snowball.3.gz



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