[arch-commits] CVS update of extra/daemons/dhcdbd (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 10 19:56:45 UTC 2007


    Date: Sunday, June 10, 2007 @ 15:56:45
  Author: jgc
    Path: /home/cvs-extra/extra/daemons/dhcdbd

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: dhcdbd 2.8-1


----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


Index: extra/daemons/dhcdbd/PKGBUILD
diff -u extra/daemons/dhcdbd/PKGBUILD:1.7 extra/daemons/dhcdbd/PKGBUILD:1.8
--- extra/daemons/dhcdbd/PKGBUILD:1.7	Wed May 16 14:52:39 2007
+++ extra/daemons/dhcdbd/PKGBUILD	Sun Jun 10 15:56:45 2007
@@ -1,24 +1,22 @@
-# $Id: PKGBUILD,v 1.7 2007/05/16 18:52:39 jgc Exp $
+# $Id: PKGBUILD,v 1.8 2007/06/10 19:56:45 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tor Krill <tor at krill.nu>
 
 pkgname=dhcdbd
-pkgver=2.7
-pkgrel=2
+pkgver=2.8
+pkgrel=1
 pkgdesc="DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://people.redhat.com/dcantrel/dhcdbd/"
 depends=('dbus>=1.0.2-3' 'dhclient')
 source=(http://people.redhat.com/dcantrel/dhcdbd/${pkgname}-${pkgver}.tar.bz2
-	http://www.linuxpowertop.org/patches/dhcdbd.patch
         dhcdbd.script)
-md5sums=('9edf3eabe05487e7ee5f0b685683d7fb' 'db539f81ca440d7bc5ea69c83da91c8e')
-
+md5sums=('c2c5a5c72182c3e88ae62eadb4874fc1'
+         'db539f81ca440d7bc5ea69c83da91c8e')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/dhcdbd.patch || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install
   mkdir -p ${startdir}/pkg/etc/rc.d/




More information about the arch-commits mailing list