Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.04 14 Dec 2023 20:47:50
    |
Po-Chuan Hsieh (sunpoet)  |
security/p5-GnuPG-Interface: Update to 1.04
Changes: https://metacpan.org/dist/GnuPG-Interface/changes |
1.03 22 Sep 2023 03:21:51
    |
Po-Chuan Hsieh (sunpoet)  |
security/p5-GnuPG-Interface: Update to 1.03
- Update WWW and clean up pkg-descr
Changes: https://metacpan.org/dist/GnuPG-Interface/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) |
1.02 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 ) |
1.02 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 ) |
1.02 30 May 2021 19:56:23
    |
Po-Chuan Hsieh (sunpoet)  |
security/p5-GnuPG-Interface: Update to 1.02
Changes: https://metacpan.org/changes/distribution/GnuPG-Interface |
1.01 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.01 01 Feb 2021 19:46:30
  |
sunpoet  |
Update to 1.01
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/GnuPG-Interface |
1.00 25 Jul 2020 09:20:21
  |
pi  |
security/p5-GnuPG-Interface: update 0.52 -> 1.00
Please note: This limits support to GnuPG 2.2+ and 1.4
PR: 248038
Submitted by: mikael
Relnotes: https://metacpan.org/changes/distribution/GnuPG-Interface |
0.52_1 09 Jul 2018 08:40:18
  |
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
0.52_1 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.52_1 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.52_1 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.52_1 13 Mar 2015 17:29:59
  |
adamw  |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
0.52 17 Feb 2015 16:12:46
  |
adamw  |
Update to 0.52.
Remove stale dependency on Any::Moose and add dependency on Math::BigInt.
Changes: https://metacpan.org/changes/distribution/GnuPG-Interface |
0.51 11 Jan 2015 13:29:20
  |
sunpoet  |
- Update to 0.51
- Sort PLIST
Changes: http://search.cpan.org/dist/GnuPG-Interface/Changes |
0.50_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.50 06 Aug 2014 21:46:55
  |
pi  |
security/p5-GnuPG-Interface: fix BUILD/RUN depends
Submitted by: matthew |
0.50 23 May 2014 07:54:42
  |
jadawin  |
- Update to 0.50 |
0.46 06 Nov 2013 07:39:32
  |
vanilla  |
Support STAGEDIR. |
0.46 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.46 29 Aug 2013 17:16:53
  |
sunpoet  |
- Add WWW
- Use single space after WWW:
- Remove Author line |
0.46 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.46 27 Jan 2013 05:55:20
  |
tabthorpe  |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
0.46 29 Nov 2012 17:33:35
  |
culot  |
- Update to 0.46
Changes: http://search.cpan.org/dist/GnuPG-Interface/ChangeLog
Feature safe: yes |
0.45 10 Jun 2012 18:42:48
 |
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.45 01 May 2012 01:47:10
 |
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
0.45 27 Oct 2011 14:20:07
 |
clsung  |
- Update to 0.45 |
0.44 30 Sep 2011 00:36:14
 |
clsung  |
- Update to 0.44 |
0.43 21 Mar 2011 03:07:17
 |
clsung  |
- Update to 0.43 |
0.42_2 16 Dec 2010 02:34:07
 |
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
0.42_1 29 Apr 2010 07:59:56
 |
clsung  |
- fix dependency
- bump PORTREVISION
PR: ports/144709
Submitted by: Rainer Duffner <rainer_AT_ultra-secure dot de> |
0.42 18 Dec 2009 05:11:25
 |
clsung  |
- Update to 0.42
PR: ports/141596
Submitted by: pgollucci |
0.36_2 22 Aug 2009 00:35:32
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.36_2 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.36_1 13 Mar 2008 22:30:58
 |
leeym  |
- update dependency
- bump PORTREVISION
Pointy hat to: leeym |
0.36 09 Mar 2008 19:04:24
 |
pav  |
- Fix build: this needs to be able to detect gpg
Reported by: pointyhat |
0.36 04 Mar 2008 18:10:16
 |
leeym  |
- update to 0.36
- use CPAN and SF macro
- update WWW in pkg-descr
- switch to stable gnupg (version 2)
- fix dependency
Approved by: clsung (implicit) |
0.34_3 25 Jan 2008 01:12:21
 |
clsung  |
- Drop maintainership
Changes:
PR: ports/117707
Submitted by: Peter Thoenen <eol1_AT_yahoo dot com> |
0.34_3 08 Sep 2007 01:04:03
 |
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.34_3 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.34_2 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.34 16 Mar 2006 13:13:57
 |
pav  |
- No longer on CPAN |
0.34 13 Feb 2006 12:12:20
 |
lawrance  |
Update to 0.34.
Submitter takes maintainership.
PR: ports/93251
Submitted by: Peter Thoenen <eol1@yahoo.com> |
0.33_2 11 Feb 2006 21:03:14
 |
netchild  |
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1] |
0.33_2 07 Jan 2006 20:00:09
 |
trevor  |
Hash with SHA-256. |
0.33_2 30 Dec 2005 02:57:27
 |
leeym  |
- add IGNORE for perl < 5.6
- make portlint happier
PR: 90055
Submitted by: leeym
Approved by: maintainer timeout |
0.33_2 02 Dec 2005 00:03:14
 |
flz  |
- Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by: pointyhat via kris |
0.33_1 05 Jul 2004 21:05:27
 |
vs  |
Fix fetching.
PR: ports/67185
Submitted by: Roman Neuhause
Approved by: maintainer timeout |
0.33_1 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.33 27 Jan 2004 16:12:37
 |
trevor  |
Add size data. |
0.33 13 Nov 2003 10:21:09
 |
trevor  |
Remove my e-mail address from DESCR files of ports
I have contributed, in order to attract less spam. |
0.33 13 Nov 2003 10:11:35
 |
trevor  |
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam. |
0.33 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.33 01 Jul 2003 03:49:13
 |
foxfair  |
Upgrade to 0.33.
maintainer timeout: > 10 days |
0.31 01 Mar 2003 14:34:34
 |
trevor  |
Retire comment file. |
12 May 2001 08:51:00
    |
trevor  |
Update to 0.31. Arrange list of man pages alphabetically. Add new master
site. |
01 Mar 2001 06:39:18
    |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
16 Jan 2001 17:33:20
    |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 07:30:58
    |
asami  |
Convert category security to new layout. |
02 Oct 2000 06:39:36
    |
trevor  |
Change MAINTAINER for my ports. |
23 Sep 2000 19:28:13
    |
nbm  |
Update to 0.11. |
17 Jul 2000 07:39:49
    |
kevlo  |
- Update to version 0.10 and MASTER_SITES - Update DESCR |
13 Jul 2000 16:12:38
    |
kevlo  |
Initial import of p5-GnuPG-Interface. p5-GnuPG-Interface is the Perl module
for interfacing with GnuPG. |