From owner-svn-ports-all@FreeBSD.ORG Sun Jun 8 09:07:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A6E81F5; Sun, 8 Jun 2014 09:07:35 +0000 (UTC) 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 D19812195; Sun, 8 Jun 2014 09:07:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5897YdB052748; Sun, 8 Jun 2014 09:07:34 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5897YfG052746; Sun, 8 Jun 2014 09:07:34 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201406080907.s5897YfG052746@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 8 Jun 2014 09:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356994 - head/graphics/renrot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 09:07:35 -0000 Author: danfe Date: Sun Jun 8 09:07:34 2014 New Revision: 356994 URL: http://svnweb.freebsd.org/changeset/ports/356994 QAT: https://qat.redports.org/buildarchive/r356994/ Log: Stagify, employ OPTIONS helpers and @sample keyword in pkg-plist. Modified: head/graphics/renrot/Makefile head/graphics/renrot/pkg-plist Modified: head/graphics/renrot/Makefile ============================================================================== --- head/graphics/renrot/Makefile Sun Jun 8 09:03:01 2014 (r356993) +++ head/graphics/renrot/Makefile Sun Jun 8 09:07:34 2014 (r356994) @@ -17,27 +17,20 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} jpegtran: USES= perl5 USE_PERL5= configure -OPTIONS_DEFINE= IMAGEMAGICK DOCS -IMAGEMAGICK_DESC= Image::Magick Perl module support - -MAN1= ${PORTNAME}.1 PORTDOCS= AUTHORS README README.russian ChangeLog NEWS TODO -NO_STAGE= yes -.include +OPTIONS_DEFINE= IMAGEMAGICK DOCS +IMAGEMAGICK_DESC= Image::Magick Perl module support -.if ${PORT_OPTIONS:MIMAGEMAGICK} -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -.endif +IMAGEMAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick post-install: - @${MKDIR} ${ETCDIR} + @${MKDIR} ${STAGEDIR}${ETCDIR} .for conf in colors.conf copyright.tag renrot.conf tags.conf - ${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${ETCDIR}/${conf}.sample + ${INSTALL_DATA} ${WRKSRC}/etc/${conf} \ + ${STAGEDIR}${ETCDIR}/${conf}.sample .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Modified: head/graphics/renrot/pkg-plist ============================================================================== --- head/graphics/renrot/pkg-plist Sun Jun 8 09:03:01 2014 (r356993) +++ head/graphics/renrot/pkg-plist Sun Jun 8 09:07:34 2014 (r356994) @@ -1,9 +1,10 @@ bin/renrot -etc/renrot/colors.conf.sample -etc/renrot/copyright.tag.sample -etc/renrot/renrot.conf.sample -etc/renrot/tags.conf.sample +@sample etc/renrot/colors.conf.sample +@sample etc/renrot/copyright.tag.sample +@sample etc/renrot/renrot.conf.sample +@sample etc/renrot/tags.conf.sample @dirrm etc/renrot +man/man1/renrot.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/renrot/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/renrot %%SITE_PERL%%/Image/RenRot/Config.pm