non port: security/keychain/Makefile |
SVNWeb
|
Number of commits found: 59 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 22 Apr 2020
|
[ 14:59 meta ]
security/keychain: switch to USE_GITHUB
The distfile is no longer found at:
http://www.funtoo.org/archive/keychain/keychain-2.8.5.tar.bz2
As mentioned in WWW, the distfile can be found on GitHub.
> The latest release of Keychain can be found on the keychain GitHub release
page.
While here, switch WWW to https and changed to nice-look URL.
PR: 245808
Submitted by: meta (myself)
Reviewed by: daniel.engberg.lists@pyret.net
Approved by: garga (maintainer)
|
Sat, 9 Jun 2018
|
[ 20:53 garga ]
Update security/keychain to 2.8.5
|
Mon, 13 Nov 2017
|
[ 11:43 garga ]
Update security/keychain to 2.8.4
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Fri, 9 Dec 2016
|
[ 15:39 garga ]
Update security/keychain to 2.8.3
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 16 Nov 2015
|
[ 11:07 garga ]
- Update security/keychain to 2.8.2
- Drop bash from dependencies list since it now runs with /bin/sh
|
Fri, 14 Aug 2015
|
[ 10:38 garga ]
Update to 2.8.1
PR: 202073
Submitted by: David Harrigan
|
Thu, 14 May 2015
|
[ 16:26 bdrewery ]
Revert r386285, removing exists() check on RUN_DEPENDS, for now.
The ports framework properly handles this but the tools that are used do not.
Portmaster and Portupgrade both incorrectly install openssh-portable even if
ssh-agent is installed already. Poudriere does not install or add a dependency
on it, but it does build the dependency.
At least the portmaster and portupgrade issues must be resolved first. They
will also fix any other port installing unneeded dependencies and allow
many of the exists() checks to come out of the tree.
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
[ 01:01 bdrewery ]
Don't use exists() for the ssh dependency. The RUN_DEPENDS line already
handles checking if these files exist. Removing this fixes poudriere
already rebuilding this port when there is no base sshd and only a port
version.
|
Sat, 25 Apr 2015
|
[ 14:58 garga ]
Remove USE_PERL5 since it's not used anymore
|
[ 14:56 garga ]
- Unbreak keychain using bash instead of sh
- Remove wrong dependencies gmake and perl5
- Bump PORTREVISION
Reported by: ehaupt@
Pointyhat to: me
|
Fri, 24 Apr 2015
|
[ 20:09 garga ]
Update to 2.8.0
PR: 199300 (based on)
Submitted by: adamw@
|
Wed, 1 Apr 2015
|
[ 21:17 bdrewery ]
Fix support with GnuPG 2.1+ by not showing a warning when gpg-agent already
running.
Obtained from: https://github.com/funtoo/keychain
MFH: 2015Q2
|
Fri, 16 May 2014
|
[ 15:29 garga ]
Move to USES=tar:bzip2
|
Fri, 3 Jan 2014
|
[ 01:13 bapt ] (Only the first 10 of 95 ports in this commit are shown above. )
Part 2 at removing now useless FETCH_ARGS redifition
|
Thu, 31 Oct 2013
|
[ 23:43 garga ]
Simplify Makefile
|
Tue, 22 Oct 2013
|
[ 22:45 garga ]
- Fix WWW
- Remove Author
- Support staging
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Mon, 2 Sep 2013
|
[ 09:45 garga ] (Only the first 10 of 16 ports in this commit are shown above. )
Change my ports to USES (gmake|perl5)
|
Mon, 17 Dec 2012
|
[ 13:29 garga ]
- Fix WWW line
- Remove -A parameter from fetch to fix download from funtoo
- Add LICENSE
- Fix COMMENT
- Use GENTOO macro for MASTER_SITES
- Replace some hardcoded keychain by ${PORTNAME}
PR: ports/173972
Submitted by: nemysis <nemysis@gmx.ch>
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Fri, 3 Aug 2012
|
[ 18:39 garga ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by: sunpoet@
|
[ 15:34 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
|
Thu, 20 May 2010
|
[ 14:14 garga ]
Update to 2.7.1
|
Tue, 27 Oct 2009
|
[ 10:01 garga ]
Update to 2.7.0
PR: ports/140004
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Mon, 3 Aug 2009
|
[ 16:57 garga ]
- Update to 2.6.9
- Update WWW
|
Fri, 25 Jul 2008
|
[ 18:17 garga ]
- Add more MASTER_SITES
|
Tue, 31 Oct 2006
|
[ 20:53 garga ]
- Update to 2.6.8
|
Fri, 22 Sep 2006
|
[ 17:58 mnag ]
- Update to 2.6.6
Approved by: garga
|
Mon, 4 Sep 2006
|
[ 08:28 linimon ]
Reassign from inactive maintainer to new volunteer.
Hat: portmgr
|
Wed, 10 May 2006
|
[ 17:29 garga ]
- Update to 2.6.2
PR: ports/96376
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer timeout (2 weeks)
|
Fri, 11 Nov 2005
|
[ 23:50 mnag ]
Update to 2.6.1
Add SHA256
PR: 88868
Submitted by: Olivier Tharan <olive@oban.frmug.org> (maintainer)
|
Thu, 29 Sep 2005
|
[ 21:09 mnag ]
Update to 2.5.5
Approved by: olive@oban.frmug.org (maintainer via email), pav (mentor)
|
Sun, 5 Jun 2005
|
[ 19:35 pav ]
- Update to 2.5.4.1
PR: ports/81928
Submitted by: Olivier Tharan <olive@oban.frmug.org> (maintainer)
|
Fri, 29 Apr 2005
|
[ 05:39 krion ]
Update to 2.5.3.1
PR: ports/80446
Submitted by: maintainer
|
Sun, 30 Jan 2005
|
[ 17:05 krion ]
Update to 2.5.1
PR: ports/76863
Submitted by: maintainer
|
Thu, 18 Nov 2004
|
[ 20:53 krion ]
Update to 2.4.3
PR: ports/74075
Submitted by: maintainer
|
Fri, 15 Oct 2004
|
[ 17:41 krion ]
Update to 2.4.2.1
PR: ports/72740
Submitted by: maintainer
|
Mon, 11 Oct 2004
|
[ 23:21 pav ]
- Update to 2.4.0
PR: ports/71896
Submitted by: Olivier Tharan <olive@oban.frmug.org> (maintainer)
|
Thu, 1 Jul 2004
|
[ 15:17 krion ]
Update to version 2.3.3
PR: ports/68542
Submitted by: maintainer
|
Wed, 9 Jun 2004
|
[ 14:37 krion ]
- Update to version 2.3.1
PR: ports/67756
Submitted by: maintainer
|
Thu, 3 Jun 2004
|
[ 08:13 krion ]
- Update to version 2.3.0
PR: ports/67517
Submitted by: maintainer
|
Sun, 9 May 2004
|
[ 18:40 krion ]
- Update to version 2.2.0
PR: ports/66424
Submitted by: maintainer
|
Fri, 29 Aug 2003
|
[ 09:04 erwin ]
Use INSTALL_MAN to install man page
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
Thu, 28 Aug 2003
|
[ 20:07 erwin ]
Update to 2.0.3
PR: 56045
Submitted by: Scott Lampert <lampertsc@corp.earthlink.net>, maintainer
Approved by: maintainer
|
Fri, 21 Feb 2003
|
[ 13:26 knu ] (Only the first 10 of 242 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 21 Sep 2002
|
[ 22:29 pat ]
Allow port to fetch again
PR: ports/43210
Submitted by: maintainer
|
Tue, 17 Sep 2002
|
[ 14:29 tobez ]
* Spell master sites as `sunsite'.
* Install port docs.
* Pass maintainership to olive@oban.frmug.org (OK'ed by the current
maintainer).
* Bump portrevision.
PR: 42613, 42614
Submitted by: Sergei Kolobov <skolobov@globcon.net>,
Olivier Tharan <olive@oban.frmug.org>
|
Thu, 12 Sep 2002
|
[ 13:03 tobez ]
Update to 2.0.2. Assign maintainership to the submitter.
Submitted by: Denis N. Peplin <info@volginfo.ru>
|
Wed, 7 Aug 2002
|
[ 09:40 tobez ]
Fix MASTER_SITES.
Submitted by: Erwin Lansing <erwin@lansing.dk>
PR: 40339
|
Sun, 10 Mar 2002
|
[ 16:00 pat ]
Update to 1.9
PR: 35734
Submitted by: Patrik Backlund <pbacklun@cc.hut.fi>
|
Wed, 7 Nov 2001
|
[ 08:18 wjv ]
- Update to version 1.7 - Remove patch, as this functionality now exists in
distribution - Drop maintainership
|
Tue, 11 Sep 2001
|
[ 13:06 wjv ]
- Change the name of the file in which keychain stores the environment
settings of the running ssh-agent(1) process from ~/.ssh-agent to
~/.ssh-agent-`hostname -s`. This is to allow users with NFS-mounted home
directories to use keychain on multiple machines simultaneously. - Bump
PORTREVISION
|
Mon, 10 Sep 2001
|
[ 09:13 wjv ]
Add keychain 1.2, a user-friendly front-end to ssh-agent(1).
|
Number of commits found: 59 |