ports/184605: maintainer update: www/runsomebrowser + name change
Jason Bacon
bacon at uwm.edu
Sun Dec 8 21:10:03 UTC 2013
The following reply was made to PR ports/184605; it has been noted by GNATS.
From: Jason Bacon <bacon at uwm.edu>
To: bug-followup at FreeBSD.org, jwbacon at tds.net
Cc:
Subject: Re: ports/184605: maintainer update: www/runsomebrowser + name change
Date: Sun, 08 Dec 2013 14:59:54 -0600
This is a multi-part message in MIME format.
--------------010306060306050603000301
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Original patch is corrupt. Please use attached...
--------------010306060306050603000301
Content-Type: text/plain; charset=us-ascii;
name="webbrowser-diff.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="webbrowser-diff.txt"
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/runsomebrowser/Makefile /usr/wip/www/webbrowser/Makefile
--- /usr/ports/www/runsomebrowser/Makefile 2013-09-20 18:36:50.000000000 -0500
+++ /usr/wip/www/webbrowser/Makefile 2013-12-08 14:16:27.000000000 -0600
@@ -1,24 +1,24 @@
# Created by: Jason Bacon <jwbacon at tds.net>
# $FreeBSD: www/runsomebrowser/Makefile 327776 2013-09-20 23:36:50Z bapt $
-PORTNAME= runsomebrowser
-PORTVERSION= 0.2
+PORTNAME= webbrowser
+PORTVERSION= 0.3
CATEGORIES= www
-MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
- http://jbacon.dyndns.org/~bacon/Ports/distfiles/
+MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
+ http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MAINTAINER= jwbacon at tds.net
-COMMENT= Script for running the an available WEB browser
+COMMENT= Wrapper for running the "best" available WEB browser
-NO_BUILD= yes
+LICENSE= BSD
-MAN1= runsomebrowser.1
+NO_BUILD= yes
+USE_XZ= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/runsomebrowser ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/runsomebrowser.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-PLIST_FILES= bin/runsomebrowser
+PLIST_FILES= bin/webbrowser man/man1/webbrowser.1.gz
.include <bsd.port.mk>
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/runsomebrowser/distinfo /usr/wip/www/webbrowser/distinfo
--- /usr/ports/www/runsomebrowser/distinfo 2012-07-14 09:29:18.000000000 -0500
+++ /usr/wip/www/webbrowser/distinfo 2013-12-08 14:08:37.000000000 -0600
@@ -1,2 +1,2 @@
-SHA256 (runsomebrowser-0.2.tar.gz) = 2b19c7d26bf3626e1289b85de6347f193e804699ec04434e06f8e94bca0cc7c3
-SIZE (runsomebrowser-0.2.tar.gz) = 2140
+SHA256 (webbrowser-0.3.tar.xz) = 7e100607622d36c5822ffcf8b7cf135c5a70a29179ce832e86c07037f2f0c31f
+SIZE (webbrowser-0.3.tar.xz) = 1656
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/runsomebrowser/pkg-descr /usr/wip/www/webbrowser/pkg-descr
--- /usr/ports/www/runsomebrowser/pkg-descr 2012-07-14 09:29:18.000000000 -0500
+++ /usr/wip/www/webbrowser/pkg-descr 2013-12-08 14:15:02.000000000 -0600
@@ -1,4 +1,6 @@
-Shell script for finding and running an available installed browser
-on the system.
+Webbrowser is a wrapper script for finding and running the "best" available
+installed browser on the system. It is intended for use by other
+applications that invoke a browser, so that they need not be reconfigured
+when a user switches to a different browser.
-WWW: http://personalpages.tds.net/~jwbacon/Ports
+WWW: http://personalpages.tds.net/~jwbacon/Ports
--------------010306060306050603000301--
More information about the freebsd-ports-bugs
mailing list