diff options
author | dillo <dillo> | 2002-01-30 10:05:13 +0000 |
---|---|---|
committer | dillo <dillo> | 2002-01-30 10:05:13 +0000 |
commit | 551bf38be9ab136a78568df7693540660aec9ffe (patch) | |
tree | 7cb784496790826556f844b6f5913db631364553 /comms/pilot-link-libs | |
parent | b5ff5c182fb588931b2b4c8a64a9be981d43ffbd (diff) | |
download | pkgsrc-551bf38be9ab136a78568df7693540660aec9ffe.tar.gz |
update pilot-link-libs to 0.9.5nb2:
fix error recovery (in SLP and PADP protocols)
Diffstat (limited to 'comms/pilot-link-libs')
-rw-r--r-- | comms/pilot-link-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index 9c86710573e..6eef95220ee 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/11/29 01:12:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/30 10:05:14 dillo Exp $ # .include "../../comms/pilot-link/Makefile.common" PKGNAME= pilot-link-libs-${PILOT_LINK_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Libraries for talking to the 3Com Pilot PDA CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3] |