aboutsummaryrefslogtreecommitdiff
path: root/security/ykpers/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/ykpers: Update to 1.18.0Carlos J. Puga Medina2017-07-231-7/+7
| | | | | | | | | | | | | | | | | | | | | - Add LICENSE_FILE - Add missing devel/json-c to LIB_DEPENDS - Add USES=gmake - Switch to USES=localbase - Drop MAKE_JOBS_UNSAFE, builds fine with MAKE_JOBS_NUMBER=4 - Use INSTALL_TARGET=install-strip - Pet portlint, USE_* comes before USES - Update WWW in pkg-descr Changes: https://developers.yubico.com/yubikey-personalization/Release_Notes.html PR: 220764 Submitted by: tm+freebsd@core.io Reviewed by: cpm Approved by: matt <matt@mjslabs.com> (maintainer) Notes: svn path=/head/; revision=446507
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-5/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to version 1.17.1Pawel Pekala2015-08-111-2/+2
| | | | | | | | | PR: 201772 Submitted by: Christoph Moench-Tegeder Approved by: maintainer timeout Notes: svn path=/head/; revision=393971
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375111
* - Update from 1.15.0 to 1.15.1 [1]Danilo Egea Gondolfo2014-07-041-4/+4
| | | | | | | | | | - Add libtool to USES PR: ports/191616 Submitted by: matt@mjslabs.com [1] Notes: svn path=/head/; revision=360694
* - Update from 1.14.1 to 1.15.0Danilo Egea Gondolfo2014-01-181-2/+2
| | | | | | | | PR: ports/185675 Submitted by: Matt Stofko <matt@mjslabs.com> (maintainer) Notes: svn path=/head/; revision=340142
* - Update from 1.12.0 to 1.14.1Danilo Egea Gondolfo2014-01-011-13/+14
| | | | | | | | | | | | | | - Update MASTER_SITES - Convert LICENSE from BSD to BSD2CLAUSE - Convert LIB_DEPENDS to new syntax - Add stage support - Add STATIC as option PR: ports/185258 Submitted by: Matt Stofko <matt@mjslabs.com> (maintainer) Notes: svn path=/head/; revision=338405
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-7/+1
| | | | | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316831
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Update security/ykpers to version 1.12.0 [1]Pawel Pekala2013-03-191-2/+2
| | | | | | | | | | | | - Update security/libyubikey to version 1.10 [2] - Bump security/pam_yubico affected by security/ykpers ABI change PR: ports/177098 [1] PR: ports/177099 [2] Submitted by: Matt Stofko <matt@mjslabs.com> (maintainer) Notes: svn path=/head/; revision=314693
* - add new port: security/ykpersJason Helfman2013-01-281-0/+57
The YubiKey Personalization package contains a library and command line tool used to personalize (i.e., set a AES key) YubiKeys. WWW: https://code.google.com/p/yubikey-personalization/ PR: 175619 Submitted by: matt@mjslabs.com Notes: svn path=/head/; revision=311099