update to 2.1.2

This commit is contained in:
couderc 2004-05-31 13:38:53 +00:00
parent 75b1400fd8
commit 93fd3c4ab0
3 changed files with 17 additions and 17 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.20 2004/04/02 19:07:05 sturm Exp $
# $OpenBSD: Makefile,v 1.21 2004/05/31 13:38:53 couderc Exp $
COMMENT= "gtk file manager with desktop features"
VERSION= 2.1.1
VERSION= 2.1.2
DISTNAME= rox-${VERSION}
PKGNAME= rox-filer-${VERSION}
CATEGORIES= x11

View File

@ -1,3 +1,3 @@
MD5 (rox-2.1.1.tgz) = b0c134a57e63b9bacae3967b0564218c
RMD160 (rox-2.1.1.tgz) = 670f704301dfc80b1228aeea9ec10feae3170882
SHA1 (rox-2.1.1.tgz) = e93c8ec17f9e59aa0e947779cc7b4c558df4f2ef
MD5 (rox-2.1.2.tgz) = c08a28f259e7e4bb01b56ed174ea7c12
RMD160 (rox-2.1.2.tgz) = 0c35d5028a76047a649dcf2bcbfc48ba34328179
SHA1 (rox-2.1.2.tgz) = 8c6d2e63f353e8e76f154a863ab764c85e38a5b4

View File

@ -1,15 +1,15 @@
$OpenBSD: patch-ROX-Filer_AppRun,v 1.5 2004/02/20 20:11:47 couderc Exp $
--- ROX-Filer/AppRun.orig 2004-01-18 19:29:48.000000000 +0100
+++ ROX-Filer/AppRun 2004-02-20 21:02:49.000000000 +0100
@@ -5,10 +5,7 @@ PROG=ROX-Filer
APP_DIR=`dirname $0`
$OpenBSD: patch-ROX-Filer_AppRun,v 1.6 2004/05/31 13:38:53 couderc Exp $
--- ROX-Filer/AppRun.orig 2004-04-21 20:56:36.000000000 +0200
+++ ROX-Filer/AppRun 2004-05-31 15:26:56.000000000 +0200
@@ -6,10 +6,7 @@ APP_DIR=`dirname "$0"`
APP_DIR=`cd "$APP_DIR";pwd`; export APP_DIR
-ARCH=`uname -m`
-case "$ARCH" in
- i?86) ARCH=ix86 ;;
-esac
+ARCH=`arch -s`
PLATFORM=`uname -s`-"$ARCH"
if [ "x$PLATFORM" = x ]; then
- ARCH=`uname -m`
- case "$ARCH" in
- i?86) ARCH=ix86 ;;
- esac
+ ARCH=`arch -s`
PLATFORM=`uname -s`-"$ARCH" export PLATFORM
fi