Sun Oct 18 19:46:36 2009 UTC ()
update homepage. update master_sites.


(zafer)
diff -r1.7 -r1.8 pkgsrc/net/libcares/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/net/libcares/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libcares/Makefile 2009/07/17 18:00:20 1.7
+++ pkgsrc/net/libcares/Makefile 2009/10/18 19:46:36 1.8
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.7 2009/07/17 18:00:20 adrianp Exp $ 1# $NetBSD: Makefile,v 1.8 2009/10/18 19:46:36 zafer Exp $
2 2
3# 3#
4# Please do not update or modify this package as it has been imported only 4# Please do not update or modify this package as it has been imported only
5# as a dependecy for chat/unrealircd. This package should only be updated 5# as a dependecy for chat/unrealircd. This package should only be updated
6# when chat/unrealircd requires it. 6# when chat/unrealircd requires it.
7# 7#
8 8
9DISTNAME= c-ares-1.4.0 9DISTNAME= c-ares-1.4.0
10PKGNAME= libcares-1.4.0 10PKGNAME= libcares-1.4.0
11CATEGORIES= net 11CATEGORIES= net
12MASTER_SITES= http://daniel.haxx.se/projects/c-ares/ 12MASTER_SITES= http://c-ares.haxx.se/
13 13
14MAINTAINER= pkgsrc-users@NetBSD.org 14MAINTAINER= pkgsrc-users@NetBSD.org
15HOMEPAGE= http://daniel.haxx.se/projects/c-ares/ 15HOMEPAGE= http://c-ares.haxx.se/
16COMMENT= Asynchronous resolver library 16COMMENT= Asynchronous resolver library
17 17
18PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
19 19
20GNU_CONFIGURE= YES 20GNU_CONFIGURE= YES
21USE_LIBTOOL= YES 21USE_LIBTOOL= YES
22 22
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"