Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.1_2 02 Sep 2025 20:00:55
    |
Rene Ladan (rene)  |
security/p5-Dancer-Plugin-Passphrase: Remove expired port
2025-09-01 security/p5-Dancer-Plugin-Passphrase: Depends on expired
security/p5-Data-Entropy |
2.0.1_2 01 Jun 2025 15:46:45
    |
Rene Ladan (rene)  |
all: expire (in)direct consumers of security/p5-Data-Entropy on 2025-09-01 |
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.0.1_2 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.0.1_2 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.0.1_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.1_2 06 Oct 2018 13:06:45
  |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
2.0.1_2 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.0.1_2 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.0.1_2 29 Jun 2017 19:14:18
  |
sunpoet  |
Remove Perl core modules
- Add LICENSE_FILE
- Add NO_ARCH
- Bump PORTREVISION for dependency change |
2.0.1_1 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.0.1_1 11 May 2015 12:04:19
  |
mat  |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight |
2.0.1_1 16 Apr 2015 20:13:44
  |
gblach  |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port. |
2.0.1_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.0.1 21 Feb 2014 20:42:08
  |
gblach  |
- Update to 2.0.1 |
2.0.0_1 08 Oct 2013 22:43:47
  |
gblach  |
- Support staging |
2.0.0_1 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.0.0_1 11 Sep 2013 17:56:03
  |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.0.0_1 07 Sep 2013 09:03:47
  |
gblach  |
- Bump PORTREVISION
Submitted by: az
Approved by: crees, tabthorpe (mentors, implicit) |
2.0.0 07 Sep 2013 08:39:25
  |
gblach  |
- Fix BUILD_DEPENDS & RUN_DEPENDS
- Update pkg-descr
PR: ports/181872
Approved by: crees, tabthorpe (mentors, implicit) |
2.0.0 08 Feb 2013 18:39:21
  |
gblach  |
- Update to 2.0.0
Approved by: crees (mentor) |
1.0.0 04 Nov 2012 13:05:06
  |
gblach  |
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes |
1.0.0 24 Jan 2012 13:51:08
 |
culot  |
Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
allowing developers to follow best cryptography practice without having to
become a cryptography expert. It uses the bcrypt algorithm as the default,
wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function
provided by Digest.
WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/
PR: ports/164427
Submitted by: Grzegorz Blach <magik@roorback.net> |