- stage support - orphan file Port maintainer (dan.mashal@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of irc/bitchx, Please note that PR ports/188076 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188076 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Approved On Sun, Mar 30, 2014 at 5:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of irc/bitchx, > > Please note that PR ports/188076 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188076 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->rene Take
Author: rene Date: Fri Apr 4 20:52:06 2014 New Revision: 350166 URL: http://svnweb.freebsd.org/changeset/ports/350166 QAT: https://qat.redports.org/buildarchive/r350166/ Log: Add stage support PR: ports/188076 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: Dan Mashal <dan.mashal@gmail.com> (maintainer) Modified: head/irc/bitchx/Makefile head/irc/bitchx/pkg-plist Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Fri Apr 4 20:42:52 2014 (r350165) +++ head/irc/bitchx/Makefile Fri Apr 4 20:52:06 2014 (r350166) @@ -25,7 +25,6 @@ PLIST_SUB+= DISTVERSION=${DISTVERSION} DOCSDIR= ${PREFIX}/share/bx/help PORTDOCS= * DATADIR= ${PREFIX}/share/bx -MAN1= BitchX.1 OPTIONS_DEFINE= IPV6 LATIN PLUGINS SSL DOCS @@ -34,7 +33,6 @@ PLUGINS_DESC= Build a handful of BitchX OPTIONS_DEFAULT=PLUGINS SSL -NO_STAGE= yes MAKE_JOBS_UNSAFE= yes .include <bsd.port.options.mk> @@ -68,11 +66,11 @@ post-patch: ${REINPLACE_CMD} -e 's|bzip2|true|g' ${WRKSRC}/Makefile.in post-install: - ${STRIP_CMD} ${PREFIX}/bin/BitchX - ${STRIP_CMD} ${PREFIX}/bin/scr-bx + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/BitchX + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scr-bx .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/bitchx-docs && ${COPYTREE_SHARE} . ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/bitchx-docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .endif # Ensure that `@dirrm share/bx' will be appended last (after PORTDOCS stuff) Modified: head/irc/bitchx/pkg-plist ============================================================================== --- head/irc/bitchx/pkg-plist Fri Apr 4 20:42:52 2014 (r350165) +++ head/irc/bitchx/pkg-plist Fri Apr 4 20:52:06 2014 (r350166) @@ -2,6 +2,7 @@ bin/BitchX bin/BitchX-%%DISTVERSION%% bin/scr-bx +man/man1/BitchX.1.gz %%DATADIR%%/BitchX.help %%DATADIR%%/BitchX.ircnames %%DATADIR%%/BitchX.quit _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks