From owner-svn-ports-all@FreeBSD.ORG Tue May 20 17:51:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09FE1605; Tue, 20 May 2014 17:51:48 +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 E74F62F32; Tue, 20 May 2014 17:51:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KHplZX001855; Tue, 20 May 2014 17:51:47 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KHplRY001853; Tue, 20 May 2014 17:51:47 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201405201751.s4KHplRY001853@svn.freebsd.org> From: Carlo Strub Date: Tue, 20 May 2014 17:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354661 - in head/www/asql: . files 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: Tue, 20 May 2014 17:51:48 -0000 Author: cs Date: Tue May 20 17:51:47 2014 New Revision: 354661 URL: http://svnweb.freebsd.org/changeset/ports/354661 QAT: https://qat.redports.org/buildarchive/r354661/ Log: Staging support PR: ports/190007 Submitted by: Joseph Benden Approved by: cs (maintainer) Modified: head/www/asql/Makefile head/www/asql/files/patch-Makefile Modified: head/www/asql/Makefile ============================================================================== --- head/www/asql/Makefile Tue May 20 17:42:39 2014 (r354660) +++ head/www/asql/Makefile Tue May 20 17:51:47 2014 (r354661) @@ -16,7 +16,6 @@ RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR NO_BUILD= yes PLIST_FILES= bin/asql -USES= perl5 - -NO_STAGE= yes +USES= perl5 shebangfix +SHEBANG_FILES= bin/asql .include Modified: head/www/asql/files/patch-Makefile ============================================================================== --- head/www/asql/files/patch-Makefile Tue May 20 17:42:39 2014 (r354660) +++ head/www/asql/files/patch-Makefile Tue May 20 17:51:47 2014 (r354661) @@ -1,5 +1,5 @@ ---- Makefile.orig 2008-10-15 09:37:42.000000000 +0800 -+++ Makefile 2008-10-15 09:38:00.000000000 +0800 +--- Makefile.orig 2012-09-13 00:38:26.000000000 -0700 ++++ Makefile 2014-05-20 07:09:07.000000000 -0700 @@ -40,9 +40,8 @@ hg diff 2>/dev/null @@ -7,8 +7,8 @@ - mkdir -p ${PREFIX}/usr/bin/ - cp bin/asql ${PREFIX}/usr/bin/asql - chmod 755 ${PREFIX}/usr/bin/asql -+ cp bin/asql ${PREFIX}/bin/asql -+ chmod 755 ${PREFIX}/bin/asql ++ cp bin/asql ${DESTDIR}${PREFIX}/bin/asql ++ chmod 755 ${DESTDIR}${PREFIX}/bin/asql release: clean commands