aboutsummaryrefslogtreecommitdiff
path: root/security/monkeysphere/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/monkeysphere: update to 0.4.1Rene Ladan2017-01-111-10/+18
| | | | | | | | | | | | | | - use gpg 2.* now - add LICENSE - use ${CC} instead of gcc (no gcc in default base after 9.x) - fix bogus *-e files (artifact of incorrect sed -i in old patch) PR: 215527 Submitted by: John Hein (z7dr6ut7gs@snkmail.com) Approved by: maintainer timeout (anarcat@koumbit.org 17 days) Notes: svn path=/head/; revision=431212
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Fix shebangsDmitry Marakasov2015-07-141-1/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392082
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362024
* security/monkeysphere: update to 0.36William Grzybowski2014-06-201-25/+7
| | | | | | | | | | | | | | - Update to 0.36 [1] - Support stage [1] - Use @sample - Pass maintainership to submitter PR: 189205 (based on) Submitted by: anarcat koumbit org Approved by: maintainer Notes: svn path=/head/; revision=358491
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* - drop invalid post-deinstall targetJason Helfman2012-03-281-3/+0
| | | | | | | | | | | | - move to DOCSDIR/DATADIR in pkg-plist PR: ports/166092 Submitted by: jgh Approved by: maintainer timeout ( 14 days ) Feature safe: yes Notes: svn path=/head/; revision=293947
* - Convert to USERS/GROUPSPhilip M. Gollucci2010-09-221-0/+3
| | | | | | | | | PR: ports/150230 Submitted by: Eitan Adler <lists@eitanadler.com> Approved by: dkg@fifthhorseman.net (maintainer) Notes: svn path=/head/; revision=261615
* SSH key-based authentication is tried-and-true, but it lacks a trueMartin Wilke2009-03-101-0/+72
Public Key Infrastructure for key certification, revocation and expiration. Monkeysphere is a framework that uses the OpenPGP web of trust for these PKI functions. It can be used in both directions: for users to get validated host keys, and for hosts to authenticate users. WWW: http://web.monkeysphere.info/ PR: ports/128406 Submitted by: Daniel Kahn Gillmor <dkg at fifthhorseman.net> Notes: svn path=/head/; revision=229822