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-RedisDB-Parser/Makefile
SVNWeb

Number of commits found: 13

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)
Sun, 17 Apr 2022
[ 23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:f86d507d351eadc54a46c37ec033114c0d2c2326  commit hash:f86d507d351eadc54a46c37ec033114c0d2c2326  commit hash:f86d507d351eadc54a46c37ec033114c0d2c2326  f86d507 
databases/p5-RedisDB-Parser: Update to 2.23

- Add TEST_DEPENDS
- Fix indent
- Strip shared library
- Sort PLIST

Changes:	https://metacpan.org/dist/RedisDB-Parser/changes
Mon, 4 Oct 2021
[ 19:58 Rene Ladan (rene) search for other commits by this committer ]    commit hash:e56a7da8946973ad5233bf881538298e30f472eb  commit hash:e56a7da8946973ad5233bf881538298e30f472eb  commit hash:e56a7da8946973ad5233bf881538298e30f472eb  e56a7da  (Only the first 10 of 420 ports in this commit are shown above. View all ports for this commit)
*: re-assign kuriyama@s ports to the pool, commit bit safekept

With hat:	portmgr-secretary
Mon, 19 Apr 2021
[ 08:00 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  1bf865f  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Clean up all commented PORTREVISION and PORTEPOCH lines

No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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
Sat, 26 Nov 2016
[ 13:09 kuriyama search for other commits by this committer ] Original commit   Revision:427168
- Upgrade to 2.22.
Mon, 30 May 2016
[ 15:33 mat search for other commits by this committer ] Original commit   Revision:416157 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.

With hat:	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
Sat, 13 Jun 2015
[ 11:52 kuriyama search for other commits by this committer ] Original commit   Revision:389350
- Upgrade to 2.21.
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, 18 Mar 2014
[ 09:10 kuriyama search for other commits by this committer ] Original commit   Revision:348525
This module provides methods to build redis requests and parse replies
from the server.

WWW: http://search.cpan.org/dist/RedisDB-Parser/

Number of commits found: 13