Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10_1 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.10 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.10 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
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 ) |
2.10 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
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 ) |
2.10 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
2.10 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
2.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10 12 Nov 2019 05:37:25 |
romain |
- Unbreak by downloading source from the project's GitLab instead of
downloading a tarball from a now gone website;
- Update to the latest release (2.7 -> 2.10);
- Add LICENSE;
- Pet portlint(1);
- Take maintainership. |
2.7 06 Nov 2019 16:26:35 |
antoine |
Mark a few ports BROKEN (unfetchable) |
2.7 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
2.7 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.7 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.7 08 Feb 2018 12:48:08 |
johans |
Update signing-party to 2.7
http://metadata.ftp-master.debian.org/changelogs/main/s/signing-party/signing-party_2.7-1_changelog |
2.5 15 Nov 2016 20:58:17 |
johans |
Update to signing-party 2.5 |
2.3 27 Apr 2016 12:47:35 |
johans |
Update to signing-party 2.3
http://anonscm.debian.org/viewvc/pgp-tools/trunk/debian/changelog?view=markup
Remove patch that is now included upstream |
2.2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.2 16 Jan 2016 17:20:44 |
johans |
Update signing-party to 2.2 |
2.1 09 Aug 2015 09:03:24 |
johans |
Update to signing-party 2.1 (bugfix release)
http://metadata.ftp-master.debian.org/changelogs/main/s/signing-party/signing-party_2.1-1_changelog |
2.0_1 14 May 2015 10:15:09 |
mat |
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 |
2.0_1 27 Apr 2015 19:31:23 |
johans |
Avoid perl 5.20 specific construct
Fixes caff with perl 5.18
Submitted by: Mike Burns |
2.0 19 Apr 2015 11:02:01 |
johans |
- Update to signing-party 2.0
- caff now works with modern GPG 2.1
- gpgdir now installed as well |
1.1.12 03 Jan 2015 15:28:34 |
johans |
Update signing-party to 1.1.12 |
1.1.11 15 Nov 2014 10:10:19 |
johans |
Update to signing-party 1.1.11 |
1.1.10 15 Oct 2014 18:31:20 |
johans |
Update to signing-party 1.1.10 |
1.1.9 27 Aug 2014 11:15:48 |
johans |
Update signing-party to 1.1.9 |
1.1.8_1 08 Jul 2014 05:49:49 |
johans |
Update to 1.1.8 (bugfix release) |
1.1.7_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.1.7_1 30 May 2014 00:45:06 |
marino |
security/signing-party: Eliminate unnecessarily post-extraction
The standard extraction target works fine; use it with NO_WRKSUBDIR.
This is part of ongoing effort to improve infrastructure extraction. |
1.1.7_1 17 May 2014 17:20:35 |
johans |
Add missing run-time dependency
Submitted by: des
MFH: 2014Q2 |
1.1.7 14 May 2014 17:56:47 |
johans |
Update to signing-party 1.1.7 |
1.1.6 04 Apr 2014 19:54:31 |
johans |
- Update to signing-party 1.1.6
- Disable pgpring due to too many porting issues |
1.1.5 03 Feb 2014 11:37:59 |
johans |
Update to 1.1.5 (bugfix release)
PR: ports/186393
Submitted by: Lapo Luchini <lapo@lapo.it> |
1.1.4_5 20 Jan 2014 13:17:48 |
mat |
And bump portrevision, the package was empty before. |
1.1.4_4 20 Jan 2014 13:14:56 |
mat |
* Fix build on 10
* Add a plist so that it actually installs something |
1.1.4_4 11 Jan 2014 18:33:59 |
johans |
- Enable stage support
- Correct perl path
- Bump PORTREVISION |
1.1.4_3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.1.4_3 11 Sep 2013 19:02:50 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.1.4_3 29 Jun 2012 10:07:34 |
johans |
Remove SITE_PERL from RUN_DEPENDS
Submitted by: az |
1.1.4_3 15 Jun 2012 10:13:28 |
johans |
- Register conflicts between signing-party/sig2dot/springgraph
- Rename pgpring to pgppubring to avoid singing-party conflict with mail/mutt
- Bump portrevision
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> |
1.1.4_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.1.4_1 06 Apr 2012 12:17:28 |
johans |
- Change GnuPG dependency from gpg1 to gpg2 (already required indirectly)
to avoid depending on two conflicting ports
- Bump portrevision
Reported by: bapt
Feature safe: yes |
1.1.4 07 Nov 2011 21:56:50 |
johans |
Update signing-party to 1.1.4 |
1.1.3_2 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.1.3_2 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
1.1.3_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.3 23 Feb 2010 18:07:14 |
johans |
Update my mail address to @FreeBSD.org
Feature safe: yes |
1.1.3 12 Feb 2010 13:16:14 |
johans |
Update to 1.1.3 |
1.1.2_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.1.2_1 09 Oct 2009 13:21:01 |
johans |
- Update to 1.1.2
- No longer include Debian version suffix in PORTVERSION to avoid confusion |
1.1.2 22 Sep 2009 17:02:47 |
johans |
Add a temporarily mirror site; to be removed soon when package is upgraded
Feature safe: yes |
1.1.2 26 Feb 2009 19:10:22 |
johans |
- Update to 1.1.2
- Add keyanalyze scripts |
1.0.2_1 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.0.2 22 May 2008 12:25:13 |
johans |
Update to 1.0.2 |
1.0.1 17 Mar 2008 18:53:05 |
johans |
Update to 1.0 release |
0.4.13.1_1 04 Feb 2008 21:41:31 |
johans |
Fix dependency check
Reported by: pointyhat via pav |
0.4.13.1_1 02 Feb 2008 10:01:13 |
johans |
Add missing runtime dependency (p5-Class-MethodMaker)
Submitted by: philip |
0.4.13.1 15 Dec 2007 17:17:55 |
johans |
- Update to 0.4.13 |
0.4.12.1 26 Aug 2007 11:50:07 |
johans |
Update to 0.4.12 |
0.4.11.1 20 Jun 2007 15:29:21 |
johans |
Update to 0.4.11 |
0.4.10.1 07 Jun 2007 09:24:44 |
johans |
Update to 0.4.10 |
0.4.9.1_2 22 Dec 2006 02:51:16 |
kuriyama |
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume |
0.4.9.1_1 21 Dec 2006 13:31:56 |
kuriyama |
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi |
0.4.9.1 05 Nov 2006 17:31:27 |
johans |
- Update to 0.4.9.1 |
0.4.7.1 20 Sep 2006 19:12:05 |
johans |
- Update to 0.4.7.1 |
0.4.6.2 26 May 2006 13:37:04 |
johans |
- Update to (fetchable) version 4.6.2
Approved by: flz (mentor) |
0.4.6.1 08 May 2006 18:41:30 |
johans |
- Update to latest release, 0.4.6.1
Submitted by: Marcus Frings
Reviewed by: maintainer (self)
Approved by: flz (mentor)
Obtained from: Debian |
0.4.5.1 27 Mar 2006 20:25:15 |
thierry |
Upgrade to 0.4.5.1.
PR: 94973
Submitted by: Johan van Selst <johans (at) stack.nl> (maintainer) |
0.4.4.2_1 16 Mar 2006 15:07:37 |
pav |
- Add missed runtime dependency on recode
PR: ports/93749
Submitted by: Johan van Selst <johans@stack.nl> (maintainer) |
0.4.4.2 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.4.4.2 14 Sep 2005 00:06:49 |
jylefort |
Add signing-party.
signing-party is a collection for all kinds of PGP/GnuPG related things,
including signing scripts, party preparation scripts, etc.
* caff: CA - Fire and Forget signs and mails a key
* pgp-clean: removes all non-self signatures from key
* pgp-fixkey: removes broken packets from keys
* gpg-mailkeys: simply mail out a signed key to its owner
* gpg-key2ps: generate PostScript file with fingerprint paper strips
* gpglist: show who signed which of your UIDs
* gpgsigs: annotates list of GnuPG keys with already done signatures
* keylookup: ncurses wrapper around gpg --search
WWW: http://pgp-tools.alioth.debian.org/
PR: ports/86077
Submitted by: Johan van Selst <johans@stack.nl> |