pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dhisd Convert to buildlink3 and correct two spelli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c4c43de8d32
branches:  trunk
changeset: 474076:0c4c43de8d32
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 08:59:48 2004 +0000

description:
Convert to buildlink3 and correct two spelling errors in DESCR.

diffstat:

 net/dhisd/DESCR    |  4 ++--
 net/dhisd/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r dcee4b4c1ed4 -r 0c4c43de8d32 net/dhisd/DESCR
--- a/net/dhisd/DESCR   Sun Apr 25 08:57:48 2004 +0000
+++ b/net/dhisd/DESCR   Sun Apr 25 08:59:48 2004 +0000
@@ -15,6 +15,6 @@
 client has disconnected and will
 again update the databases to an offline state.
 
-Alternativelly the server may receive an OFFLINE_REQ packet from
+Alternatively the server may receive an OFFLINE_REQ packet from
 the client, in which case the DNS record is updated at once and
-the online state droped.
+the online state dropped.
diff -r dcee4b4c1ed4 -r 0c4c43de8d32 net/dhisd/Makefile
--- a/net/dhisd/Makefile        Sun Apr 25 08:57:48 2004 +0000
+++ b/net/dhisd/Makefile        Sun Apr 25 08:59:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/11 14:49:19 cjep Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/25 08:59:48 snj Exp $
 #
 
 DISTNAME=      dhisd-5.0
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.dhis.org/
 COMMENT=       DynDNS server
 
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 do-install:
                ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dhisd
@@ -38,5 +38,5 @@
                        ${PREFIX}/bin/dhisd-genkeys \
                        ${PREFIX}/bin/dhisd
 
-.include "../../devel/gmp/buildlink2.mk"
+.include "../../devel/gmp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index