| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
know this so that they can inform the user.
PR: 162072
Submitted by: Doug Barton <dougb@freebsd.org>
|
|
|
|
|
|
| |
- Make portlint happier: remove trailing space
Changes: http://search.cpan.org/dist/Module-Signature/Changes
|
|
|
|
|
|
| |
re introduce the perl version check accidentally removed
Submitted by: Géraud Continsouzas (GeJ on irc)
|
|
|
|
|
| |
- remove freebsd 5 lines
- changes: http://cpansearch.perl.org/src/FLORA/Module-Signature-0.67/Changes
|
|
|
|
| |
ChangeLog: http://cpansearch.perl.org/src/FLORA/Module-Signature-0.66/Changes
|
|
|
|
| |
is apparently having some trouble with email.
|
|
|
|
| |
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Signature/Changes
PR: ports/147620
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (clsung; > 2.5 months)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Signature/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Signature/Changes
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
${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)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
to security/gnupg1.
Thanks to: dougb, lofi
|
| |
|
|
|
|
|
|
| |
- bump PORTREVISION to reflect security issues.
Noted by: infofarmer
|
| |
|
| |
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- add SHA256 checksum
PR: 89346
Submitted by: aaron
|
|
|
|
|
|
|
|
| |
- take maintainership
PR: 79586
Submitted by: clsung
Approved by: Autrijus Tang (maintainer)
|
|
|
|
|
|
| |
PR: 70258
Submitted by: skv
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
| |
Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
|
|
|
|
| |
Pointy Hat To: demon
|
|
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
|