From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 24 00:40:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 22210E3B for ; Mon, 24 Mar 2014 00:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 000289A6 for ; Mon, 24 Mar 2014 00:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2O0e1Tn001513 for ; Mon, 24 Mar 2014 00:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2O0e1D1001512; Mon, 24 Mar 2014 00:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 24 Mar 2014 00:40:01 GMT Resent-Message-Id: <201403240040.s2O0e1D1001512@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner 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 6D223CDF for ; Mon, 24 Mar 2014 00:34:37 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 306F996D for ; Mon, 24 Mar 2014 00:34:36 +0000 (UTC) Received: from mx12.chaot.net (82.131.59.205.cable.starman.ee [82.131.59.205]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 467DF8D4014; Mon, 24 Mar 2014 01:34:35 +0100 (CET) Received: from localhost (1003@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id bd9f7235; Mon, 24 Mar 2014 02:34:34 +0200 (EET) Message-Id: <10811816302019644611.enqueue@mx12.chaot.net> Date: Mon, 24 Mar 2014 02:34:34 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187892: [PATCH] net-im/qq: Stage Cc: xmj@chaot.net, kaiw27@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 00:40:02 -0000 >Number: 187892 >Category: ports >Synopsis: [PATCH] net-im/qq: Stage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 00:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #6: Wed Mar 19 11:02:48 EET 2014 >Description: - Stagify Port maintainer (kaiw27@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- qq-v1.0.2.b1.i386.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 348914) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= qq DISTVERSION= v1.0.2-beta1_i386 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://dl_dir.qq.com/linuxqq/ DISTNAME= linuxqq_${DISTVERSION} @@ -21,7 +21,6 @@ SUB_FILES= qq.sh SUB_LIST+= QQDIR=${QQDIR} -NO_STAGE= yes .include pre-fetch: @@ -37,9 +36,9 @@ @${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 --- qq-v1.0.2.b1.i386.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: