Date: Sun, 15 Feb 2004 21:10:31 +0100 From: "Arjan van Leeuwen" <avleeuwen@piwebs.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/62884: (maintainer-update) Several fixes for www/opera-devel and SIZEify Message-ID: <1076875831.0@vincent.piwebs.com> Resent-Message-ID: <200402152010.i1FKAPD3041807@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62884 >Category: ports >Synopsis: (maintainer-update) Several fixes for www/opera-devel and SIZEify >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 15 12:10:25 PST 2004 >Closed-Date: >Last-Modified: >Originator: Arjan van Leeuwen >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD 5.2-CURRENT #0: Sat Feb 7 02:47:29 CET 2004 root@vincent.piwebs.com:/usr/obj/usr/src/sys/AMD760 >Description: Piotr Smyrak (piotr.smyrak@heron,pl) sent me a patch for www/opera-devel that installs a correct opera desktop entry (points to opera-devel instead of opera, and fixes conflict with www/opera's desktop entry). Add SIZE to distinfo. Portrevision not bumped, because functionality hasn't changed. >How-To-Repeat: >Fix: --- opera-devel.diff begins here --- diff -urN /usr/ports/www/opera-devel/distinfo opera-devel/distinfo --- /usr/ports/www/opera-devel/distinfo Tue Jan 27 00:13:12 2004 +++ opera-devel/distinfo Sun Feb 15 21:02:05 2004 @@ -1 +1,2 @@ MD5 (opera-7.50-20031219.1-static-qt.i386.freebsd-en.tar.bz2) = 6b47e5bc28d863b18c7a43487ea7d62c +SIZE (opera-7.50-20031219.1-static-qt.i386.freebsd-en.tar.bz2) = 4789887 diff -urN /usr/ports/www/opera-devel/files/patch-install.sh opera-devel/files/patch-install.sh --- /usr/ports/www/opera-devel/files/patch-install.sh Tue Jan 27 00:13:12 2004 +++ opera-devel/files/patch-install.sh Sun Feb 15 21:01:34 2004 @@ -1,5 +1,5 @@ --- install.sh.orig Fri Dec 19 14:45:42 2003 -+++ install.sh Wed Dec 31 14:59:00 2003 ++++ install.sh Sun Feb 15 21:02:32 2004 @@ -108,8 +108,8 @@ if test ${os} = 'FreeBSD' -o ${os} = 'OpenBSD'; then @@ -115,6 +115,39 @@ # Shorcuts and Icons icons gnome +@@ -1305,13 +1275,13 @@ + { + # arg1 = location + +- wmconfig_file="${1}/opera" ++ wmconfig_file="${1}/opera-devel" + +- wmconfig_contain='opera name "Opera" ++ wmconfig_contain='opera name "Opera Beta" + opera description "Opera Web Browser" + opera icon "opera.xpm" + opera mini-icon "opera.xpm" +-opera exec "opera &" ++opera exec "opera-devel &" + opera group "Internet"' + + echo "${wmconfig_contain}" > ${wmconfig_file} +@@ -1322,12 +1292,12 @@ + { + # arg1 = location + +- desktop_file="${1}/opera.desktop" ++ desktop_file="${1}/opera-devel.desktop" + + desktop_contain='[Desktop Entry] +-Name=Opera ++Name=Opera Beta + Comment=Web Browser +-Exec=opera ++Exec=opera-devel + Icon=opera.xpm + Terminal=0 + Type=Application' @@ -1361,22 +1331,22 @@ debug_msg 0 "in icons()" --- opera-devel.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1076875831.0>