diff options
| author | Brett Koonce | 2013-09-20 14:34:35 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2013-09-20 22:22:37 +0100 | 
| commit | 33381da072ced1ce61427ef2c1804b5dc69ae29c (patch) | |
| tree | 770bf59b90b8e631778fb600c8a78632394a6701 /Library/Formula/phoronix-test-suite.rb | |
| parent | 10be4a3c3478e7a19baa1e238360a8daf8f706f8 (diff) | |
| download | homebrew-33381da072ced1ce61427ef2c1804b5dc69ae29c.tar.bz2 | |
phoronix-test-suite 4.8.2
Closes #22715.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/phoronix-test-suite.rb')
| -rw-r--r-- | Library/Formula/phoronix-test-suite.rb | 13 | 
1 files changed, 3 insertions, 10 deletions
diff --git a/Library/Formula/phoronix-test-suite.rb b/Library/Formula/phoronix-test-suite.rb index c7b2afb01..1a01f6882 100644 --- a/Library/Formula/phoronix-test-suite.rb +++ b/Library/Formula/phoronix-test-suite.rb @@ -2,8 +2,8 @@ require 'formula'  class PhoronixTestSuite < Formula    homepage 'http://www.phoronix-test-suite.com/' -  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.4.1' -  sha1 'fc8fafddcb1e1069e6e7b615f8b247845138069d' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.8.2' +  sha1 '4a3dfbf72b5f4b2e557d5a15f66f7b2d6618ee54'    def patches; DATA; end @@ -32,7 +32,7 @@ __END__   cd documentation/   cp -r * $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/ -@@ -67,13 +67,13 @@ +@@ -67,7 +67,7 @@   rm -rf $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/man-pages/   cp documentation/man-pages/*.1 $DESTDIR$INSTALL_PREFIX/share/man/man1/ @@ -41,13 +41,6 @@ __END__   cp pts-core/static/images/phoronix-test-suite.png $DESTDIR$INSTALL_PREFIX/share/icons/hicolor/48x48/apps/phoronix-test-suite.png   cp pts-core/static/phoronix-test-suite.desktop $DESTDIR$INSTALL_PREFIX/share/applications/   cp pts-core/static/phoronix-test-suite-launcher.desktop $DESTDIR$INSTALL_PREFIX/share/applications/ -  - rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts/etc/scripts/package-build-* --cp -r pts-core/ $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/ -+cp -r pts-core $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite - rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/static/phoronix-test-suite.desktop - rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/static/phoronix-test-suite-launcher.desktop - rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/openbenchmarking.org/openbenchmarking-mime.xml  @@ -88,7 +88,7 @@   # sed 's:\$url = PTS_PATH . \"documentation\/index.html\";:\$url = \"'"$INSTALL_PREFIX"'\/share\/doc\/packages\/phoronix-test-suite\/index.html\";:g' pts-core/commands/gui_gtk.php > $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/commands/gui_gtk.php  | 
