From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 13:55:21 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 B00A982F; Wed, 2 Jul 2014 13:55:21 +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 8311127B2; Wed, 2 Jul 2014 13:55:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62DtLi4079996; Wed, 2 Jul 2014 13:55:21 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62DtKqF079989; Wed, 2 Jul 2014 13:55:20 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407021355.s62DtKqF079989@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 2 Jul 2014 13:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360191 - in head/www/selenium: . 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: Wed, 02 Jul 2014 13:55:21 -0000 Author: vanilla Date: Wed Jul 2 13:55:20 2014 New Revision: 360191 URL: http://svnweb.freebsd.org/changeset/ports/360191 QAT: https://qat.redports.org/buildarchive/r360191/ Log: Stagify. Approved by: portmgr@ (blanket approval) Added: head/www/selenium/files/patch-Makefile (contents, props changed) head/www/selenium/files/patch-configure (contents, props changed) Modified: head/www/selenium/Makefile head/www/selenium/pkg-plist Modified: head/www/selenium/Makefile ============================================================================== --- head/www/selenium/Makefile Wed Jul 2 13:49:44 2014 (r360190) +++ head/www/selenium/Makefile Wed Jul 2 13:55:20 2014 (r360191) @@ -10,13 +10,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/17210 MAINTAINER= kaworu@users.sourceforge.jp COMMENT= Selenium is web application test tool! -MAN1= selenium.1 HAS_CONFIGURE= yes SUB_FILES= pkg-message -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include Added: head/www/selenium/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/selenium/files/patch-Makefile Wed Jul 2 13:55:20 2014 (r360191) @@ -0,0 +1,11 @@ +--- Makefile.orig 2014-07-02 21:36:48.517027340 +0800 ++++ Makefile 2014-07-02 21:38:23.869021431 +0800 +@@ -9,7 +9,7 @@ + + PREFIX?=/usr/local + +-DST=$(PREFIX)/www/selenium ++DST=$(DESTDIR)$(PREFIX)/www/selenium + + all: + # @echo all Added: head/www/selenium/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/selenium/files/patch-configure Wed Jul 2 13:55:20 2014 (r360191) @@ -0,0 +1,11 @@ +--- configure.orig 2014-07-02 21:37:06.899023988 +0800 ++++ configure 2014-07-02 21:49:07.936973370 +0800 +@@ -22,7 +22,7 @@ EOF + |/usr/bin/sed -e 's:^selenium/::' \ + |/usr/bin/sed -e 's:\(.*\): ${INSTALL} -c -o root -g wheel -m 0644 selenium/\1 ${DST}/\1:' + +-echo " \${INSTALL} -c -o root -g wheel -m 0644 man/selenium.1 \${PREFIX}/man/man1/selenium.1" ++echo " \${INSTALL} -c -o root -g wheel -m 0644 man/selenium.1 \$(DESTDIR)\${PREFIX}/man/man1/selenium.1" + + /usr/bin/find doc -type d\ + | /usr/bin/sed -e 's:\(.*\): ${INSTALL} -d -o root -g wheel ${DST}/\1:' Modified: head/www/selenium/pkg-plist ============================================================================== --- head/www/selenium/pkg-plist Wed Jul 2 13:49:44 2014 (r360190) +++ head/www/selenium/pkg-plist Wed Jul 2 13:55:20 2014 (r360191) @@ -1,3 +1,4 @@ +man/man1/selenium.1.gz www/selenium/devtests/meta/page.html www/selenium/devtests/TestClickInFrame.html www/selenium/devtests/TestOpenInFrame.html