[arch-commits] Commit in alpine/trunk (ChangeLog PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Feb 7 21:38:26 UTC 2009
Date: Saturday, February 7, 2009 @ 16:38:26
Author: eric
Revision: 26420
upgpkg: alpine 2.00-3
Updated patchset
Modified:
alpine/trunk/ChangeLog
alpine/trunk/PKGBUILD
-----------+
ChangeLog | 5 +++++
PKGBUILD | 13 ++++++++-----
2 files changed, 13 insertions(+), 5 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-02-07 19:55:53 UTC (rev 26419)
+++ ChangeLog 2009-02-07 21:38:26 UTC (rev 26420)
@@ -1,3 +1,8 @@
+2009-02-07 Eric Belanger <eric at archlinux.org>
+
+ * alpine 2.00-3
+ * Updated patchset
+
2008-12-05 Eric Belanger <eric at archlinux.org>
* alpine 2.00-2
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-07 19:55:53 UTC (rev 26419)
+++ PKGBUILD 2009-02-07 21:38:26 UTC (rev 26420)
@@ -4,7 +4,8 @@
pkgname=alpine
pkgver=2.00
-pkgrel=2
+pkgrel=3
+_patchlevel=20
pkgdesc="The Apache-licensed PINE (a tool for reading, sending, and managing electronic messages)"
arch=('i686' 'x86_64')
url="http://www.washington.edu/alpine/"
@@ -15,14 +16,16 @@
conflicts=('pine')
replaces=('pine')
options=('!makeflags')
+# patch from http://staff.washington.edu/chappa/alpine/ :
+# http://staff.washington.edu/chappa/alpine/patches/alpine-2.00/all.patch.gz
source=(ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2 \
- ftp://ftp.archlinux.org/other/$pkgname/all.patch.gz)
-md5sums=('84e44cbf71ed674800a5d57eed9c1c52' '52a09388159298e2b06819464402c64f')
-sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' '1e072422ae6eb70db976a584e6c93fbee40331c7')
+ ftp://ftp.archlinux.org/other/$pkgname/all-${_patchlevel}.patch.gz)
+md5sums=('84e44cbf71ed674800a5d57eed9c1c52' '5952d830d64d321040b9a3c0a0e74134')
+sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' '3bc0006a5ff2bf5a67d2fc0ed390d653f5478a9b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -p1 < ../all.patch || return 1
+ patch -p1 < ../all-${_patchlevel}.patch || return 1
./configure --prefix=/usr --without-passfile --without-tcl \
--disable-shared --with-system-pinerc=/etc/alpine.d/pine.conf \
--with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed || return 1
More information about the arch-commits
mailing list