Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: ftp/php56-fastdfs |
Commit | Credits | Log message |
5.0.11 08 Mar 2018 19:48:41
  |
mat  |
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 |
5.0.11 13 Dec 2017 17:22:46
  |
joneum  |
ftp/php*-fastdfs: Remake to Master/Slave Ports
PR: 223714
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D13454 |
5.0.11 25 Nov 2017 07:51:20
  |
joneum  |
php*-fastdfs: remove hard-code patching
PR: 223714
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13137 |
5.0.11 15 Aug 2017 19:01:24
  |
dbaio  |
ftp/fastdfs, ftp/php[5.6|70|71]-fastdfs: Update to 5.0.11
While here, improve LICENSE
Changes: https://github.com/happyfish100/fastdfs/blob/master/HISTORY
PR: 221415
Submitted by: Daniel Ylitalo <daniel@blodan.se> maintainer |
5.0.10 03 May 2017 12:47:59
  |
miwi  |
Updates
devel/libfastcommon to 1.0.36
ftp/fastdfs to 5.0.10
ftp/php56-fastdfs to 5.0.10
ftp/php70-fastdfs to 5.0.10
ftp/php71-fastdfs to 5.0.10
Changelog:
https://github.com/happyfish100/libfastcommon/blob/master/HISTORY
https://github.com/happyfish100/fastdfs/blob/master/HISTORY
PR: 218423
Submitted by: maintainer |
5.0.9 02 Feb 2017 13:32:32
  |
sunpoet  |
Update to 5.0.9
- While I'm here, fix GH_TAGNAME
Changes: https://github.com/happyfish100/fastdfs/commits/master
PR: 216698
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
5.0.8_1 28 Jan 2017 14:22:53
  |
marino  |
devel/libfastcommon: fix misbuild, add DF, bump deps minus nginx-full
The fastcommon library is being built as 32-bit on amd64 due to the
misuse of uname (uname -p returns "amd64", not uname alone).
Additionally, the hardcoded install commands (added via patch) have been
updated to the BSD_INSTALL* macros to satisfy QA tests.
While here, fix building on DragonFly (sacrificing unused Darwin support
in the process).
Finally, bump all ports dependend on fault libfastcommon.so except
www/nginx-full which has no separate PORTREVISION setting. I can't bump
it without bumping www/nginx too (bug??).
Approvd by: just-fix-it |
5.0.8 26 Jan 2017 14:38:27
  |
sunpoet  |
Use PKGNAMEPREFIX
- While I'm here, update IGNORE_WITH_PHP |
5.0.8 27 Oct 2016 09:29:33
  |
mat  |
Fix php usage.
Sponsored by: Absolight |
5.0.8 27 Oct 2016 09:29:23
  |
mat  |
Remove obsolete PHP versions checks.
Sponsored by: Absolight |
5.0.8 27 Oct 2016 05:49:09
  |
gahr  |
New ports: devel/libfastcommon, ftp/fastdfs, ftp/php(56|70)-fastdfs
FastDFS is an open source high performance distributed file system (DFS).
It's major functions include: file storing, file syncing and file accessing,
and design for high capacity and load balance.
WWW: https://github.com/happyfish100/fastdfs
PR: 213311
Submitted by: Daniel Ylitalo <daniel@blodan.se> |