aboutsummaryrefslogtreecommitdiff
path: root/security/kickpass/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Chase github project move (no difference in checksum)Dmitry Marakasov2019-06-281-1/+0
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=505274
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-2/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* - Update libsodium to 1.0.15 [1]Vsevolod Stakhov2017-10-221-0/+1
| | | | | | | | | | - Bump revisions for all dependent ports PR: 223147 [1] Submitted by: Greg V [1] Notes: svn path=/head/; revision=452629
* Update to 2.0Baptiste Daroussin2017-05-131-4/+6
| | | | Notes: svn path=/head/; revision=440857
* Fix typoBaptiste Daroussin2017-03-251-1/+1
| | | | Notes: svn path=/head/; revision=436898
* Kickpass is a stupid simple password safe. It keep each password in a specificBaptiste Daroussin2017-03-251-0/+31
safe, protected with modern cryptography. Its main user interface is command line. WWW: https://github.com/paulfariello/kickpass Notes: svn path=/head/; revision=436897