From owner-svn-ports-all@FreeBSD.ORG Sun Feb 16 13:32:23 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 C849D7BA; Sun, 16 Feb 2014 13:32:23 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B25191D84; Sun, 16 Feb 2014 13:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GDWNcL042337; Sun, 16 Feb 2014 13:32:23 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GDWNkE042336; Sun, 16 Feb 2014 13:32:23 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402161332.s1GDWNkE042336@svn.freebsd.org> From: Antoine Brodin Date: Sun, 16 Feb 2014 13:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344562 - head/java/eclipse-aptana2 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.17 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: Sun, 16 Feb 2014 13:32:23 -0000 Author: antoine Date: Sun Feb 16 13:32:23 2014 New Revision: 344562 URL: http://svnweb.freebsd.org/changeset/ports/344562 QAT: https://qat.redports.org/buildarchive/r344562/ Log: - Stage support - Remove infozip dependency Modified: head/java/eclipse-aptana2/Makefile Modified: head/java/eclipse-aptana2/Makefile ============================================================================== --- head/java/eclipse-aptana2/Makefile Sun Feb 16 13:28:17 2014 (r344561) +++ head/java/eclipse-aptana2/Makefile Sun Feb 16 13:32:23 2014 (r344562) @@ -9,6 +9,7 @@ MASTER_SITES= http://nivi.interfree.it/d PKGNAMEPREFIX= eclipse- PKGNAMESUFFIX= 2 DISTNAME= com.aptana.ide.feature.studio-${PORTVERSION}-5-7857HJ97CFF61HN1HZHtem5tN7 +EXTRACT_SUFX= .zip MAINTAINER= nivit@FreeBSD.org COMMENT= Aptana Studio 2 Web Development Tools (Eclipse plugin) @@ -23,10 +24,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes -USE_ZIP= yes -NO_STAGE= yes do-install: - @(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;) + @(cd ${WRKDIR} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse) .include