[arch-commits] Commit in alpine/trunk (ChangeLog PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Apr 10 16:02:37 UTC 2010


    Date: Saturday, April 10, 2010 @ 12:02:37
  Author: andrea
Revision: 77067

upgpkg: alpine 2.00-9
upstream release

Modified:
  alpine/trunk/ChangeLog
  alpine/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   18 +++++++++++-------
 2 files changed, 16 insertions(+), 7 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-04-10 16:02:28 UTC (rev 77066)
+++ ChangeLog	2010-04-10 16:02:37 UTC (rev 77067)
@@ -1,3 +1,8 @@
+2010-04-10  Andrea Scarpino <andrea at archlinux.org>
+
+	* alpine 2.00-9
+	* Updated patchset to level 56
+
 2010-01-23  Eric Belanger  <eric at archlinux.org>
 
 	* alpine 2.00-7

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-10 16:02:28 UTC (rev 77066)
+++ PKGBUILD	2010-04-10 16:02:37 UTC (rev 77067)
@@ -4,13 +4,13 @@
 
 pkgname=alpine
 pkgver=2.00
-pkgrel=8
-_patchlevel=53
+pkgrel=9
+_patchlevel=56
 pkgdesc="The Apache-licensed PINE (a tool for reading, sending, and managing electronic messages)"
 arch=('i686' 'x86_64')
 url="http://www.washington.edu/alpine/"
 license=('APACHE')
-depends=('libldap>=2.4.18' 'heimdal>=1.2.1' 'gettext')
+depends=('libldap' 'heimdal' 'gettext')
 optdepends=('aspell: for spell-checking support')
 provides=('pine')
 conflicts=('pine')
@@ -19,10 +19,10 @@
 source=(ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2 \
         http://staff.washington.edu/chappa/alpine/patches/alpine-${pkgver}/all_${_patchlevel}.patch.gz \
         2.00-lpam.patch CVE-2008-5514.patch)
-md5sums=('84e44cbf71ed674800a5d57eed9c1c52' 'c4a85b865f59c095f838617d08b1b123'\
-         'cd3911c16fc6a072e853c0ccfc35857c' '1b52a54a656979116c09fb1d948a4325')
-sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' '7396ed92062924c126087dc32b98ccebf98e17cc'\
-         '1b39525f91ebd5a9de5a1e04f5554f6fa5f58ae3' 'bc61d76a237ff42b00b3f60f2e6fc5c45e261dbb')
+md5sums=('84e44cbf71ed674800a5d57eed9c1c52'
+	'8dc5f11cbaffaf88ea297df0895d9f73'
+	'cd3911c16fc6a072e853c0ccfc35857c'
+	'1b52a54a656979116c09fb1d948a4325')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -33,5 +33,9 @@
     --disable-shared --with-system-pinerc=/etc/alpine.d/pine.conf \
     --with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed || return 1
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list