OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Sep-2007 17:08:41
Branch: HEAD Handle: 2007091016084100
Modified files:
openpkg-src/varnish varnish.spec
Log:
support FreeBSD 7 as well
Summary:
Revision Changes Path
1.11 +3 -3 openpkg-src/varnish/varnish.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/varnish/varnish.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 varnish.spec
--- openpkg-src/varnish/varnish.spec 21 Aug 2007 21:06:42 -0000 1.10
+++ openpkg-src/varnish/varnish.spec 10 Sep 2007 15:08:41 -0000 1.11
@@ -33,7 +33,7 @@
Group: Web
License: BSD
Version: 1.1.1
-Release: 20070821
+Release: 20070910
# list of sources
Source0:
http://switch.dl.sourceforge.net/sourceforge/varnish/varnish-%{version}.tar.gz
@@ -73,8 +73,8 @@
%prep
# platform checks
( case "%{l_platform -t}" in
- *-freebsd6* ) ;;
- *-linux2.6* ) ;;
+ *-freebsd[6-7]* ) ;;
+ *-linux2.6* ) ;;
* )
set +x
( echo "Platform \"%{l_platform -t}\" not supported."
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]