OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Dec-2005 22:16:16
Branch: HEAD Handle: 2005120621161500
Modified files:
openpkg-src/opera opera.spec
Log:
support FreeBSD 6.0, too
Summary:
Revision Changes Path
1.27 +4 -4 openpkg-src/opera/opera.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/opera/opera.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 opera.spec
--- openpkg-src/opera/opera.spec 23 Nov 2005 07:40:35 -0000 1.26
+++ openpkg-src/opera/opera.spec 6 Dec 2005 21:16:15 -0000 1.27
@@ -42,7 +42,7 @@
Group: Web
License: Commercial
Version: %{V_openpkg}
-Release: 20051123
+Release: 20051206
# list of sources
Source0:
ftp://ftp.opera.com/pub/opera/unix/freebsd/%{V_bsd_comp}/final/en/opera-%{V_bsd_real}-static-qt.i386.freebsd-en.tar.bz2
@@ -85,9 +85,9 @@
%prep
%setup -q -c -T
case "%{l_platform -t}" in
- i?86-freebsd[45]* ) src="%{SOURCE0}" ;;
- i?86-linux2* ) src="%{SOURCE1}" ;;
- sun4?-sunos5* ) src="%{SOURCE2}" ;;
+ i?86-freebsd[456]* ) src="%{SOURCE0}" ;;
+ i?86-linux2* ) src="%{SOURCE1}" ;;
+ sun4?-sunos5* ) src="%{SOURCE2}" ;;
* ) echo "Platform \"%{l_platform -t}\" not supported" 1>&2; exit 1
;;
esac
%{l_bzip2} -d -c $src | %{l_tar} xf -
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]