Tue Nov  1 00:26:13 CET 2005  VMiklos <[EMAIL PROTECTED]>
  * xosd-2.2.14-1-i686
  added i686 to archs()
diff -rN -u old-frugalware-current/extra/source/xlib/xosd/FrugalBuild 
new-frugalware-current-1/extra/source/xlib/xosd/FrugalBuild
--- old-frugalware-current/extra/source/xlib/xosd/FrugalBuild   2005-11-01 
00:50:47.000000000 +0100
+++ new-frugalware-current-1/extra/source/xlib/xosd/FrugalBuild 2005-11-01 
00:27:11.000000000 +0100
@@ -1,4 +1,4 @@
-# Last Modified: Fri, 02 Sep 2005 14:49:24 +0200
+# Last Modified: Tue, 01 Nov 2005 00:25:49 +0100
 # Compiling Time: 0.19 SBU
 # Maintainer: Christian Hamar alias krix <[EMAIL PROTECTED]>
 
@@ -10,7 +10,7 @@
 depends=('gdk-pixbuf')
 makedepends=('xmms' 'bmp')
 groups=('xlib-extra')
-archs=('x86_64')
+archs=('i686' 'x86_64')
 license="GPL2"
 up2date="lynx -dump ftp://ftp.fsn.hu/debian/pool/main/x/xosd/ | grep 
xosd_[0-9\.]*orig.tar.gz | tail -n 1 | sed -ne 's/.*d_\(.*\)\.t.*/\1/;1 p' | 
sed 's/.orig//'"
 
source=(ftp://ftp.fsn.hu/debian/pool/main/x/xosd/${pkgname}_$pkgver.orig.tar.gz 
\
diff -rN -u old-frugalware-current/source/network/fetchmail/FrugalBuild 
new-frugalware-current-1/source/network/fetchmail/FrugalBuild
--- old-frugalware-current/source/network/fetchmail/FrugalBuild 2005-07-30 
18:18:56.000000000 +0200
+++ new-frugalware-current-1/source/network/fetchmail/FrugalBuild       
2005-11-01 00:50:50.000000000 +0100
@@ -1,24 +1,36 @@
-# Last Modified: Thu, 02 Jun 2005 15:05:04 +0000
-# Compiling Time: ~1 minute
+# Last Modified: Tue, 01 Nov 2005 00:46:37 +0100
+# Compiling Time: 0.10 SBU
 # Maintainer: VMiklos <[EMAIL PROTECTED]>
 
 pkgname=fetchmail
-pkgver=6.2.5
-pkgrel=3
+pkgver=6.2.5.2
+shortver=6.2.5
+# we have to have a newer version
+# see http://fetchmail.berlios.de/fetchmail-SA-2005-02.txt
+fetchmailconfver=1.43.2
+pkgrel=1
 pkgdesc="A remote-mail retrieval and forwarding utility."
 url="http://catb.org/~esr/fetchmail/";
 depends=('openssl')
 groups=('network')
 archs=('i686' 'x86_64')
-up2date="lynx -dump $url|grep 'source archive'|sed -n -e 's/.* \(.*\)$/\1/' -e 
'1 p'"
-source=(http://catb.org/~esr/fetchmail/fetchmail-$pkgver.tar.gz)
-md5sums=('9956b30139edaa4f5f77c4d0dbd80225')
+up2date="lynx -dump http://developer.berlios.de/projects/fetchmail|grep 
fetchmail|sed 's/.*l \([^ ]*\) .*/\1/;q'"
+source=(http://catb.org/~esr/fetchmail/fetchmail-$shortver.tar.gz \
+       http://download.berlios.de/fetchmail/fetchmail-patch-$pkgver.gz
+       http://download.berlios.de/fetchmail/fetchmailconf-$fetchmailconfver.gz)
+sha1sums=('4656ec4393ccd1c137fe7b331f77cb26b576ac0e' \
+         '4e4d69e9847213eb594ad931a423a0fad5b2e3f2' \
+         '7308c85de25f2caf698fc404bd118ca74c17d9df')
 
 build() {
-       Fcd
+       Fcd $pkgname-$shortver
+       Fpatch fetchmail-patch-$pkgver
        Facu    
        Fmake --with-ssl || return 1
+       mv -f ../fetchmailconf-$fetchmailconfver fetchmailconf
        Fmakeinstall DESTDIR=$startdir/pkg || return 1
 }
 
 # vim: ft=sh
+
+# optimalization OK

_______________________________________________
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs

Reply via email to