Bug 114126 - [UPDATE] deskutils/basket: update to 1.0.2
Summary: [UPDATE] deskutils/basket: update to 1.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Markus Brueffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-29 13:50 UTC by Shane Bell
Modified: 2008-04-07 00:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.21 KB, patch)
2007-06-29 13:50 UTC, Shane Bell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Bell 2007-06-29 13:50:12 UTC
- Update to 1.0.2

I've disabled building encryption support by default, in the last few versions I've found it very unstable and unreliable (Read: Absolutely broken) and have lost some important data in the process and when it comes to encryption users need to be able to trust on it working correctly. 

I've made encryption support a hidden option (with a warning) and added pinentry-qt as a runtime dependency (No passphrase dialog box without it).
Of course its up to the maintainer to choose whether or not to go along with this, disable support for it outright, or leave things as they are.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-29 13:50:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->markus

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-07 00:00:40 UTC
markus      2008-04-06 23:00:31 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/basket     Makefile distinfo 
  Log:
  - Update to version 1.0.2 [1][2][3]
  - Make GPG support optional and mark it as experimental (default: off) as the
    current implementation is not very usable (inspired by [1])
  - Make OPTIONS handling more readable [2]
  
  PR:             ports/114126 [1]
                  ports/120678 [2]
                  ports/121044 [3]
  Submitted by:   Shane Bell <decept0@gmail.com> [1]
                  Pawel Pekala <c0rn@o2.pl> [2]
                  Yarodin <yarodin@gmail.com> [3]
  
  Revision  Changes    Path
  1.26      +13 -7     ports/deskutils/basket/Makefile
  1.15      +3 -3      ports/deskutils/basket/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Markus Brueffer freebsd_committer freebsd_triage 2008-04-07 00:01:13 UTC
State Changed
From-To: open->closed

I have committed a different version using OPTIONS, marking the feature as 
experimental. Data loss didn't occur here during extensive tests with the  
latest version, although the current implementation severly lacks usability. 
Thanks for your submission!