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: converters/php5-bsdconv/Makefile
SVNWeb

Number of commits found: 30

Thu, 8 Mar 2018
[ 19:48 mat search for other commits by this committer ] Original commit   Revision:463917 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Feb 2018
[ 17:46 mat search for other commits by this committer ] Original commit   Revision:461158 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Note PHP ports that do not build with 7.2.

Sponsored by:	Absolight
Tue, 7 Feb 2017
[ 12:14 mat search for other commits by this committer ] Original commit   Revision:433543 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
Mark ports not building with PHP 7.1.

Sponsored by:	Absolight
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
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 13 Mar 2016
[ 16:56 mat search for other commits by this committer ] Original commit   Revision:411002 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
Sun, 28 Jun 2015
[ 08:38 sunpoet search for other commits by this committer ] Original commit   Revision:390748
- Update to 11.3.0

Changes:	https://github.com/buganini/php-bsdconv/releases
PR:		201013
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Wed, 6 May 2015
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:385521 (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 22 Dec 2014
[ 17:31 feld search for other commits by this committer ] Original commit   Revision:375251
Update "BSD" license for buganini's ports
Thu, 15 May 2014
[ 16:02 vanilla search for other commits by this committer ] Original commit   Revision:354149
Support STAGEDIR.

Approved by:	portmgr@
Sat, 21 Sep 2013
[ 15:41 sunpoet search for other commits by this committer ] Original commit   Revision:327829
- Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/php-bsdconv/commits/master
PR:		ports/182259
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Fri, 20 Sep 2013
[ 16:05 bapt search for other commits by this committer ] Original commit   Revision:327715 (Only the first 10 of 161 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:
converters)
Wed, 1 May 2013
[ 23:16 bdrewery search for other commits by this committer ] Original commit   Revision:317063
- Update to 10.0.0

PR:		ports/178136
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Wed, 10 Oct 2012
[ 12:33 bdrewery search for other commits by this committer ] Original commit   Revision:305650
- Use GH_ACCOUNT in DISTNAME

Suggested by:	sunpoet
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Mon, 8 Oct 2012
[ 16:12 bdrewery search for other commits by this committer ] Original commit   Revision:305541 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update bsdconv and wrappers to 9.0 [1]
- Switch to USE_GITHUB for fetching
- Update to new header format
- Mark converters/bsdconv as MAKE_JOBS_UNSAFE
- Add prefix into DISTNAMEs to avoid conflicts

Changelog for converters/bsdconv:
 9.0:
  fix for MinGW
  export bsdconv_malloc/bsdconv_free
  add {from,to}/CCCII
  add inter/ZH-STRINGS
  internal API changes for use of bsdconv_ctl in wrappers
  bugfixes
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 26 May 2012
[ 19:01 sunpoet search for other commits by this committer ] Original commit 
- Update to 7.3
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS

Changes:
- info(): add width information

Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
Thu, 17 May 2012
[ 14:58 sunpoet search for other commits by this committer ] Original commit 
- Update to 7.1

Changes:
- Add PHP 5.4 compatibility

Submitted by:   buganini (maintainer, via IRC)
Fri, 18 Nov 2011
[ 11:27 sunpoet search for other commits by this committer ] Original commit 
- Update to 7.0
- While I'm here, pet portlint

Changes:
- OO-style wrapping
- Chase changes in bsdconv

PR:             portsr/162656
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe:   yes
Fri, 24 Jun 2011
[ 12:13 dhn search for other commits by this committer ] Original commit 
- Chase converters/bsdconv shlib version bump
- Bump PORTREVISION
Wed, 25 May 2011
[ 14:32 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update bsdconv family to 5.0
- While I'm here, update WWW of converters/*-bsdconv

Changes:       
https://github.com/buganini/bsdconv/blob/6a43b56713fe84c0a198c4f712b2b9d13ce3f3cf/Changelog
PR:             ports/157306
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Tue, 26 Apr 2011
[ 18:21 sunpoet search for other commits by this committer ] Original commit 
- Update to 4.6

Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
Sat, 16 Apr 2011
[ 17:12 sunpoet search for other commits by this committer ] Original commit 
- Fix PLIST

Approved by:    Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
[ 13:55 sunpoet search for other commits by this committer ] Original commit 
- Use converters/bsdconv as master port

PR:             ports/156439
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Fri, 28 Jan 2011
[ 18:36 dhn search for other commits by this committer ] Original commit 
- Update to 4.3

PR:             ports/153741
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe:   yes
Thu, 9 Sep 2010
[ 03:33 pgollucci search for other commits by this committer ] Original commit 
- Update bsdconv and related to 3.6.2
  * More inter-mapping conversion
  * Add transliteration table for CP950/CP936
  * No known bug, valgrind clean now

PR:             ports/147866
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Wed, 14 Oct 2009
[ 14:20 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update to 3.5

PR:             139513 139525 139525
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Tue, 15 Sep 2009
[ 13:05 beat search for other commits by this committer ] Original commit 
- Update to 3.3
- Fix installation with custom PREFIX

PR:             ports/138750
Submitted by:   Kuan-Chung Chiu <buganini AT gmail.com> (maintainer)
Feature safe:   yes
Tue, 14 Jul 2009
[ 17:22 amdmi3 search for other commits by this committer ] Original commit 
- Update to 2.1

PR:             136756
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Fri, 5 Jun 2009
[ 22:11 miwi search for other commits by this committer ] Original commit 
This port is a php wrapper for bsdconv.

WWW: http://github.com/buganini/bsdconv/

PR:             ports/134872
Submitted by:   buganini at gmail.com

Number of commits found: 30