notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/p5-Net-IMAP-Simple/Makefile
SVNWeb

Number of commits found: 51

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 17 Jun 2018
[ 23:27 wen search for other commits by this committer ] Original commit   Revision:472655
- Update to 1.2212
Changes: https://metacpan.org/changes/distribution/Net-IMAP-Simple
Fri, 18 May 2018
[ 23:31 sunpoet search for other commits by this committer ] Original commit   Revision:470336
Update to 1.2211

Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
Thu, 10 May 2018
[ 07:21 wen search for other commits by this committer ] Original commit   Revision:469514
- Update to 1.2210
Changes: http://cpansearch.perl.org/src/JETTERO/Net-IMAP-Simple-1.2210/Changes
Fri, 15 Sep 2017
[ 08:58 mat search for other commits by this committer ] Original commit   Revision:449893 (Only the first 10 of 2495 ports in this commit are shown above. View all ports for this commit)
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Mon, 12 Jun 2017
[ 19:02 sunpoet search for other commits by this committer ] Original commit   Revision:443458
Update to 1.2209

- Remove MASTER_SITE_SUBDIR
- Clean up *_DEPENDS

Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
Mon, 3 Oct 2016
[ 14:30 jadawin search for other commits by this committer ] Original commit   Revision:423199
- Update to 1.2207
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 9 Nov 2015
[ 18:44 sunpoet search for other commits by this committer ] Original commit   Revision:401147
- Add NO_ARCH
- Pet portlint: fix diff header of patch files
Sun, 4 Jan 2015
[ 09:26 sunpoet search for other commits by this committer ] Original commit   Revision:376182
- Update to 1.2206

Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 21 May 2014
[ 07:46 jadawin search for other commits by this committer ] Original commit   Revision:354719
- Update to 1.2205
Sat, 1 Mar 2014
[ 17:13 sunpoet search for other commits by this committer ] Original commit   Revision:346654
- Add LICENSE
- Remove outdated PERL_LEVEL check
Tue, 31 Dec 2013
[ 04:26 sunpoet search for other commits by this committer ] Original commit   Revision:338225
- Update to 1.2204

Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
Thu, 10 Oct 2013
[ 07:11 sunpoet search for other commits by this committer ] Original commit   Revision:329968
- Update to 1.2203
- Convert to new OPTIONS helper

Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
Thu, 3 Oct 2013
[ 16:19 sunpoet search for other commits by this committer ] Original commit   Revision:329203
- Update to 1.2202
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Sun, 15 Sep 2013
[ 05:56 sunpoet search for other commits by this committer ] Original commit   Revision:327331
- Add PORTSCOUT
Fri, 9 Aug 2013
[ 14:47 jadawin search for other commits by this committer ] Original commit   Revision:324443
- Update to 1.2201
- Changelog:
http://cpansearch.perl.org/src/JETTERO/Net-IMAP-Simple-1.2201/Changes
Fri, 2 Aug 2013
[ 18:52 mat search for other commits by this committer ] Original commit   Revision:324174 (Only the first 10 of 1871 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Mon, 10 Jun 2013
[ 18:02 mat search for other commits by this committer ] Original commit   Revision:320500
Update to 1.2200.
Wed, 30 Jan 2013
[ 14:44 jadawin search for other commits by this committer ] Original commit   Revision:311218
- Update to 1.2034
- Changelog:
http://cpansearch.perl.org/src/JETTERO/Net-IMAP-Simple-1.2034/Changes
Thu, 31 May 2012
[ 11:19 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
Sun, 13 May 2012
[ 12:40 lth search for other commits by this committer ] Original commit 
- pass maintainership
Thu, 8 Mar 2012
[ 21:03 pgollucci search for other commits by this committer ] Original commit 
- Remove some regression-test for p5- that suck in between submission,-exp,
  and commit

PR:             ports/165605 (follow up)
Wed, 7 Mar 2012
[ 17:28 lth search for other commits by this committer ] Original commit 
- update to 1.2030 [1]
- update _DEPENDS [1]
- add regrssion-test target

PR:             ports/165648 [1]
Submitted by:   swills
Sat, 20 Aug 2011
[ 16:08 lth search for other commits by this committer ] Original commit 
Update to 1.2024
Tue, 21 Jun 2011
[ 06:58 az search for other commits by this committer ] Original commit  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
Fri, 22 Apr 2011
[ 13:22 lth search for other commits by this committer ] Original commit 
Update to 1.2022
Mon, 14 Feb 2011
[ 12:44 lth search for other commits by this committer ] Original commit 
Update to 1.2020
Mon, 13 Dec 2010
[ 08:48 lth search for other commits by this committer ] Original commit 
Update to 1.2019

PR:             ports/153082
Submitted by:   "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Tue, 21 Sep 2010
[ 08:09 lth search for other commits by this committer ] Original commit 
Include missing patch

Noticed by:     pointyhat via pav
Sat, 18 Sep 2010
[ 16:37 lth search for other commits by this committer ] Original commit 
Update to 1.2017
Fri, 7 May 2010
[ 11:20 lth search for other commits by this committer ] Original commit 
Update to 1.1912
Mon, 29 Mar 2010
[ 07:12 lth search for other commits by this committer ] Original commit 
Update to 1.1911
Mon, 9 Nov 2009
[ 15:01 lth search for other commits by this committer ] Original commit 
Update to 1.1910
Tue, 18 Aug 2009
[ 19:52 lth search for other commits by this committer ] Original commit 
Update to 1.1907

PR:             ports/137909
Submitted by:   skv
Fri, 19 Jun 2009
[ 09:44 lth search for other commits by this committer ] Original commit 
Update to 1.18.01 (distversion 1.1801)

PR:             ports/135717
Submitted by:   skreuzer
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- 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)
Tue, 31 Oct 2006
[ 15:04 lth search for other commits by this committer ] Original commit 
Update to 1.17
Tue, 20 Jun 2006
[ 19:58 lth search for other commits by this committer ] Original commit 
Update to 1.16

PR:             Update to 1.16
Submitted by:   aaron
Tue, 18 Oct 2005
[ 10:15 lth search for other commits by this committer ] Original commit 
Update to 1.14
Mon, 29 Aug 2005
[ 07:47 lth search for other commits by this committer ] Original commit 
Update to 0.104
Fri, 22 Jul 2005
[ 12:17 lth search for other commits by this committer ] Original commit 
Update to 0.103
Wed, 8 Jun 2005
[ 12:31 lth search for other commits by this committer ] Original commit 
Update to 0.101
Fri, 6 May 2005
[ 17:59 lth search for other commits by this committer ] Original commit 
Update to 0.99
Fri, 31 Dec 2004
[ 10:45 lth search for other commits by this committer ] Original commit 
Fixed MASTER_SITE_SUBDIR.

Reported by:    kris
Thu, 30 Dec 2004
[ 16:55 lth search for other commits by this committer ] Original commit 
Add p5-Net-IMAP-Simple 0.95, Perl extension for simple IMAP account
handling.

Number of commits found: 51