Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.89 25 Sep 2024 04:22:59
    |
Po-Chuan Hsieh (sunpoet)  |
security/p5-Module-Signature: Update to 0.89
Changes: https://metacpan.org/dist/Module-Signature/changes |
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) |
0.88 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 ) |
0.88 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 ) |
0.88 18 Dec 2021 14:31:10
    |
Wen Heping (wen)  |
security/p5-Module-Signature: Update to 0.88 |
0.87 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.87 24 Jul 2020 07:26:47
  |
sunpoet  |
Update to 0.87
Changes: https://metacpan.org/changes/distribution/Module-Signature |
0.83 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) |
0.83 31 Aug 2018 14:42:43
  |
sunpoet  |
Update to 0.83
Changes: https://metacpan.org/changes/distribution/Module-Signature |
0.82 29 Aug 2018 19:11:07
  |
sunpoet  |
Update to 0.82
Changes: https://metacpan.org/changes/distribution/Module-Signature |
0.81 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 |
0.81 09 Oct 2016 00:52:23
  |
wen  |
- Update to 0.81
Changes: http://search.cpan.org/src/AUDREYT/Module-Signature-0.81/Changes |
0.80 21 Jun 2016 15:09:17
  |
mat  |
Update to 0.80.
Sponsored by: Absolight |
0.79 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.79 15 Nov 2015 03:02:31
  |
sunpoet  |
- Add LICENSE
- Add NO_ARCH
- Sort PLIST |
0.79 14 Sep 2015 12:19:50
  |
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.79 21 May 2015 21:25:35
  |
sunpoet  |
- Update to 0.79
Changes: http://search.cpan.org/dist/Module-Signature/Changes |
0.78 10 Apr 2015 08:30:25
  |
sunpoet  |
- Convert to new options helper
- Sort PLIST |
0.77 09 Apr 2015 16:15:26
  |
adamw  |
Update to 0.77.
Changes: https://metacpan.org/changes/distribution/Module-Signature |
0.75 07 Apr 2015 16:06:58
  |
adamw  |
Update to 0.75. Change IPC::Run to TEST_DEPENDS.
Changes: https://metacpan.org/changes/distribution/Module-Signature |
0.73_1 12 Mar 2015 18:48:15
  |
sunpoet  |
- Convert to new options helper
- Sort PLIST |
0.73_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 ) |
0.73 06 Nov 2013 07:39:32
  |
vanilla  |
Support STAGEDIR. |
0.73 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.73 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.73 06 Jun 2013 09:43:39
  |
tobez  |
Update to 0.73.
Changes: http://search.cpan.org/dist/Module-Signature/Changes |
0.70 18 Dec 2012 09:50:44
  |
tobez  |
Update to 0.70.
Changes: http://search.cpan.org/dist/Module-Signature/Changes |
0.69_1 17 Dec 2012 09:54:03
  |
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.69_1 23 Nov 2012 15:55:30
  |
jase  |
- Remove hardcoded dependency on security/gpg. Instead, add OPTIONS to allow
choice of GnuPG version.
PR: ports/172323
Approved by: jadawin (perl@)
Feature safe: yes |
0.69 03 Nov 2012 16:54:44
  |
ehaupt  |
- Update to 0.69
- Trim header
Feature safe: yes |
0.68 13 Mar 2012 16:15:36
 |
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.68 08 Mar 2012 18:45:38
 |
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.68 15 Feb 2012 07:52:25
 |
sunpoet  |
- Add BUILD_DEPENDS |
0.68 08 Feb 2012 21:29:51
 |
swills  |
- Make non-interactive and remove IS_INTERACTIVE |
0.68 09 Jan 2012 15:29:20
 |
lbr  |
The port asks the user a question. Tools like portmaster need to
know this so that they can inform the user.
PR: 162072
Submitted by: Doug Barton <dougb@freebsd.org> |
0.68 12 Jun 2011 18:38:15
 |
sunpoet  |
- Update to 0.68
- Make portlint happier: remove trailing space
Changes: http://search.cpan.org/dist/Module-Signature/Changes |
0.67 24 Apr 2011 02:04:04
 |
bapt  |
Add the wanted version on package depends or it won't work as expected
re introduce the perl version check accidentally removed
Submitted by: Géraud Continsouzas (GeJ on irc) |
0.67 19 Apr 2011 06:20:35
 |
bapt  |
- update 0.67
- remove freebsd 5 lines
- changes: http://cpansearch.perl.org/src/FLORA/Module-Signature-0.67/Changes |
0.66 24 Dec 2010 07:07:54
 |
wen  |
- Update to 0.66
ChangeLog: http://cpansearch.perl.org/src/FLORA/Module-Signature-0.66/Changes |
0.64_1 07 Dec 2010 19:35:25
 |
linimon  |
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email. |
0.64_1 21 Sep 2010 16:08:11
 |
mm  |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 |
0.64 23 Aug 2010 03:58:30
 |
pgollucci  |
- Update to 0.64
Changes: http://search.cpan.org/dist/Module-Signature/Changes
PR: ports/147620
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (clsung; > 2.5 months) |
0.61 19 Nov 2009 02:55:25
 |
clsung  |
- Update to 0.61
Changes: http://search.cpan.org/dist/Module-Signature/Changes |
0.60 17 Nov 2009 07:28:44
 |
clsung  |
- Update to 0.60
Changes: http://search.cpan.org/dist/Module-Signature/Changes |
0.55_3 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) |
0.55_2 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.55_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.55_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.55 31 Jul 2006 00:22:36
 |
clsung  |
- update to 0.55 |
0.54_1 01 Jun 2006 07:15:58
 |
clsung  |
- p5-Crypt-OpenPGP is vulnerable and very outdated.
- bump PORTREVISION to reflect security issues.
Noted by: infofarmer |
0.54 12 May 2006 00:17:29
 |
clsung  |
- update to 0.54 |
0.53 19 Apr 2006 01:44:19
 |
clsung  |
- update to 0.53 |
0.52 22 Jan 2006 02:50:55
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.52 19 Jan 2006 03:55:20
 |
clsung  |
- update to 0.52 |
0.51 02 Jan 2006 03:00:27
 |
clsung  |
- update to 0.51 |
0.50 21 Nov 2005 05:50:57
 |
clsung  |
- update to 0.50
- add SHA256 checksum
PR: 89346
Submitted by: aaron |
0.44 06 Apr 2005 05:56:29
 |
clsung  |
- update to 0.44
- take maintainership
PR: 79586
Submitted by: clsung
Approved by: Autrijus Tang (maintainer) |
0.41 27 Aug 2004 11:38:20
 |
mat  |
Update to 0.41
PR: 70258
Submitted by: skv
Approved by: maintainer timeout |
0.38_1 18 Mar 2004 18:01:13
 |
trevor  |
Add size data, approved by maintainers. |
0.38_1 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.38 01 Jan 2004 14:16:41
 |
demon  |
Update to version 0.38.
Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer) |
0.35 28 Aug 2003 16:04:22
 |
mat  |
Unbreak INDEX
Pointy Hat To: demon |
0.35 28 Aug 2003 07:27:15
 |
demon  |
New port: p5-Module-Signature.
Module::Signature adds cryptographic authentications to CPAN
distributions, via the special SIGNATURE file.
If you are a module user, all you have to do is to remember
running "cpansign -v" (or just "cpansign") before issuing
"perl Makefile.PL" or "perl Build.PL"; that will ensure the
distribution has not been tampered with.
For module authors, you'd want to add the SIGNATURE file to
your MANIFEST, then type "cpansign -s" before making a distribution.
Submitted by: autrijus@autrijus.org |