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-File-ChangeNotify/Makefile
SVNWeb

Number of commits found: 27

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.
Sun, 1 Mar 2020
[ 18:19 sunpoet search for other commits by this committer ] Original commit   Revision:527586
Add NO_ARCH
Fri, 11 Jan 2019
[ 02:04 wen search for other commits by this committer ] Original commit   Revision:489931
- Update to 0.31
Mon, 8 Oct 2018
[ 21:41 sunpoet search for other commits by this committer ] Original commit   Revision:481569
Update to 0.29

- Fix and sort *_DEPENDS

Changes:	https://metacpan.org/changes/distribution/File-ChangeNotify
Mon, 23 Jul 2018
[ 13:42 wen search for other commits by this committer ] Original commit   Revision:475175
- Update to 0.28
Changes: https://metacpan.org/source/DROLSKY/File-ChangeNotify-0.28/Changes
- Update DEPENDS
- Reset maintainer to perl@
Wed, 18 Jul 2018
[ 22:20 yuri search for other commits by this committer ] Original commit   Revision:474907 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Reset maintainership of the ports maintained by alexey@renatasystems.org

Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp

Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08

The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
Mon, 9 Jul 2018
[ 08:40 mat search for other commits by this committer ] Original commit   Revision:474242 (Only the first 10 of 429 ports in this commit are shown above. View all ports for this commit)
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
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, 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)
Fri, 24 Jan 2014
[ 23:00 antoine search for other commits by this committer ] Original commit   Revision:340941
Finish stage support

Approved by:	maintainer timeout (via email, 3 weeks)
Sat, 30 Nov 2013
[ 17:48 alexey search for other commits by this committer ] Original commit   Revision:335310
* Update to 0.24
* STAGE support

Approved by:	wg (mentor)
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
[ 18:34 az search for other commits by this committer ] Original commit   Revision:326839 (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, 30 Sep 2012
[ 08:38 culot search for other commits by this committer ] Original commit   Revision:305076
- Update to 0.22 [1]
- Add LICENSE (Artistic 2)

Changes:	http://search.cpan.org/dist/File-ChangeNotify/Changes
PR:		ports/171938 [1]
Submitted by:	tabthorpe@
Approved by:	Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
Wed, 15 Feb 2012
[ 02:58 swills search for other commits by this committer ] Original commit 
- update to 0.21
- Add TEST_DEPENDS to enable testing

PR:             ports/165145
Submitted by:   swills (myself)
Approved by:    "Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer)
Sun, 11 Sep 2011
[ 06:12 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Promote Moose requirement to 2.0+ which includes Class::MOP
Tue, 7 Jun 2011
[ 09:13 az search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Update devel/p5-Moose to version 2.0007

Changelog: http://cpansearch.perl.org/dist/Moose/Changes

See also UPDATING entry 20110607 about this.
Thu, 12 Aug 2010
[ 03:01 sahil search for other commits by this committer ] Original commit 
- Update to 0.16
- Use PERL_MODBUILD

PR:             ports/149192
Submitted by:   Frederic Culot <frederic@culot.org>
Approved by:    Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
Sun, 2 May 2010
[ 16:48 sylvio search for other commits by this committer ] Original commit 
- Update to 0.13

PR:             ports/146236
Submitted by:   Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
Thu, 11 Feb 2010
[ 17:02 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.12

PR:             ports/143757
Submitted by:   myself (pgollucci@)
Approved by:    alexey@renatasystems.org (maintainer)
Mon, 21 Dec 2009
[ 11:19 amdmi3 search for other commits by this committer ] Original commit 
- Fix plist
- Cosmetic fixes for Makefile

PR:             141752
Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer)
Tue, 15 Dec 2009
[ 21:32 pgollucci search for other commits by this committer ] Original commit 
[wrong patch previously]

- Update to 0.11

Changes:  http://cpansearch.perl.org/src/DROLSKY/File-ChangeNotify-0.11/Changes

PR:             ports/141234
Submitted by:   maintainer
Pointyhat to:   pgollucci
[ 21:23 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.11

PR:             ports/141234
Approved by:    maintainer
Submitted by:   myself (pgollucci@), tweaked by maintainer
Fri, 20 Nov 2009
[ 18:59 miwi search for other commits by this committer ] Original commit 
- Update to 0.08

PR:             140329
Submitted by:   Sahil Tandon <sahil@tandon.net>
Approved by:    maintainer
Fri, 14 Aug 2009
[ 20:08 miwi search for other commits by this committer ] Original commit 
This module provides an API for creating a File::ChangeNotify::Watcher subclass
that will work on your platform.

A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. You can provide a regular expression to filter out files you are not
interested in. It handles the addition of new subdirectories by adding them to
the watch list.

WWW: http://search.cpan.org/dist/File-ChangeNotify/

PR:             ports/137770
Submitted by:   Alexey V. Degtyarev

Number of commits found: 27