diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-09 08:36:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-09 08:36:34 +0000 |
commit | 8cffa73ba37d98b14b6c559d3d3441819caa725e (patch) | |
tree | ad39354c82ba0bd47551e8a73aba06f69e3da8de /comms/pilot-link | |
parent | a5f065da1e8d5f8469bbd067c3f930a8f2c84cac (diff) | |
download | pkgsrc-8cffa73ba37d98b14b6c559d3d3441819caa725e.tar.gz |
Update to 0.12.4:
Last-minute fixes before releasing 0.12.4
Fix for Sony SJ-22 device sync (fixes bug #1957 filed at
bugs.pilot-link.org)
Updated documentation to reflect a cleaner layout and output
(closes bug #1913 in the bugtracker at bugs.pilot-link.org
Integrate jpilot's contacts support. See
http://lists.pilot-link.org/pipermail/pilot-link-devel/2009-February/001762.html
Adding CalendarDB support to pilot-link
Adding minor tweak for m4 macro optimizations
Minor fix for a buffer size miscalculation (from Nicholas Piper)
Adding missing newline at the end of the file.
pi-debug.h, pi-threadsafe.h: Cleaning up unnecessary references
to config.h here.
Added pi-md5.h.in
generates pi-md5.h
Now autogenerated from pi-md5.h.in
Add minor fix for reported segfault when closing down bluetooth
connection. This closes bug #1872
UINT32 was broken on 64-bit systems. This should fix it on most
systems.
Increment ChangeLog to test/validate an LDAP permission issue
with LockDir
Implementing a Zire 22 fix from Tom Billiet
Bump for 0.12.4
Added Aaron's fixes (oof! This has been in the queue for awhile.
Sorry Aaron). This closes bug #1448.
Diffstat (limited to 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/Makefile | 3 | ||||
-rw-r--r-- | comms/pilot-link/Makefile.common | 7 | ||||
-rw-r--r-- | comms/pilot-link/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 376e26a05f6..f5325733677 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.49 2009/05/20 00:58:09 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2009/08/09 08:36:34 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../comms/pilot-link/Makefile.common" -PKGREVISION= 1 COMMENT= Tools to talk to the 3Com Pilot PDA BUILDLINK_API_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS} diff --git a/comms/pilot-link/Makefile.common b/comms/pilot-link/Makefile.common index a18b43bfe54..100c454fc8b 100644 --- a/comms/pilot-link/Makefile.common +++ b/comms/pilot-link/Makefile.common @@ -1,11 +1,14 @@ -# $NetBSD: Makefile.common,v 1.12 2007/11/30 18:14:46 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2009/08/09 08:36:34 wiz Exp $ +# used by comms/p5-pilot-link/Makefile +# used by comms/pilot-link/Makefile +# used by comms/pilot-link-libs/Makefile DISTNAME= pilot-link-${PILOT_LINK_VERS} CATEGORIES= comms MASTER_SITES= http://downloads.pilot-link.org/ EXTRACT_SUFX= .tar.bz2 -PILOT_LINK_VERS= 0.12.3 +PILOT_LINK_VERS= 0.12.4 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.pilot-link.org/ diff --git a/comms/pilot-link/distinfo b/comms/pilot-link/distinfo index cadc86a33db..169fdf45938 100644 --- a/comms/pilot-link/distinfo +++ b/comms/pilot-link/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2007/11/30 18:14:46 wiz Exp $ +$NetBSD: distinfo,v 1.22 2009/08/09 08:36:34 wiz Exp $ -SHA1 (pilot-link-0.12.3.tar.bz2) = d459ec2626ee19367a5329e604e33b337ef37602 -RMD160 (pilot-link-0.12.3.tar.bz2) = 938f367a38572d456b37e62ab0d309139b50403b -Size (pilot-link-0.12.3.tar.bz2) = 960812 bytes +SHA1 (pilot-link-0.12.4.tar.bz2) = cb1fcf11f8f1b26cfa3b83fab0293ea55ae62471 +RMD160 (pilot-link-0.12.4.tar.bz2) = c7f8fb0312d8d071c12cf9e3333981b050f281df +Size (pilot-link-0.12.4.tar.bz2) = 1576699 bytes SHA1 (patch-aa) = c124995244710b802686fd766a8717eab4f3ace6 SHA1 (patch-ab) = add1156600a681cc0ae30c5d9095b4f1bb6739c3 |