Bug 187892 - [PATCH] net-im/qq: Stage
Summary: [PATCH] net-im/qq: Stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Johannes Jost Meixner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-24 00:40 UTC by Johannes Meixner
Modified: 2014-04-13 10:31 UTC (History)
1 user (show)

See Also:


Attachments
qq-v1.0.2.b1.i386.patch (973 bytes, patch)
2014-03-24 00:40 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-03-24 00:40:01 UTC
- Stagify

Port maintainer (kaiw27@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-24 00:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-24 00:40:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-24 00:40:11 UTC
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
Comment 4 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-11 04:53:16 UTC
Responsible Changed
From-To: swills->xmj

Submitter is committer
Comment 5 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-11 05:18:11 UTC
State Changed
From-To: feedback->open

Maintainer timeout.
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-04-13 10:18:46 UTC
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"
Comment 7 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-13 10:31:52 UTC
State Changed
From-To: open->closed

Committed.