From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 14:48:48 2014 Return-Path: Delivered-To: svn-ports-head@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 15AAA1C3; Sun, 16 Feb 2014 14:48: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0878138B; Sun, 16 Feb 2014 14:48: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 s1GEmlZw074378; Sun, 16 Feb 2014 14:48:47 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GEmliW074377; Sun, 16 Feb 2014 14:48:47 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402161448.s1GEmliW074377@svn.freebsd.org> From: Antoine Brodin Date: Sun, 16 Feb 2014 14:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344577 - head/java/eclipse-findbugs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 14:48:48 -0000 Author: antoine Date: Sun Feb 16 14:48:47 2014 New Revision: 344577 URL: http://svnweb.freebsd.org/changeset/ports/344577 QAT: https://qat.redports.org/buildarchive/r344577/ Log: - Stage support - Remove infozip dependency Modified: head/java/eclipse-findbugs/Makefile Modified: head/java/eclipse-findbugs/Makefile ============================================================================== --- head/java/eclipse-findbugs/Makefile Sun Feb 16 14:48:38 2014 (r344576) +++ head/java/eclipse-findbugs/Makefile Sun Feb 16 14:48:47 2014 (r344577) @@ -8,15 +8,15 @@ CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/1.3.2 PKGNAMEPREFIX= eclipse- DISTNAME= edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org -COMMENT= An Eclipse plug-in that provides FindBugs support +COMMENT= Eclipse plug-in that provides FindBugs support RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes -USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native @@ -72,17 +72,10 @@ PLIST_SUB= \ ECLIPSE_PLUGINS="lib/eclipse/plugins" \ DISTNAME="${DISTNAME}" -NO_STAGE= yes post-extract: @${RM} -Rf ${WRKSRC}/src do-install: - @${MKDIR} ${PREFIX}/lib/eclipse/plugins - @(cd ${WRKDIR} && \ - ${FIND} -s $$(${BASENAME} ${WRKSRC}) -type d \ - -exec ${MKDIR} "${PREFIX}/lib/eclipse/plugins/{}" \; && \ - ${FIND} -s $$(${BASENAME} ${WRKSRC}) -not -type d \ - -exec ${INSTALL_DATA} "{}" "${PREFIX}/lib/eclipse/plugins/{}" \; \ - ) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${DISTNAME}) .include