Skip site navigation (1)Skip section navigation (2)
Date:      31 Oct 2002 21:42:14 -0000
From:      "Øyvind" Kolbu <oyvind@kebab.gaffel.nu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        des@FreeBSD.org
Subject:   ports/44795: Update www/opera to 6.10 final.
Message-ID:  <20021031214214.76928.qmail@kebab.gaffel.nu>

next in thread | raw e-mail | index | archive | help

>Number:         44795
>Category:       ports
>Synopsis:       Update www/opera to 6.10 final.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 13:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Øyvind Kolbu
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD kebab.gaffel.nu 4.7-RC FreeBSD 4.7-RC #0: Sat Sep 21 18:13:10 CEST 2002 oyvind@kebab.gaffel.nu:/usr/obj/usr/src/sys/kebab i386


>Description:
	Update www/opera to 6.10 final.
>How-To-Repeat:
	Use the patch below.
>Fix:

--- opera.patch begins here ---
? opera.patch
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/opera/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	29 Oct 2002 09:14:30 -0000	1.3
+++ Makefile	31 Oct 2002 21:36:46 -0000
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	opera
-PORTVERSION=	6.10.20021015
-PORTREVISION=	1
+PORTVERSION=	6.10.20021029
 CATEGORIES=	www
-MASTER_SITES=	http://opera.online.no/linux/610/beta1/en/static_freebsd/ \
-		ftp://ftp.opera.com/pub/opera/linux/610/beta1/en/static_freebsd/
+MASTER_SITES=	http://opera.online.no/unix/freebsd/610/final/en/static/ \
+		ftp://ftp.opera.com/pub/opera/unix/freebsd/610/final/en/static/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/10./10-/}.1-static-qt.i386.freebsd
 
 MAINTAINER=	des@FreeBSD.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/opera/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	27 Oct 2002 17:27:40 -0000	1.2
+++ distinfo	31 Oct 2002 21:36:46 -0000
@@ -1 +1 @@
-MD5 (opera-6.10-20021015.1-static-qt.i386.freebsd.tar.bz2) = a23bcd731a9ac5e7fdfa30b61f1aae14
+MD5 (opera-6.10-20021029.1-static-qt.i386.freebsd.tar.bz2) = b904b22a0b85a8effd51995606c806d5
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/opera/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	27 Oct 2002 17:27:40 -0000	1.2
+++ pkg-plist	31 Oct 2002 21:36:46 -0000
@@ -356,12 +356,6 @@
 share/opera/java/opera.jar
 share/opera/java/opera.policy
 share/opera/opera6.adr
-share/opera/plugins/libnpp.so
-share/opera/plugins/libnpp.so.0
-share/opera/plugins/libnpp.so.0.1
-share/opera/plugins/libnpp.so.0.1.8
-share/opera/plugins/operamotifwrapper
-share/opera/plugins/operaplugincleaner
 share/opera/skin/foreground.png
 share/opera/styles/OPF.css
 share/opera/styles/about.css
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/www/opera/files/patch-aa,v
retrieving revision 1.1
diff -u -r1.1 patch-aa
--- files/patch-aa	14 Oct 2002 21:02:11 -0000	1.1
+++ files/patch-aa	31 Oct 2002 21:36:46 -0000
@@ -1,8 +1,16 @@
---- install.sh.orig	Tue Oct  1 16:20:51 2002
-+++ install.sh	Sat Oct  5 13:37:56 2002
-@@ -1042,8 +1042,9 @@
- 	ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so
+--- install.sh.orig	Tue Oct 29 11:58:13 2002
++++ install.sh	Thu Oct 31 22:27:32 2002
+@@ -1056,16 +1056,10 @@
+ 	mkdir $mkdirv $mkdirp $plugin_dir/
+ 	chmod $chmodv 755 $plugin_dir
  
+-	cp $cpv $cpf $cpp plugins/operamotifwrapper plugins/operaplugincleaner plugins/libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/
+-        chmod $chmodv 756 $plugin_dir/operamotifwrapper $plugin_dir/operaplugincleaner $plugin_dir/libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release
+-
+-	ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so.$plugin_version_major.$plugin_version_minor
+-	ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so.$plugin_version_major
+-	ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so
+-
       # System wide configuration files
 -	config_dir='/usr/local/etc'
 +	config_dir="$prefix/etc"
@@ -11,7 +19,7 @@
  	    echo
  	    echo "System wide configuration files:"
  	    echo "  $config_dir/opera6rc"
-@@ -1070,6 +1071,7 @@
+@@ -1092,6 +1086,7 @@
  			;;
  		esac
  	    done
--- opera.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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