From owner-svn-ports-all@FreeBSD.ORG Wed Jun 4 15:45:30 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 CBE95437; Wed, 4 Jun 2014 15:45:30 +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 B9E182076; Wed, 4 Jun 2014 15:45:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s54FjUMT067955; Wed, 4 Jun 2014 15:45:30 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s54FjU0q067954; Wed, 4 Jun 2014 15:45:30 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201406041545.s54FjU0q067954@svn.freebsd.org> From: Jason Helfman Date: Wed, 4 Jun 2014 15:45:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356508 - head/www/sventon 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: Wed, 04 Jun 2014 15:45:30 -0000 Author: jgh Date: Wed Jun 4 15:45:30 2014 New Revision: 356508 URL: http://svnweb.freebsd.org/changeset/ports/356508 QAT: https://qat.redports.org/buildarchive/r356508/ Log: - adopt staging, and put back to the heap Modified: head/www/sventon/Makefile Modified: head/www/sventon/Makefile ============================================================================== --- head/www/sventon/Makefile Wed Jun 4 15:42:35 2014 (r356507) +++ head/www/sventon/Makefile Wed Jun 4 15:45:30 2014 (r356508) @@ -6,7 +6,7 @@ CATEGORIES= www java MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-bin-svnkit -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Web client for browsing Subversion repositories LICENSE= GPLv3 @@ -19,7 +19,6 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 OPTIONS_DEFAULT= TOMCAT6 -NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOMCAT6} @@ -43,8 +42,7 @@ post-extract: @${TAR} xf ${WRKSRC}/svn.war -C ${WRKDIR}/${PORTDIRNAME} do-install: - ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${APPHOME}/webapps/${PORTDIRNAME} - cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${APPHOME}/webapps/${PORTDIRNAME} - @${CAT} ${PKGMESSAGE} + ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${STAGEDIR}${APPHOME}/webapps/${PORTDIRNAME} + cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTDIRNAME} .include