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: math/pecl-bitset/Makefile
SVNWeb

Number of commits found: 22

Mon, 5 Jun 2023
[ 18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:8ddbc62b3c48b88a693095a0bfd77cda56a557a3  commit hash:8ddbc62b3c48b88a693095a0bfd77cda56a557a3  commit hash:8ddbc62b3c48b88a693095a0bfd77cda56a557a3  8ddbc62 
math/pecl-bitset: Update to 3.2.0

Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
Sat, 27 May 2023
[ 23:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:27cc2059b4b6f3f68ef89ed20f1bc52863a211e1  commit hash:27cc2059b4b6f3f68ef89ed20f1bc52863a211e1  commit hash:27cc2059b4b6f3f68ef89ed20f1bc52863a211e1  27cc2059 
math/pecl-bitset: Update to 3.1.0

- Update WWW

Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  f53eb28  (Only the first 10 of 719 ports in this commit are shown above. View all ports for this commit)
math: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(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.
Wed, 2 Jan 2019
[ 23:58 sunpoet search for other commits by this committer ] Original commit   Revision:489108
Remove expired IGNORE_WITH_PHP=56
Sat, 7 Oct 2017
[ 09:12 sunpoet search for other commits by this committer ] Original commit   Revision:451436
Update to 3.0.1

Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
Mon, 10 Apr 2017
[ 15:08 mat search for other commits by this committer ] Original commit   Revision:438175 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
Mon, 24 Oct 2016
[ 19:39 rene search for other commits by this committer ] Original commit   Revision:424590 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
Wed, 3 Aug 2016
[ 12:47 mat search for other commits by this committer ] Original commit   Revision:419514 (Only the first 10 of 381 ports in this commit are shown above. View all ports for this commit)
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
Tue, 28 Jun 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:417719 (Only the first 10 of 246 ports in this commit are shown above. View all ports for this commit)
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Mon, 7 Mar 2016
[ 20:12 sunpoet search for other commits by this committer ] Original commit   Revision:410546
- Update to 3.0.0
- Add LICENSE_FILE
- Update IGNORE_WITH_PHP

Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
Thu, 18 Feb 2016
[ 14:47 miwi search for other commits by this committer ] Original commit   Revision:409110 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
- Ignore php70
- While here remove old php gruft
Sun, 23 Nov 2014
[ 09:23 sunpoet search for other commits by this committer ] Original commit   Revision:373135
- Update to 2.0.1
- Use USES=tar:tgz
- Take maintainership

Changes:	http://pecl.php.net/package-changelog.php?package=Bitset
Tue, 18 Nov 2014
[ 09:37 bapt search for other commits by this committer ] Original commit   Revision:372709 (Only the first 10 of 449 ports in this commit are shown above. View all ports for this commit)
Reset miwi's maintainership per his demand

Hope to see you back! Thank for all the work!
Mon, 7 Jul 2014
[ 15:31 olgeni search for other commits by this committer ] Original commit   Revision:361099 (Only the first 10 of 193 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. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Thu, 23 Jan 2014
[ 16:00 miwi search for other commits by this committer ] Original commit   Revision:340835 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Stageify
- Take maintainership of a few ports
Mon, 16 Dec 2013
[ 18:24 glarkin search for other commits by this committer ] Original commit   Revision:336656 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
[Errno 11] Resource Temporarily Unavailable

Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
Fri, 20 Sep 2013
[ 20:55 bapt search for other commits by this committer ] Original commit   Revision:327746 (Only the first 10 of 665 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:
math)
Wed, 17 Oct 2012
[ 15:40 glarkin search for other commits by this committer ] Original commit   Revision:306015
- Updated to 1.0.1 (supports PHP 5.3+)

Feature safe:	yes
Fri, 18 Jul 2008
[ 21:05 glarkin search for other commits by this committer ] Original commit  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Changed my MAINTAINER address to
glarkin@FreeBSD.org.

Approved by:    beech (mentor)
Sat, 7 Jul 2007
[ 14:57 miwi search for other commits by this committer ] Original commit 
This extension for PHP provides routines for manipulating bitsets.

WWW: http://pecl.php.net/package/Bitset

PR:             ports/114357
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>

Number of commits found: 22