diff options
author | dillo <dillo@pkgsrc.org> | 2002-01-30 10:05:13 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-01-30 10:05:13 +0000 |
commit | cffbbdc06a06d6e7d2d9009086e08114a008aea9 (patch) | |
tree | 7cb784496790826556f844b6f5913db631364553 /comms/pilot-link-libs | |
parent | 4d3918b43d824c7993ebfe3f63931a962ea63e20 (diff) | |
download | pkgsrc-cffbbdc06a06d6e7d2d9009086e08114a008aea9.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] |