[arch-commits] CVS update of arch/build/daemons/cyrus-sasl (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun May 27 21:10:42 UTC 2007


    Date: Sunday, May 27, 2007 @ 17:10:42
  Author: eric
    Path: /home/cvs-arch/arch/build/daemons/cyrus-sasl

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: cyrus-sasl 2.1.22-6
Fixed man page to make it readable


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: arch/build/daemons/cyrus-sasl/PKGBUILD
diff -u arch/build/daemons/cyrus-sasl/PKGBUILD:1.10 arch/build/daemons/cyrus-sasl/PKGBUILD:1.11
--- arch/build/daemons/cyrus-sasl/PKGBUILD:1.10	Sun May 27 09:24:46 2007
+++ arch/build/daemons/cyrus-sasl/PKGBUILD	Sun May 27 17:10:41 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.10 2007/05/27 13:24:46 tpowa Exp $
+# $Id: PKGBUILD,v 1.11 2007/05/27 21:10:41 eric Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=cyrus-sasl
 pkgver=2.1.22
-pkgrel=5
+pkgrel=6
 pkgdesc="SASL authentication daemon"
 arch=(i686 x86_64)
 license=('custom')
@@ -14,8 +14,7 @@
 backup=(etc/conf.d/saslauthd)
 source=(ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${pkgname}-${pkgver}.tar.gz
 	saslauthd saslauthd.conf.d)
-md5sums=('45dde9d19193ae9dd388eb68b2027bc9'
-         '697dfb51206c398bc976ce9f4cffe72d'
+md5sums=('45dde9d19193ae9dd388eb68b2027bc9' '697dfb51206c398bc976ce9f4cffe72d'\
          '96d8a2f6189501f8044838e04d5cae7f')
 
 build() {
@@ -30,6 +29,7 @@
   mkdir -p ${startdir}/pkg/var/run/saslauthd
   install -D -m755 ${startdir}/src/saslauthd ${startdir}/pkg/etc/rc.d/saslauthd
   install -D -m644 ${startdir}/src/saslauthd.conf.d ${startdir}/pkg/etc/conf.d/saslauthd
+  install -D -m644 saslauthd.mdoc ${startdir}/pkg/usr/man/man8/saslauthd.8
 
   install -v -D -m644 ../COPYING ${startdir}/pkg/usr/share/licenses/cyrus-sasl/COPYING
 }




More information about the arch-commits mailing list