- Stagify Port maintainer (kaiw27@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of net-im/qq, Please note that PR ports/187892 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/187892 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: swills->xmj Submitter is committer
State Changed From-To: feedback->open Maintainer timeout.
Author: xmj Date: Sun Apr 13 09:18:40 2014 New Revision: 351192 URL: http://svnweb.freebsd.org/changeset/ports/351192 QAT: https://qat.redports.org/buildarchive/r351192/ Log: net-im/qq: Stage, remove pre-fetch message, fix pkg-descr - Stage - Remove pre-fetch message, linux_base-f8 was phased out on 2011-04-04. - Tab to space in pkg-descr: WWW PR: ports/187892 Approved by: koobs (mentor) Approved by: maintainer timeout (2 weeks) Modified: head/net-im/qq/Makefile head/net-im/qq/pkg-descr Modified: head/net-im/qq/Makefile ============================================================================== --- head/net-im/qq/Makefile Sun Apr 13 08:40:13 2014 (r351191) +++ head/net-im/qq/Makefile Sun Apr 13 09:18:40 2014 (r351192) @@ -21,25 +21,12 @@ PLIST_SUB+= QQDIR=${QQDIR} SUB_FILES= qq.sh SUB_LIST+= QQDIR=${QQDIR} -NO_STAGE= yes .include <bsd.port.pre.mk> -pre-fetch: - @${ECHO_MSG} "" - @${ECHO_MSG} "===============================================" - @${ECHO_MSG} "QQ requires linux_base-f8 ports infrastructure." - @${ECHO_MSG} "Press 'Ctrl-C' to stop now if you dont't have " - @${ECHO_MSG} "the right version installed. " - @${ECHO_MSG} "" - @${ECHO_MSG} "Please read ${PORTSDIR}/UPDATING for how to " - @${ECHO_MSG} "install the linux_base-f8 ports. " - @${ECHO_MSG} "===============================================" - @${ECHO_MSG} "" - do-install: - @${MKDIR} ${PREFIX}/${QQDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/qq ${PREFIX}/${QQDIR}/ - ${INSTALL_DATA} ${WRKSRC}/res.db ${PREFIX}/${QQDIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/qq.sh ${PREFIX}/bin/qq + @${MKDIR} ${STAGEDIR}${PREFIX}/${QQDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/qq ${STAGEDIR}${PREFIX}/${QQDIR}/ + ${INSTALL_DATA} ${WRKSRC}/res.db ${STAGEDIR}${PREFIX}/${QQDIR}/ + ${INSTALL_SCRIPT} ${WRKDIR}/qq.sh ${STAGEDIR}${PREFIX}/bin/qq .include <bsd.port.post.mk> Modified: head/net-im/qq/pkg-descr ============================================================================== --- head/net-im/qq/pkg-descr Sun Apr 13 08:40:13 2014 (r351191) +++ head/net-im/qq/pkg-descr Sun Apr 13 09:18:40 2014 (r351192) @@ -1,3 +1,3 @@ This is the official Tencent QQ client for Linux. -WWW: http://im.qq.com/qq/linux/ +WWW: http://im.qq.com/qq/linux/ _______________________________________________ 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.