Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 13:55:20 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360191 - in head/www/selenium: . files
Message-ID:  <201407021355.s62DtKqF079989@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021355.s62DtKqF079989>