[arch-commits] CVS update of arch/build/devel/cvs (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sat Jun 2 13:30:18 UTC 2007


    Date: Saturday, June 2, 2007 @ 09:30:18
  Author: tpowa
    Path: /home/cvs-arch/arch/build/devel/cvs

Modified: PKGBUILD (1.33 -> 1.34)

'upgpkg: update to new heimdal'


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


Index: arch/build/devel/cvs/PKGBUILD
diff -u arch/build/devel/cvs/PKGBUILD:1.33 arch/build/devel/cvs/PKGBUILD:1.34
--- arch/build/devel/cvs/PKGBUILD:1.33	Fri Mar 16 11:55:06 2007
+++ arch/build/devel/cvs/PKGBUILD	Sat Jun  2 09:30:18 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.33 2007/03/16 15:55:06 tpowa Exp $
+# $Id: PKGBUILD,v 1.34 2007/06/02 13:30:18 tpowa Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=cvs
 pkgver=1.11.22
-pkgrel=4
+pkgrel=5
 pkgdesc="Concurrent Versions System - a source control system"
 arch=(i686 x86_64)
+license=('GPL')
 depends=('glibc' 'heimdal' 'db>=4.5')
 source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/1.11.22/$pkgname-$pkgver.tar.bz2 \
         cvs-1.11.22-free.patch)
 url="http://ximbiot.com/cvs/wiki/index.php"
-md5sums=('f24043a640509aff1aa28871dd345762' 'e1cc96a621de316dd719322c424a8334')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   unset EDITOR VISUAL
   patch -p1 -i $startdir/src/cvs-1.11.22-free.patch || return 1
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --without-gssapi
   make || return 1
   make prefix=$startdir/pkg/usr install
 }




More information about the arch-commits mailing list