diff options
author | shattered <shattered@pkgsrc.org> | 2013-05-25 16:28:05 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-05-25 16:28:05 +0000 |
commit | 1a476d361f5604b90cbf5191ac98d0960ba2353b (patch) | |
tree | 48724abc7df769b37e09ab35b0116bb1af42a2c5 /comms | |
parent | d4b974c41b601b3cce451cc8226ee783b4d0559c (diff) | |
download | pkgsrc-1a476d361f5604b90cbf5191ac98d0960ba2353b.tar.gz |
Update to 1.8.0. Changes:
Added libgcrypt support
Added support for Calendar app
Export function for KeyRing data
Overhaul of Expense plugin
Overhaul VCARD export including adding IM, Birthday, Website fields
GUI changes: ToDo items due today are marked by a soft green color
GUI changes: new alarm clock and lock icons
GUI changes: radio buttons to select between timed and untimed events
Fixed Mac OS X bugs/crash
Resolve segmentation fault when editing Contacts with attached pictures
Resolve error where Contacts created on Palm could not be deleted with Jpilot
Resolve sync error with simultaneously modified Contacts
Fix Bug 1991 : Categories are lost during first sync
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot/Makefile | 9 | ||||
-rw-r--r-- | comms/jpilot/PLIST | 3 | ||||
-rw-r--r-- | comms/jpilot/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 9ab8a943c55..771f80af9b1 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.87 2013/02/16 11:18:40 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2013/05/25 16:28:05 shattered Exp $ # -DISTNAME= jpilot-1.6.0 -PKGREVISION= 19 +DISTNAME= jpilot-1.8.0 +#KGREVISION= 19 CATEGORIES= comms -MASTER_SITES= http://www.jpilot.org/older/ +MASTER_SITES= http://www.jpilot.org/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.jpilot.org/ @@ -21,6 +21,7 @@ USE_LANGUAGES+= c GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk2}" CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}" +BUILDLINK_ABI_DEPENDS.pilot-link-libs+= pilot-link-libs>=0.12.5 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "SunOS" diff --git a/comms/jpilot/PLIST b/comms/jpilot/PLIST index 0acea67a6c7..805f82cc33f 100644 --- a/comms/jpilot/PLIST +++ b/comms/jpilot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2009/06/14 17:38:40 joerg Exp $ +@comment $NetBSD: PLIST,v 1.13 2013/05/25 16:28:05 shattered Exp $ bin/jpilot bin/jpilot-dump bin/jpilot-sync @@ -49,6 +49,7 @@ share/jpilot/CalendarDB-PDat.pdb share/jpilot/ContactsDB-PAdd.pdb share/jpilot/DatebookDB.pdb share/jpilot/ExpenseDB.pdb +share/jpilot/MañanaDB.pdb share/jpilot/Memo32DB.pdb share/jpilot/MemoDB.pdb share/jpilot/MemosDB-PMem.pdb diff --git a/comms/jpilot/distinfo b/comms/jpilot/distinfo index a278fbb3812..5a64bfe0479 100644 --- a/comms/jpilot/distinfo +++ b/comms/jpilot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2008/10/09 19:01:57 bad Exp $ +$NetBSD: distinfo,v 1.22 2013/05/25 16:28:05 shattered Exp $ -SHA1 (jpilot-1.6.0.tar.gz) = d48963c34b7f27b11111da966e54fd555477a19a -RMD160 (jpilot-1.6.0.tar.gz) = c4610360c2ccde8e32b466746947606fe9260df9 -Size (jpilot-1.6.0.tar.gz) = 1573667 bytes +SHA1 (jpilot-1.8.0.tar.gz) = abc6a82823533bfab8c50fce7fff20cfaa898193 +RMD160 (jpilot-1.8.0.tar.gz) = 27a2430e7f60d8468c97fdc3589e7344681c2ecc +Size (jpilot-1.8.0.tar.gz) = 1604468 bytes |