aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-10-16 10:56:17 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-10-16 10:56:17 +0000
commit6c4931fe4d140b32da1683798b47a253c8818ec8 (patch)
treebc39c6898cd37aae6170ebad0a95ffadc38e730d
parent5d26fb9f7fee16aaca19a8958f56ca476d77d5de (diff)
downloadports-6c4931fe4d140b32da1683798b47a253c8818ec8.tar.gz
ports-6c4931fe4d140b32da1683798b47a253c8818ec8.zip
Update to version 11.51 (security update)
http://www.opera.com/support/kb/view/1000/ PR: ports/160353 Submitted by: Jakub Lach <jakub_lach@mailplus.pl>
Notes
Notes: svn path=/head/; revision=283598
-rw-r--r--www/linux-opera-devel/Makefile14
-rw-r--r--www/linux-opera-devel/distinfo4
-rw-r--r--www/linux-opera/Makefile14
-rw-r--r--www/linux-opera/distinfo4
4 files changed, 14 insertions, 22 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile
index b4020cb9f15b..5891f19a1b04 100644
--- a/www/linux-opera-devel/Makefile
+++ b/www/linux-opera-devel/Makefile
@@ -7,7 +7,6 @@
PORTNAME= opera
PORTVERSION= ${OPERA_VER}
-PORTREVISION= 0
CATEGORIES= www linux
MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/ \
ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/ \
@@ -33,11 +32,12 @@ USE_LINUX_APPS= aspell naslibs png xorglibs
ONLY_FOR_ARCHS= i386 amd64
USE_GNOME= desktopfileutils
WANT_GNOME= yes
+INSTALLS_ICONS= yes
NO_BUILD= yes
-OPERA_VER= 11.50
-OPERA_BUILD= 1074
+OPERA_VER?= 11.51
+OPERA_BUILD?= 1087
DATADIR= ${PREFIX}/share/${UNIQUENAME}
DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME}
@@ -61,10 +61,6 @@ IGNORE= you need FreeBSD>=7.0 RELEASE with Linux emulation 2.6.x.
IGNORE= you need to use non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f8 and OVERRIDE_LINUX_NONBASE_PORTS=f8). You also can use f10 instead of f8, but I only have tested it with f8.
.endif
-.if ${HAVE_GNOME:Mgtk20}!=""
-INSTALLS_ICONS= yes
-.endif
-
post-extract:
@${GUNZIP_CMD} ${WRKSRC}/share/man/man1/*.gz
@${MV} ${WRKSRC}/share/man ${WRKSRC}/man
@@ -74,13 +70,13 @@ post-extract:
${MV} ${WRKSRC}/$${_r} ${WRKSRC}/$${linux}; \
done; \
for _f in `find ${WRKSRC}/share/icons -type f | \
- sed -e 's|${WRKSRC}/||g'`; do \
+ ${SED} -e 's|${WRKSRC}/||g'`; do \
linux=`${ECHO_CMD} $${_f} | \
${SED} -e 's|opera|${UNIQUENAME}|g'`; \
${MV} ${WRKSRC}/$${_f} ${WRKSRC}/$${linux}; \
done; \
for _l in `find ${WRKSRC}/share/icons -name opera-widget.png | \
- sed -e 's|/opera-widget\.png||g'`; do \
+ ${SED} -e 's|/opera-widget\.png||g'`; do \
${RM} $${_l}/opera-widget.png; \
cd $${_l}; \
${LN} -s ../mimetypes/${UNIQUENAME}-widget.png \
diff --git a/www/linux-opera-devel/distinfo b/www/linux-opera-devel/distinfo
index 4e3466dd887a..2a978c9325f1 100644
--- a/www/linux-opera-devel/distinfo
+++ b/www/linux-opera-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (opera-11.50-1074.i386.linux.tar.xz) = d936881411db5cca320e3eb4b921d0f99a32c5bb100278183533be0e8fda8f86
-SIZE (opera-11.50-1074.i386.linux.tar.xz) = 11067576
+SHA256 (opera-11.51-1087.i386.linux.tar.xz) = e2da38a1775b59ebf09e3695505634a3df9655b8812e3b4fe3163d02488d4aad
+SIZE (opera-11.51-1087.i386.linux.tar.xz) = 11091928
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile
index b4020cb9f15b..5891f19a1b04 100644
--- a/www/linux-opera/Makefile
+++ b/www/linux-opera/Makefile
@@ -7,7 +7,6 @@
PORTNAME= opera
PORTVERSION= ${OPERA_VER}
-PORTREVISION= 0
CATEGORIES= www linux
MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/ \
ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/ \
@@ -33,11 +32,12 @@ USE_LINUX_APPS= aspell naslibs png xorglibs
ONLY_FOR_ARCHS= i386 amd64
USE_GNOME= desktopfileutils
WANT_GNOME= yes
+INSTALLS_ICONS= yes
NO_BUILD= yes
-OPERA_VER= 11.50
-OPERA_BUILD= 1074
+OPERA_VER?= 11.51
+OPERA_BUILD?= 1087
DATADIR= ${PREFIX}/share/${UNIQUENAME}
DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME}
@@ -61,10 +61,6 @@ IGNORE= you need FreeBSD>=7.0 RELEASE with Linux emulation 2.6.x.
IGNORE= you need to use non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f8 and OVERRIDE_LINUX_NONBASE_PORTS=f8). You also can use f10 instead of f8, but I only have tested it with f8.
.endif
-.if ${HAVE_GNOME:Mgtk20}!=""
-INSTALLS_ICONS= yes
-.endif
-
post-extract:
@${GUNZIP_CMD} ${WRKSRC}/share/man/man1/*.gz
@${MV} ${WRKSRC}/share/man ${WRKSRC}/man
@@ -74,13 +70,13 @@ post-extract:
${MV} ${WRKSRC}/$${_r} ${WRKSRC}/$${linux}; \
done; \
for _f in `find ${WRKSRC}/share/icons -type f | \
- sed -e 's|${WRKSRC}/||g'`; do \
+ ${SED} -e 's|${WRKSRC}/||g'`; do \
linux=`${ECHO_CMD} $${_f} | \
${SED} -e 's|opera|${UNIQUENAME}|g'`; \
${MV} ${WRKSRC}/$${_f} ${WRKSRC}/$${linux}; \
done; \
for _l in `find ${WRKSRC}/share/icons -name opera-widget.png | \
- sed -e 's|/opera-widget\.png||g'`; do \
+ ${SED} -e 's|/opera-widget\.png||g'`; do \
${RM} $${_l}/opera-widget.png; \
cd $${_l}; \
${LN} -s ../mimetypes/${UNIQUENAME}-widget.png \
diff --git a/www/linux-opera/distinfo b/www/linux-opera/distinfo
index 4e3466dd887a..2a978c9325f1 100644
--- a/www/linux-opera/distinfo
+++ b/www/linux-opera/distinfo
@@ -1,2 +1,2 @@
-SHA256 (opera-11.50-1074.i386.linux.tar.xz) = d936881411db5cca320e3eb4b921d0f99a32c5bb100278183533be0e8fda8f86
-SIZE (opera-11.50-1074.i386.linux.tar.xz) = 11067576
+SHA256 (opera-11.51-1087.i386.linux.tar.xz) = e2da38a1775b59ebf09e3695505634a3df9655b8812e3b4fe3163d02488d4aad
+SIZE (opera-11.51-1087.i386.linux.tar.xz) = 11091928