Commit graph

15 commits

Author SHA1 Message Date
Mathieu Arnold
25c794224f Mark ports not building with PHP 7.1.
Sponsored by:	Absolight
2017-02-07 12:14:34 +00:00
Mathieu Arnold
aef5a66670 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
2016-08-03 12:47:05 +00:00
Mathieu Arnold
dca255c3ce 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
2016-06-28 14:00:45 +00:00
Mathieu Arnold
77f8276a88 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
2016-06-01 13:15:36 +00:00
Martin Wilke
1c1487813e - Ignore php70 2016-02-18 15:08:25 +00:00
Veniamin Gvozdikov
8ddd514b44 - Upgrade to lates version 2016-01-20 11:07:03 +00:00
Antoine Brodin
7e8050b16b Chase PHP 5.4 expiration date 2015-11-13 22:13:24 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Mathieu Arnold
0542aa4cba Fix.
Pointy hat to:	vg
Sponsored by:	Absolight
2015-07-08 22:00:22 +00:00
Veniamin Gvozdikov
31116432fe - Updated to lastes version 2015-07-08 10:39:29 +00:00
Antoine Brodin
e05c948725 - Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
2015-06-28 16:02:34 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Bryan Drewery
5b5a90256d 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
2015-03-19 16:44:57 +00:00
Martin Wilke
35b6baaa78 - Stage support 2014-02-14 15:01:25 +00:00
Veniamin Gvozdikov
83754bc218 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)
2013-10-31 13:10:58 +00:00