diff options
author | wiz <wiz> | 2007-11-30 18:14:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-30 18:14:46 +0000 |
commit | 6681bc4a423cfdd691dd01aac441d814dc65ccd5 (patch) | |
tree | 337bcc23d5ae556a7375bc29dd4da3eb8bd31f5d /comms/pilot-link/Makefile.common | |
parent | cd55123ad566888127874fd0529689cb89f20da4 (diff) | |
download | pkgsrc-6681bc4a423cfdd691dd01aac441d814dc65ccd5.tar.gz |
Update to 0.12.3:
--------------------------------------------------------------------------
pilot-link 0.12.3, "Can-of-Raid" (aka "Bug-Squash" release), 11-12-2007
--------------------------------------------------------------------------
Here you go, another pilot-link release. This one fixes quite a few issues:
Bug Fixes:
* Fix for Sony NR70 devices not being detected properly
* BlueZ detection fix
* XSLT manpage autogeneration fixes
* Perl bindings build error, remove autoconfiscated files from
releases
* Java bindings build errors, remove autoconfiscated Makefile
* Renamed pilot-treofoto and pilot-650foto to pilot-foto-treo600 and
pilot-foto-treo650
* Added missing manpages for pilot-foto-treo6xx
* Fixed OS5 failures with pilot-addresses.c
* Updated pilot-install-memo.c to allow installation of files
outside the current working directory
* Fix for pi_usb_accept, adding PI_ERR_SOCK_LISTENER from Matt
Davey's patch (closing #1782)
Check the ChangeLog for the details on all fixes for this release
Diffstat (limited to 'comms/pilot-link/Makefile.common')
-rw-r--r-- | comms/pilot-link/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilot-link/Makefile.common b/comms/pilot-link/Makefile.common index f6125899aba..a18b43bfe54 100644 --- a/comms/pilot-link/Makefile.common +++ b/comms/pilot-link/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.11 2007/03/21 22:33:01 wiz Exp $ +# $NetBSD: Makefile.common,v 1.12 2007/11/30 18:14:46 wiz Exp $ DISTNAME= pilot-link-${PILOT_LINK_VERS} CATEGORIES= comms MASTER_SITES= http://downloads.pilot-link.org/ EXTRACT_SUFX= .tar.bz2 -PILOT_LINK_VERS= 0.12.2 +PILOT_LINK_VERS= 0.12.3 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.pilot-link.org/ |