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: devel/p5-Test-MockTime/Makefile
SVNWeb

Number of commits found: 25

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:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(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.
Mon, 23 Apr 2018
[ 23:31 bofh search for other commits by this committer ] Original commit   Revision:468148
devel/p5-Test-MockTime: Update version 0.15=>0.17

Relnotes:	http://cpansearch.perl.org/src/DDICK/Test-MockTime-0.17/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
Sat, 2 Apr 2016
[ 07:13 sunpoet search for other commits by this committer ] Original commit   Revision:412391
- Fix *_DEPENDS: Time::Piece 1.08+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change

With hat:	perl
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 1 Nov 2015
[ 12:54 bofh search for other commits by this committer ] Original commit   Revision:400608
devel/p5-Test-MockTime: Update version 0.13=>0.15

- Mark NO_ARCH as there is no ARCH dependent files
Fri, 23 Jan 2015
[ 22:42 bofh search for other commits by this committer ] Original commit   Revision:377768
devel/p5-Test-MockTime: Update version 0.12=>0.13

- Add LICENSE(ART10 GPLv1)

Differential Revision:	https://reviews.freebsd.org/D1622
Approved by:		marino(mentor)
Wed, 24 Dec 2014
[ 00:14 bofh search for other commits by this committer ] Original commit   Revision:375378 (Only the first 10 of 432 ports in this commit are shown above. View all ports for this commit)
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
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, 29 Jan 2014
[ 09:19 az search for other commits by this committer ] Original commit   Revision:341707 (Only the first 10 of 112 ports in this commit are shown above. View all ports for this commit)
- add stage support

Approved by:	portmgr (blanket infrastructure)
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 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:
devel part 3)
Mon, 9 Sep 2013
[ 14:13 az search for other commits by this committer ] Original commit   Revision:326810 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Wed, 17 Oct 2012
[ 13:38 jhale search for other commits by this committer ] Original commit   Revision:306010 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Pass maintainership to submitter

PR:		ports/172813, ports/172814, ports/172815,
		ports/172816, ports/172817, ports/172818,
		ports/172820, ports/172821, ports/172822,
		ports/172823, ports/172824, ports/172825
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	timur (via private email)
		makc, avilla (mentors implicit)
Feature safe:	yes
Fri, 29 Jun 2012
[ 11:04 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Thu, 28 Jan 2010
[ 04:53 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 13).

Approved by:    portmgr (itetcu)
Fri, 3 Jul 2009
[ 20:11 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.12

PR:             ports/135769
Approved by:    maintainer timeout (timur; 16 days)
Submitted by:   myself (pgollucci@)
Sun, 22 Feb 2009
[ 02:17 timur search for other commits by this committer ] Original commit 
Upgrade to the newer version 0.09
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)
Sat, 8 Sep 2007
[ 00:59 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
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
Fri, 15 Jun 2007
[ 15:08 timur search for other commits by this committer ] Original commit 
Change MAINTAINER addresses for my ports to point to the FreeBSD address.

Approved by:    shaun (mentor)
Mon, 29 Jan 2007
[ 11:04 miwi search for other commits by this committer ] Original commit 
- Update to 0.05

PR:             108277
Submitted by:   miwi
Approved by:    maintainer
Wed, 6 Dec 2006
[ 12:35 miwi search for other commits by this committer ] Original commit 
- Update to 0.04

PR:             ports/106176
Submitted by:   Christopher Boumenot <boumenot@gmail.com>
Approved by:    maintainer
Tue, 15 Aug 2006
[ 09:58 tobez search for other commits by this committer ] Original commit 
Add p5-Test-MockTime 0.03, replaces actual time with simulated time.

PR:             ports/102022
Submitted by:   Timur I. Bakeyev <bat at cpan.org>

Number of commits found: 25