notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/php5-tarantool/Makefile

Number of commits found: 24

Thursday, 6 Dec 2018
11:22 rene search for other commits by this committer
Remove version 7.0 from the IGNORE_WITH_PHP list.
Original commitRevision:486751 
Sunday, 2 Dec 2018
17:43 antoine search for other commits by this committer
Deprecate ports depending on php 5.6
Original commitRevision:486473 
Monday, 8 Oct 2018
15:08 antoine search for other commits by this committer
Fix some PKGNAME collisions
Original commitRevision:481545 
Thursday, 8 Mar 2018
19:48 mat search for other commits by this committer
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
Original commitRevision:463917 
Saturday, 3 Mar 2018
16:30 sunpoet search for other commits by this committer
Add PORTSCOUT

Newer versions only support PHP 7.
Original commitRevision:463497 
Friday, 2 Mar 2018
18:51 sunpoet search for other commits by this committer
Update real PORTVERSION and bump PORTEPOCH

Suggested by:	mat
Original commitRevision:463429 
Thursday, 1 Mar 2018
13:35 sunpoet search for other commits by this committer
Update to 0.1.0

- Add LICENSE
- Take maintainership

Changes:	https://github.com/tarantool/tarantool-php/releases
		https://github.com/tarantool/tarantool-php/commits/master
Original commitRevision:463314 
Friday, 23 Feb 2018
21:09 rene search for other commits by this committer
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
Original commitRevision:462745 
Wednesday, 7 Feb 2018
17:46 mat search for other commits by this committer
Note PHP ports that do not build with 7.2.

Sponsored by:	Absolight
Original commitRevision:461158 
Tuesday, 7 Feb 2017
12:14 mat search for other commits by this committer
Mark ports not building with PHP 7.1.

Sponsored by:	Absolight
Original commitRevision:433543 
Wednesday, 3 Aug 2016
12:47 mat search for other commits by this committer
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
Original commitRevision:419514 
Tuesday, 28 Jun 2016
14:00 mat search for other commits by this committer
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
Original commitRevision:417719 
Wednesday, 1 Jun 2016
13:15 mat search for other commits by this committer
Github cleanup.

- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
Original commitRevision:416242 
Thursday, 18 Feb 2016
15:08 miwi search for other commits by this committer
- Ignore php70
Original commitRevision:409111 
Wednesday, 20 Jan 2016
11:07 vg search for other commits by this committer
- Upgrade to lates version
Original commitRevision:406745 
Friday, 13 Nov 2015
22:13 antoine search for other commits by this committer
Chase PHP 5.4 expiration date
Original commitRevision:401553 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Wednesday, 8 Jul 2015
22:00 mat search for other commits by this committer
Fix.

Pointy hat to:	vg
Sponsored by:	Absolight
Original commitRevision:391603 
10:39 vg search for other commits by this committer
- Updated to lastes version
Original commitRevision:391557 
Sunday, 28 Jun 2015
16:02 antoine search for other commits by this committer
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
Original commitRevision:390794 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Friday, 14 Feb 2014
15:01 miwi search for other commits by this committer
- Stage support
Original commitRevision:344231 
Thursday, 31 Oct 2013
13:10 vg search for other commits by this committer
databases/php5-tarantool PECL PHP driver for Tarantool/Box

PECL PHP driver for Tarantool/Box

WWW: https://github.com/tarantool/tarantool-php

PR:		ports/178614
Submitted by:	myself
Approved by:	eadler, osa, rm (mentors, implicit)
Original commitRevision:332239 

Number of commits found: 24