Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 03:24:54 +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: r444345 - head/sysutils/p5-MogileFS-Server
Message-ID:  <201706260324.v5Q3OsSC072315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 26 03:24:53 2017
New Revision: 444345
URL: https://svnweb.freebsd.org/changeset/ports/444345

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add NO_ARCH
    - Convert to options target helper
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/sysutils/p5-MogileFS-Server/Makefile

Modified: head/sysutils/p5-MogileFS-Server/Makefile
==============================================================================
--- head/sysutils/p5-MogileFS-Server/Makefile	Mon Jun 26 03:24:48 2017	(r444344)
+++ head/sysutils/p5-MogileFS-Server/Makefile	Mon Jun 26 03:24:53 2017	(r444345)
@@ -3,6 +3,7 @@
 
 PORTNAME=	MogileFS-Server
 PORTVERSION=	2.72
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DORMANDO
@@ -19,10 +20,10 @@ BUILD_DEPENDS=	p5-Danga-Socket>=1.56:devel/p5-Danga-So
 		p5-MogileFS-Client>=0:sysutils/p5-MogileFS-Client \
 		p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \
 		p5-Perlbal>=1.79:www/perlbal \
-		p5-Sys-Syscall>=0.22:devel/p5-Sys-Syscall \
-		p5-Sys-Syslog>=0:sysutils/p5-Sys-Syslog
+		p5-Sys-Syscall>=0.22:devel/p5-Sys-Syscall
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 REINPLACE_ARGS=	-i ''
@@ -30,7 +31,7 @@ USE_RC_SUBR=	mogilefsd mogstored
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
 



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