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: databases/p5-Redis-hiredis/Makefile
SVNWeb

Number of commits found: 22

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:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.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, 29 Jun 2015
[ 15:47 adamw search for other commits by this committer ] Original commit   Revision:390918 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
Wed, 24 Jun 2015
[ 15:16 adamw search for other commits by this committer ] Original commit   Revision:390487 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
Tue, 12 May 2015
[ 12:46 amdmi3 search for other commits by this committer ] Original commit   Revision:386143
- Strip library
Sat, 9 May 2015
[ 16:50 adamw search for other commits by this committer ] Original commit   Revision:385904 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Reassign databases/ perl modules to perl@.

Also:
- Sort plists
- Sort DEPENDS
- Add TEST_DEPENDS where necessary
- p5-Class-DBI-DDL: switch to USE_PERL5=configure
- Remove unnecessary or unusual stuff from pkg-descr's
- Regenerate patches using makepatch where necessary
- Based on the description from p5-DBIx-Password (most of which I've
  excised), it isn't clear whether this module even works when it's
  built non-interactive
- p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS
  as well
- p5-T2: Fails 'make test' (as it did before). The module isn't even
  present on CPAN or Meta::CPAN, and should probably be considered
  for deletion
Thu, 16 Apr 2015
[ 20:13 gblach search for other commits by this committer ] Original commit   Revision:384126 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Back to the pool.

Currently and in near future I don't have time to be responsible
for any port.
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)
Tue, 10 Jun 2014
[ 07:39 olgeni search for other commits by this committer ] Original commit   Revision:357277 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
Tue, 8 Oct 2013
[ 22:36 gblach search for other commits by this committer ] Original commit   Revision:329840
- Support staging
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 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:
databases)
Tue, 10 Sep 2013
[ 13:04 az search for other commits by this committer ] Original commit   Revision:326900 (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 Apr 2013
[ 15:27 gblach search for other commits by this committer ] Original commit   Revision:315971
- Update to 0.11.0

Approved by:	tabthorpe (mentor)
Feature safe:	yes
Sun, 4 Nov 2012
[ 13:05 gblach search for other commits by this committer ] Original commit   Revision:306964 (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
Mon, 2 Jul 2012
[ 16:13 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.10.2

Changes:        http://search.cpan.org/dist/Redis-hiredis/Changes
PR:             ports/169535
Submitted by:   sunpoet (myself)
Approved by:    Grzegorz Blach <magik@roorback.net> (maintainer)
Sun, 15 Apr 2012
[ 15:09 wen search for other commits by this committer ] Original commit 
- Update to 0.10.1
Changes: http://api.metacpan.org/source/NEOPHENIX/Redis-hiredis-0.10.1/Changes

PR:             ports/166871
Submitted by:   Grzegorz Blach <magik@roorback.net> (maintainer)
Tue, 18 Oct 2011
[ 09:05 jadawin search for other commits by this committer ] Original commit 
- Fix build on 9.x with clang
- Bump PORTREVISION

PR:             ports/160754
Submitted by:   Grzegorz Blach <magik _AT_ roorback.net> (maintainer)
Sat, 3 Sep 2011
[ 05:10 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.9.2.6

Changes:        http://search.cpan.org/dist/Redis-hiredis/Changes
PR:             ports/160345
Submitted by:   Grzegorz Blach <magik@roorback.net> (maintainer)
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
Tue, 22 Feb 2011
[ 01:26 wen search for other commits by this committer ] Original commit 
- Update to 0.9.2.5
ChangeLog:
http://cpansearch.perl.org/src/NEOPHENIX/Redis-hiredis-0.9.2.5/Changes

PR:             ports/154948
Submitted by:   Grzegorz Blach <magik@roorback.net>(maintainer)
Mon, 17 Jan 2011
[ 16:12 sunpoet search for other commits by this committer ] Original commit 
- Add p5-Redis-hiredis 0.9.2.3

Redis::hiredis is a simple wrapper around Salvatore Sanfilippo's hiredis C
client that allows connecting and sending any command just like you would
from a command line Redis client.

WWW: http://search.cpan.org/dist/Redis-hiredis/

PR:             ports/153536
Submitted by:   Grzegorz Blach <magik@roorback.net>
Feature safe:   yes

Number of commits found: 22