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: 15-Nov-2005 08:11:45
Branch: HEAD Handle: 2005111507114500
Modified files:
openpkg-src/icon icon.spec
Log:
upgrading package: icon 9.4.2 -> 9.4.3
Summary:
Revision Changes Path
1.21 +6 -6 openpkg-src/icon/icon.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/icon/icon.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 icon.spec
--- openpkg-src/icon/icon.spec 14 Oct 2005 14:01:26 -0000 1.20
+++ openpkg-src/icon/icon.spec 15 Nov 2005 07:11:45 -0000 1.21
@@ -23,8 +23,8 @@
##
# package version
-%define V_real 942
-%define V_here 9.4.2
+%define V_real 943
+%define V_here 9.4.3
# package information
Name: icon
@@ -37,7 +37,7 @@
Group: Language
License: GPL
Version: %{V_here}
-Release: 20051014
+Release: 20051115
# list of sources
Source0:
ftp://ftp.cs.arizona.edu/icon/packages/unix/icon.v%{V_real}src.tgz
@@ -71,11 +71,11 @@
%build
case "%{l_platform -t}" in
- *-freebsd* ) name="freebsd" ;;
- *-netbsd* ) name="openbsd" ;;
+ *-freebsd* ) name="bsd" ;;
+ *-netbsd* ) name="bsd" ;;
*-linux* ) name="linux" ;;
i?86-sunos* ) name="intel_solaris" ;;
- sun*-sunos* ) name="sun_gcc" ;;
+ sun*-sunos* ) name="solaris" ;;
* ) echo "platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
esac
%{l_make} %{l_mflags} Configure name=$name
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]