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-Module-Refresh/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)
Fri, 13 May 2022
[ 19:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:e7bd27166484106151d1bc996de8d0f62af61b49  commit hash:e7bd27166484106151d1bc996de8d0f62af61b49  commit hash:e7bd27166484106151d1bc996de8d0f62af61b49  e7bd271 
devel/p5-Module-Refresh: Update to 0.18

- Add NO_ARCH

Changes:	https://metacpan.org/dist/Module-Refresh/changes
Mon, 6 Sep 2021
[ 21:13 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3f85df49256b7bd28441e3babed9727005dce586  commit hash:3f85df49256b7bd28441e3babed9727005dce586  commit hash:3f85df49256b7bd28441e3babed9727005dce586  3f85df4  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit.
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.
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
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
Wed, 14 Oct 2015
[ 11:04 culot search for other commits by this committer ] Original commit   Revision:399249 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Reassign lippe@'s ports after his commit bit was taken in for safekeeping
Thu, 1 Jan 2015
[ 16:11 sunpoet search for other commits by this committer ] Original commit   Revision:375950
- Update *_DEPENDS:
  - ExtUtils::MakeMaker 6.42+, File::Temp 0.19+ and Test::More are already in
all supported Perl releases
  - Path::Class is a test-only dependency
- Add LICENSE [1]
- Remove unnecessary MASTER_SITE_SUBDIR

Approved by:	portmgr (implicit) [1]
With hat:	perl
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)
Mon, 6 Jan 2014
[ 11:00 az search for other commits by this committer ] Original commit   Revision:338856 (Only the first 10 of 50 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)
Sat, 7 Sep 2013
[ 10:16 az search for other commits by this committer ] Original commit   Revision:326592 (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)
Sun, 16 Dec 2012
[ 06:12 az search for other commits by this committer ] Original commit   Revision:308985 (Only the first 10 of 113 ports in this commit are shown above. View all ports for this commit)
- Set default perl version for ports which currently using
  (5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
Fri, 29 Jun 2012
[ 18:20 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Thu, 5 Apr 2012
[ 19:16 lippe search for other commits by this committer ] Original commit 
- Update to 0.17.

Feature safe:   yes
Sat, 17 Sep 2011
[ 07:06 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
Mon, 10 Mar 2008
[ 00:52 lippe search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Change my mail address to lippe@.

Approved by:    araujo (mentor)
Wed, 13 Feb 2008
[ 11:06 miwi search for other commits by this committer ] Original commit 
- Update to 0.13
- Pass maintainership to submitter

PR:             120353
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    maintainer
Sat, 8 Sep 2007
[ 00:57 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 91 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
Sat, 13 May 2006
[ 11:38 tobez search for other commits by this committer ] Original commit 
Update to 0.09.

PR:             97078
Approved by:    maintainer
Mon, 31 Oct 2005
[ 18:24 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
Fri, 30 Sep 2005
[ 10:50 tobez search for other commits by this committer ] Original commit 
Update to 0.06.

Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Approved by:    maintainer
PR:             86728
Tue, 15 Feb 2005
[ 09:50 tobez search for other commits by this committer ] Original commit 
Set maintainer to be the submitter (fbsdports at commit dor it).

PR:             77491
Mon, 14 Feb 2005
[ 14:12 tobez search for other commits by this committer ] Original commit 
Add p5-Module-Refresh 0.05, refresh %INC files when updated on disk.

PR:             77491
Submitted by:   aturetta@commit.it

Number of commits found: 25