pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dhcpcd-gtk Update to dhcpcd-ui-0.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1854e58b9c77
branches:  trunk
changeset: 575864:1854e58b9c77
user:      roy <roy%pkgsrc.org@localhost>
date:      Mon May 24 21:12:53 2010 +0000

description:
Update to dhcpcd-ui-0.5.0

Changes include:
* Use a configure build script
* Fix crash when clearing an interface configuration
* Allow all IP and router addresses

diffstat:

 net/dhcpcd-gtk/Makefile |  13 ++++++-------
 net/dhcpcd-gtk/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 906952198f66 -r 1854e58b9c77 net/dhcpcd-gtk/Makefile
--- a/net/dhcpcd-gtk/Makefile   Mon May 24 21:08:41 2010 +0000
+++ b/net/dhcpcd-gtk/Makefile   Mon May 24 21:12:53 2010 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2009/09/05 21:43:45 roy Exp $
+# $NetBSD: Makefile,v 1.11 2010/05/24 21:12:53 roy Exp $
 #
 
-DISTNAME=              dhcpcd-ui-0.4.2
-PKGNAME=               dhcpcd-gtk-0.4.2
-PKGREVISION=           1
+DISTNAME=              dhcpcd-ui-0.5.0
+PKGNAME=               dhcpcd-gtk-0.5.0
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
 MASTER_SITES+=         http://roy.aydogan.net/dhcpcd/
@@ -14,13 +13,13 @@
 COMMENT=               GTK+ systray monitor for dhcpcd
 LICENSE=               modified-bsd
 
-DEPENDS+=              dhcpcd-dbus>=0.4.0:../../net/dhcpcd-dbus
+DEPENDS+=              dhcpcd-dbus>=0.5.0:../../net/dhcpcd-dbus
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 USE_LANGUAGES=         c99
 USE_TOOLS+=            pkg-config
-
-INSTALL_MAKE_FLAGS+=   SYSCONFDIR=${PREFIX}/share/gnome/autostart
+HAS_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-gtk+
 
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
diff -r 906952198f66 -r 1854e58b9c77 net/dhcpcd-gtk/distinfo
--- a/net/dhcpcd-gtk/distinfo   Mon May 24 21:08:41 2010 +0000
+++ b/net/dhcpcd-gtk/distinfo   Mon May 24 21:12:53 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/09/05 21:43:45 roy Exp $
+$NetBSD: distinfo,v 1.6 2010/05/24 21:12:53 roy Exp $
 
-SHA1 (dhcpcd-ui-0.4.2.tar.bz2) = 6c58c6a72428f6f74b4c24092e730879bd1adfee
-RMD160 (dhcpcd-ui-0.4.2.tar.bz2) = 45a89761d51b10b63dd58f304dec81377dc83fa7
-Size (dhcpcd-ui-0.4.2.tar.bz2) = 140541 bytes
+SHA1 (dhcpcd-ui-0.5.0.tar.bz2) = ef04d1d2e4bc8e95c00702fff2dad123d1f693e6
+RMD160 (dhcpcd-ui-0.5.0.tar.bz2) = e26a17b6bd35bbb004115f6a88c004dc3022c4ec
+Size (dhcpcd-ui-0.5.0.tar.bz2) = 141925 bytes



Home | Main Index | Thread Index | Old Index