notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/keychain/Makefile
SVNWeb

Number of commits found: 59

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 22 Apr 2020
[ 14:59 meta search for other commits by this committer ] Original commit   Revision:532482
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 search for other commits by this committer ] Original commit   Revision:472087
Update security/keychain to 2.8.5
Mon, 13 Nov 2017
[ 11:43 garga search for other commits by this committer ] Original commit   Revision:454105
Update security/keychain to 2.8.4

Sponsored by:	Rubicon Communications, LLC (Netgate)
Fri, 9 Dec 2016
[ 15:39 garga search for other commits by this committer ] Original commit   Revision:428219
Update security/keychain to 2.8.3
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 16 Nov 2015
[ 11:07 garga search for other commits by this committer ] Original commit   Revision:401758
- 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 search for other commits by this committer ] Original commit   Revision:394201
Update to 2.8.1

PR:		202073
Submitted by:	David Harrigan
Thu, 14 May 2015
[ 16:26 bdrewery search for other commits by this committer ] Original commit   Revision:386347
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 search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:386285
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 search for other commits by this committer ] Original commit   Revision:384735
Remove USE_PERL5 since it's not used anymore
[ 14:56 garga search for other commits by this committer ] Original commit   Revision:384734
- 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 search for other commits by this committer ] Original commit   Revision:384682
Update to 2.8.0

PR:		199300 (based on)
Submitted by:	adamw@
Wed, 1 Apr 2015
[ 21:17 bdrewery search for other commits by this committer ] Original commit   Revision:382956
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 search for other commits by this committer ] Original commit   Revision:354237
Move to USES=tar:bzip2
Fri, 3 Jan 2014
[ 01:13 bapt search for other commits by this committer ] Original commit   Revision:338513 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Part 2 at removing now useless FETCH_ARGS redifition
Thu, 31 Oct 2013
[ 23:43 garga search for other commits by this committer ] Original commit   Revision:332316
Simplify Makefile
Tue, 22 Oct 2013
[ 22:45 garga search for other commits by this committer ] Original commit   Revision:331337
- Fix WWW
- Remove Author
- Support staging
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Mon, 2 Sep 2013
[ 09:45 garga search for other commits by this committer ] Original commit   Revision:325961 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Change my ports to USES (gmake|perl5)
Mon, 17 Dec 2012
[ 13:29 garga search for other commits by this committer ] Original commit   Revision:309089
- 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 search for other commits by this committer ] Original commit   Revision:305298 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Change headers of all ports maintained by me to new format
Fri, 3 Aug 2012
[ 18:39 garga search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Remove unecessary OPTIONS_DEFAULT definitions added on r301957

Reported by:	sunpoet@
[ 15:34 garga search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
Thu, 20 May 2010
[ 14:14 garga search for other commits by this committer ] Original commit 
Update to 2.7.1
Tue, 27 Oct 2009
[ 10:01 garga search for other commits by this committer ] Original commit 
Update to 2.7.0

PR:             ports/140004
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Mon, 3 Aug 2009
[ 16:57 garga search for other commits by this committer ] Original commit 
- Update to 2.6.9
- Update WWW
Fri, 25 Jul 2008
[ 18:17 garga search for other commits by this committer ] Original commit 
- Add more MASTER_SITES
Tue, 31 Oct 2006
[ 20:53 garga search for other commits by this committer ] Original commit 
- Update to 2.6.8
Fri, 22 Sep 2006
[ 17:58 mnag search for other commits by this committer ] Original commit 
- Update to 2.6.6

Approved by:    garga
Mon, 4 Sep 2006
[ 08:28 linimon search for other commits by this committer ] Original commit 
Reassign from inactive maintainer to new volunteer.

Hat:            portmgr
Wed, 10 May 2006
[ 17:29 garga search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Update to 2.5.5

Approved by:    olive@oban.frmug.org (maintainer via email), pav (mentor)
Sun, 5 Jun 2005
[ 19:35 pav search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
Update to 2.5.3.1

PR:             ports/80446
Submitted by:   maintainer
Sun, 30 Jan 2005
[ 17:05 krion search for other commits by this committer ] Original commit 
Update to 2.5.1

PR:             ports/76863
Submitted by:   maintainer
Thu, 18 Nov 2004
[ 20:53 krion search for other commits by this committer ] Original commit 
Update to 2.4.3

PR:             ports/74075
Submitted by:   maintainer
Fri, 15 Oct 2004
[ 17:41 krion search for other commits by this committer ] Original commit 
Update to 2.4.2.1

PR:             ports/72740
Submitted by:   maintainer
Mon, 11 Oct 2004
[ 23:21 pav search for other commits by this committer ] Original commit 
- Update to 2.4.0

PR:             ports/71896
Submitted by:   Olivier Tharan <olive@oban.frmug.org> (maintainer)
Thu, 1 Jul 2004
[ 15:17 krion search for other commits by this committer ] Original commit 
Update to version 2.3.3

PR:             ports/68542
Submitted by:   maintainer
Wed, 9 Jun 2004
[ 14:37 krion search for other commits by this committer ] Original commit 
- Update to version 2.3.1

PR:             ports/67756
Submitted by:   maintainer
Thu, 3 Jun 2004
[ 08:13 krion search for other commits by this committer ] Original commit 
- Update to version 2.3.0

PR:             ports/67517
Submitted by:   maintainer
Sun, 9 May 2004
[ 18:40 krion search for other commits by this committer ] Original commit 
- Update to version 2.2.0

PR:             ports/66424
Submitted by:   maintainer
Fri, 29 Aug 2003
[ 09:04 erwin search for other commits by this committer ] Original commit 
Use INSTALL_MAN to install man page

Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Thu, 28 Aug 2003
[ 20:07 erwin search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 242 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 21 Sep 2002
[ 22:29 pat search for other commits by this committer ] Original commit 
Allow port to fetch again

PR:             ports/43210
Submitted by:   maintainer
Tue, 17 Sep 2002
[ 14:29 tobez search for other commits by this committer ] Original commit 
* 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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Fix MASTER_SITES.

Submitted by:   Erwin Lansing <erwin@lansing.dk>
PR:             40339
Sun, 10 Mar 2002
[ 16:00 pat search for other commits by this committer ] Original commit 
Update to 1.9

PR:             35734
Submitted by:   Patrik Backlund <pbacklun@cc.hut.fi>
Wed, 7 Nov 2001
[ 08:18 wjv search for other commits by this committer ] Original commit 
- Update to version 1.7   - Remove patch, as this functionality now exists in
distribution   - Drop maintainership    
Tue, 11 Sep 2001
[ 13:06 wjv search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
Add keychain 1.2, a user-friendly front-end to ssh-agent(1).    

Number of commits found: 59