Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2014 16:39:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r351402 - branches/2014Q2/japanese/p5-Text-ChaSen
Message-ID:  <201404161639.s3GGd3eH013928@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr 16 16:39:03 2014
New Revision: 351402
URL: http://svnweb.freebsd.org/changeset/ports/351402
QAT: https://qat.redports.org/buildarchive/r351402/

Log:
  MFH: r350569
  
  Support stage
  Approved by:	portmgr (self)

Modified:
  branches/2014Q2/japanese/p5-Text-ChaSen/Makefile
  branches/2014Q2/japanese/p5-Text-ChaSen/pkg-plist
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/japanese/p5-Text-ChaSen/Makefile
==============================================================================
--- branches/2014Q2/japanese/p5-Text-ChaSen/Makefile	Wed Apr 16 16:35:54 2014	(r351401)
+++ branches/2014Q2/japanese/p5-Text-ChaSen/Makefile	Wed Apr 16 16:39:03 2014	(r351402)
@@ -12,7 +12,7 @@ DISTNAME=	chasen-${CHASEN_VERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	ChaSen library module for Perl5
 
-LIB_DEPENDS=	chasen.2:${PORTSDIR}/japanese/chasen-base
+LIB_DEPENDS=	libchasen.so:${PORTSDIR}/japanese/chasen-base
 
 DISTINFO_FILE=	${.CURDIR}/../chasen-base/distinfo
 
@@ -22,18 +22,16 @@ WRKSRC=		${WRKDIR}/chasen-${CHASEN_VERSI
 USES=		perl5
 USE_PERL5=	configure
 CONFIGURE_ENV=	PREFIX="${PREFIX}"
-MAN3=		Text::ChaSen.3
 DOCSDIR=	${PREFIX}/share/doc/chasen
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README.perl
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README.perl
 .endif
 
 .include <bsd.port.post.mk>

Modified: branches/2014Q2/japanese/p5-Text-ChaSen/pkg-plist
==============================================================================
--- branches/2014Q2/japanese/p5-Text-ChaSen/pkg-plist	Wed Apr 16 16:35:54 2014	(r351401)
+++ branches/2014Q2/japanese/p5-Text-ChaSen/pkg-plist	Wed Apr 16 16:39:03 2014	(r351402)
@@ -1,10 +1,10 @@
+%%PERL5_MAN3%%/Text::ChaSen.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/Text/ChaSen.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/ChaSen.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/ChaSen.so
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
 %%PORTDOCS%%%%DOCSDIR%%/README.perl
 %%PORTDOCS%%@dirrmtry %%DOCSDIR%%



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