From owner-svn-ports-head@freebsd.org Mon Jun 29 13:50:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A580498FCAD; Mon, 29 Jun 2015 13:50:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96A9E1CDF; Mon, 29 Jun 2015 13:50:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDodSj040639; Mon, 29 Jun 2015 13:50:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDodeU040638; Mon, 29 Jun 2015 13:50:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDodeU040638@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390902 - head/devel/p5-Data-Dump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:39 -0000 Author: sunpoet Date: Mon Jun 29 13:50:38 2015 New Revision: 390902 URL: https://svnweb.freebsd.org/changeset/ports/390902 Log: - Remove DOCS option - Add NO_ARCH - Bump PORTREVISION for package change Modified: head/devel/p5-Data-Dump/Makefile Modified: head/devel/p5-Data-Dump/Makefile ============================================================================== --- head/devel/p5-Data-Dump/Makefile Mon Jun 29 13:50:34 2015 (r390901) +++ head/devel/p5-Data-Dump/Makefile Mon Jun 29 13:50:38 2015 (r390902) @@ -3,6 +3,7 @@ PORTNAME= Data-Dump PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,16 +14,8 @@ COMMENT= Pretty printing of data structu LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure -OPTIONS_DEFINE= DOCS - -PORTDOCS= Changes README - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - .include