aboutsummaryrefslogtreecommitdiffstats
path: root/security/keepassx
Commit message (Collapse)AuthorAgeFilesLines
* - Do not #include <unistd.h> twice in the same filedanfe2016-01-293-13/+3
| | | | - Regenerate patches with `make makepatch' while here
* security/keepassx: update 0.4.3 -> 0.4.4junovitch2015-12-232-6/+6
| | | | | | | | | | | | - Update MASTER_SITES. Upstream no longer uses SVN or SourceForge infrastructure. See http://sourceforge.net/p/keepassx/code/387/ - USES: Add desktop-file-utils PR: 205105 Approved by: maintainer timeout (2 weeks) Security: CVE-2015-8378 Security: https://vuxml.FreeBSD.org/freebsd/918a5d1f-9d40-11e5-8f5c-002590263bf5.html MFH: 2015Q4
* - Drop @dirrm* from plistamdmi32015-05-091-7/+0
| | | | Approved by: portmgr blanket
* Convert all :U to :tu and :L to :tlbapt2014-05-051-4/+4
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-232-15/+3
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* - Fix build on 10.0 and 11-CURRENTswills2013-11-152-0/+20
| | | | | PR: ports/183664 Submitted by: Ludger Bolmerg <lbolmerg@web.de>
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery)
* security/keepassx: add <unistd.h> for modern compilersmarino2013-10-021-0/+10
| | | | Approved by: portmgr (bapt, implicit)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Take maintainership since I use thisswills2013-04-251-1/+1
|
* Reassign skv@ ports to the heapbapt2013-04-221-6/+2
| | | | Feature safe: yes
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* -remove MD5ohauer2011-07-031-1/+0
|
* - Unbreak with fixed pkg-plistglarkin2010-06-192-6/+3
| | | | | | | PR: ports/147130 Submitted by: Damian Gerow <dgerow at afflictions dot org> Approved by: maintainer timeout (skv - 3 weeks) Feature safe: yes
* - Mark BROKEN: bad plistpav2010-05-181-0/+2
| | | | Reported by: pointyhat
* Update to 0.4.3skv2010-05-064-85/+14
| | | | | | Changes: http://www.keepassx.org/changelog PR: ports/146259 Submitted by: Gvozdikov Veniamin <g.veniamin xx googlemail.com>
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Unbreak with qt>=4.4.0skv2009-12-221-0/+77
| | | | | PR: ports/141668 Submitted by: fluffy
* - Fix plistpav2009-12-082-0/+2
| | | | Reported by: pointyhat
* Update to 0.4.1skv2009-11-244-14/+44
| | | | | | Changes: http://www.keepassx.org/changelog PR: ports/140561 Submitted by: Shane Bell <decept0 xx gmail.com>
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with P,R,S
* Update to 0.3.4skv2009-02-152-4/+4
| | | | | | Changes: http://www.keepassx.org/changelog PR: ports/131383 Submitted by: pgollucci
* Update to 0.3.3skv2008-09-033-27/+6
| | | | Submitted by: anders
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Update to 0.3.1skv2008-06-025-82/+106
| | | | | | PR: ports/123649 Submitted by: Greg Larkin <glarkin xx sourcehosting.net> Changes: http://www.keepassx.org/change_log
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+3
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Reduce list of runtime dependencies.skv2008-04-101-3/+3
| | | | | PR: ports/122317 Submitted by: Bjorn Konig <bkoenig xx alpha-tierchen.de>
* Improve clipboard support, copy to/clear from mouse selection also, notanders2007-06-192-1/+33
| | | | | | | only clipboard. This makes it possible to paste data to a stock X.org xterm. Approved by: skv (maintainer timeout, 10 days)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Add keepassx 0.2.2, Cross Platform Password Manager.skv2007-02-064-0/+84