From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 15:07:27 2014 Return-Path: Delivered-To: svn-ports-head@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 5F7D473F; Sun, 16 Feb 2014 15:07:27 +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 326C6152E; Sun, 16 Feb 2014 15:07:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GF7RSE083082; Sun, 16 Feb 2014 15:07:27 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GF7ROY083081; Sun, 16 Feb 2014 15:07:27 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402161507.s1GF7ROY083081@svn.freebsd.org> From: Antoine Brodin Date: Sun, 16 Feb 2014 15:07:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344581 - head/java/eclipse-hibernatetools 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 15:07:27 -0000 Author: antoine Date: Sun Feb 16 15:07:26 2014 New Revision: 344581 URL: http://svnweb.freebsd.org/changeset/ports/344581 QAT: https://qat.redports.org/buildarchive/r344581/ Log: - Stage support - Remove infozip dependency Modified: head/java/eclipse-hibernatetools/Makefile Modified: head/java/eclipse-hibernatetools/Makefile ============================================================================== --- head/java/eclipse-hibernatetools/Makefile Sun Feb 16 15:00:46 2014 (r344580) +++ head/java/eclipse-hibernatetools/Makefile Sun Feb 16 15:07:26 2014 (r344581) @@ -8,43 +8,34 @@ CATEGORIES= java devel databases MASTER_SITES= SF/jboss/JBossTools/JBossTools%202.1.2.GA PKGNAMEPREFIX= eclipse- DISTNAME= HibernateTools-${DISTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org COMMENT= Hibernate3 Tools for the Eclipse IDE +LICENSE= EPL LGPL3 +LICENSE_COMB= multi + ## XXX - Notify the maintainer if the dependencies on either ## java/eclipse-gef of java/eclipse-webtools change RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef \ ${LOCALBASE}/share/eclipse/dropins/webtools:${PORTSDIR}/java/eclipse-webtools -LICENSE= EPL LGPL3 -LICENSE_COMB= multi - NO_BUILD= yes NO_WRKSUBDIR= yes -USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native -NO_STAGE= yes post-extract: # avoid empty dirs since they break the automated PLIST generation @${FIND} ${WRKSRC} -type d -empty \ -exec ${TOUCH} "{}/.keep_me" \; do-install: -# create destination dir - @${MKDIR} ${PREFIX}/lib/eclipse -# install both files and directories - @(cd ${WRKSRC} && \ - ${FIND} -s features plugins -type d \ - -exec ${MKDIR} "${PREFIX}/lib/eclipse/{}" \; && \ - ${FIND} -s features plugins -not -type d \ - -exec ${INSTALL_DATA} "{}" "${PREFIX}/lib/eclipse/{}" \; \ - ) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse) # used to manually generate the plist files generate-plist-locally: build