Skip site navigation (1)Skip section navigation (2)
Date:      21 Jul 2010 10:29:12 -0300
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-maintainer@opera.com
Subject:   ports/148819: [PATCH] www/opera-linuxplugins: Update to 10.60 build 6386
Message-ID:  <20100721132936.27055.qmail@exxodus.fedaykin.here>
Resent-Message-ID: <201007211330.o6LDU5ok034369@freefall.freebsd.org>

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

>Number:         148819
>Category:       ports
>Synopsis:       [PATCH] www/opera-linuxplugins: Update to 10.60 build 6386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 21 13:30:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #20: Mon Jul 19 17:01:05 BRT 2010
>Description:
Update to 10.60 build 6386

Added file(s):
- pkg-plist

Port maintainer (freebsd-maintainer@opera.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- opera-linuxplugins-10.60.20106030.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/opera-linuxplugins/Makefile,v
retrieving revision 1.13
diff -d -u -u -r1.13 Makefile
--- Makefile	28 Mar 2010 06:44:58 -0000	1.13
+++ Makefile	21 Jul 2010 13:29:04 -0000
@@ -7,7 +7,6 @@
 
 PORTNAME=	opera
 PORTVERSION=	${OPERA_VER}.${OPERA_DATE}
-PORTREVISION=	2
 CATEGORIES=	www linux
 MASTER_SITES=	ftp://opera.inode.at/${MASTER_SITES_VER_PATH} \
 		http://gd.tuwien.ac.at/infosys/browsers/opera/${MASTER_SITES_VER_PATH} \
@@ -25,20 +24,20 @@
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/${MASTER_SITES_VER_PATH}&,} \
 		ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}
 PKGNAMESUFFIX=	-linuxplugins
-DISTNAME=	${PORTNAME}-${OPERA_VER}.gcc3-shared-qt3.i386
+DISTNAME=	${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.linux
 
 MAINTAINER=	freebsd-maintainer@opera.com
 COMMENT=	Linux plugin support for the native Opera browser
 
-RUN_DEPENDS=	${PREFIX}/share/opera/bin/operapluginwrapper:${PORTSDIR}/www/opera
+RUN_DEPENDS=	${PREFIX}/lib/opera/operapluginwrapper:${PORTSDIR}/www/opera
 
-OPERA_VER=	10.10
+OPERA_VER=	10.60
 OPERA_MINVER=
 OPERA_REL=	final
-OPERA_DATE=	20091120
-OPERA_BUILD=	4742
-MASTER_SITES_VER_PATH=	linux/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/i386/shared/
-WRKSRC=		${WRKDIR}/${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.gcc3-shared-qt3.i386
+OPERA_DATE=	20106030
+OPERA_BUILD=	6386
+MASTER_SITES_VER_PATH=	linux/${OPERA_VER:S/.//}${OPERA_MINVER}/
+WRKSRC=		${WRKDIR}/${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.linux
 
 USE_BZIP2=	yes
 USE_LINUX=	yes
@@ -48,9 +47,8 @@
 
 NO_BUILD=	yes
 
-PLIST_FILES=	share/opera/bin/operapluginwrapper.linux
-
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/usr/lib/opera/operapluginwrapper ${PREFIX}/share/opera/bin/operapluginwrapper.linux
+	@${MKDIR} ${PREFIX}/lib/opera
+	@${INSTALL_PROGRAM} ${WRKSRC}/lib/opera/operapluginwrapper ${PREFIX}/lib/opera/operapluginwrapper.linux
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/opera-linuxplugins/distinfo,v
retrieving revision 1.7
diff -d -u -u -r1.7 distinfo
--- distinfo	3 Dec 2009 10:12:33 -0000	1.7
+++ distinfo	21 Jul 2010 13:29:04 -0000
@@ -1,3 +1,3 @@
-MD5 (opera-10.10.gcc3-shared-qt3.i386.tar.bz2) = ef51f43ca638ba2fddc187ab541f7735
-SHA256 (opera-10.10.gcc3-shared-qt3.i386.tar.bz2) = e799dd409a66c2e91c9301a12d445dd8ba6a4e4204bf38c2a6d1369e970517df
-SIZE (opera-10.10.gcc3-shared-qt3.i386.tar.bz2) = 11775545
+MD5 (opera-10.60-6386.i386.linux.tar.bz2) = e86d604b2f9397a618e8ecf357748f55
+SHA256 (opera-10.60-6386.i386.linux.tar.bz2) = be189172893cef848dbc48cad90948dd488cf2da1f7fae56ff15cd9d60ec4880
+SIZE (opera-10.60-6386.i386.linux.tar.bz2) = 12653386
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pkg-plist	21 Jul 2010 13:29:04 -0000
@@ -0,0 +1,2 @@
+lib/opera/operapluginwrapper.linux
+@dirrmtry lib/opera
--- opera-linuxplugins-10.60.20106030.patch ends here ---

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



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