Skip to content

Commit

Permalink
Update to 27.0.1453.81
Browse files Browse the repository at this point in the history
  • Loading branch information
gliaskos committed May 11, 2013
1 parent a6cc332 commit ef47f98
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/chromium/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= chromium
#DISTVERSIONPREFIX= courgette-redacted-
DISTVERSION= 27.0.1453.73
DISTVERSION= 27.0.1453.81
CATEGORIES= www
MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ \
http://gsdview.appspot.com/chromium-browser-official/
Expand Down
4 changes: 2 additions & 2 deletions www/chromium/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (chromium-27.0.1453.73.tar.xz) = ac24f648373e5da02ee2f8f3fd3a3f65114cab951d23b20fc513cdd1fd97bdd6
SIZE (chromium-27.0.1453.73.tar.xz) = 144525996
SHA256 (chromium-27.0.1453.81.tar.xz) = 3cedcb08680f5d17c2e683dd136fb92b426935a1a9b922328606dcdc58d68fbc
SIZE (chromium-27.0.1453.81.tar.xz) = 144486148
22 changes: 20 additions & 2 deletions www/chromium/files/patch-third_party__libvpx__unpack_lib_posix.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
--- third_party/libvpx/unpack_lib_posix.sh.orig 2012-09-29 23:59:44.000000000 +0300
+++ third_party/libvpx/unpack_lib_posix.sh 2012-09-30 00:02:38.000000000 +0300
--- third_party/libvpx/unpack_lib_posix.sh.orig 2013-05-08 22:39:15.000000000 +0300
+++ third_party/libvpx/unpack_lib_posix.sh 2013-05-08 22:37:44.000000000 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/usr/bin/env bash
#
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -45,16 +45,12 @@
ar=$AR
fi

-obj_list="$($ar t $lib_file | grep '\.o$')"
+obj_list="$($ar t $lib_file)"

function extract_object {
for f in $obj_list; do
filename="${f##*/}"

- if [ -z "$(echo $filename | grep $1)" ]; then
- continue
- fi
-
# Only echo this if debugging.
# echo "Extract $filename from archive to $out_dir/$1."
$ar p $lib_file $filename > $out_dir/$1

0 comments on commit ef47f98

Please sign in to comment.