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: net/pecl-zmq/Makefile
SVNWeb

Number of commits found: 18

Tue, 29 Nov 2022
[ 20:19 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:4bd2bd55ab379c789527b6a16abb501ff8fa7bec  commit hash:4bd2bd55ab379c789527b6a16abb501ff8fa7bec  commit hash:4bd2bd55ab379c789527b6a16abb501ff8fa7bec  4bd2bd5 
net/pecl-zmq: Cleanup

- Requires php74 which was EOL on 2022-11-28

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
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)
Mon, 13 Jun 2022
[ 00:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:214a6c5f5a6710e22a998e7e3ebba5e30d30a546  commit hash:214a6c5f5a6710e22a998e7e3ebba5e30d30a546  commit hash:214a6c5f5a6710e22a998e7e3ebba5e30d30a546  214a6c5  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
*/*: Ignore with php82
Tue, 1 Feb 2022
[ 13:06 Renato Botelho (garga) search for other commits by this committer ]    commit hash:8c6c230da48ce876026822274db58410e648860a  commit hash:8c6c230da48ce876026822274db58410e648860a  commit hash:8c6c230da48ce876026822274db58410e648860a  8c6c230 
net/pecl-zmq: Deprecate together with PHP 7.4

Latest version is from 2016 and doesn't work with more recent PHP
versions.
PR:		261619
Reported by:	bofh
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Mon, 10 Jan 2022
[ 13:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:47721a7247d2d9ad1e6cb47a518090305254016f  commit hash:47721a7247d2d9ad1e6cb47a518090305254016f  commit hash:47721a7247d2d9ad1e6cb47a518090305254016f  47721a7  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Mark ports to IGNORE with new php81

Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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, 4 Nov 2020
[ 14:29 garga search for other commits by this committer ] Original commit   Revision:554083
net/pecl-zmq: Ignore with PHP 8.0

It fails to build with PHP 8.0.  Ignore it while it's not fixed.

While here, fix WWW line on pkg-descr

Sponsored by:	Rubicon Communications, LLC (Netgate)
Tue, 9 Oct 2018
[ 11:51 garga search for other commits by this committer ] Original commit   Revision:481624
net/pecl-zmq: Fix build with PHP 7.3

Reviewed by:	pkg-fallout
Obtained from:	Debian
Sponsored by:	Rubicon Communications, LLC (Netgate)
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
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
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 23 Mar 2016
[ 09:20 vsevolod search for other commits by this committer ] Original commit   Revision:411691 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
Mon, 1 Feb 2016
[ 10:24 garga search for other commits by this committer ] Original commit   Revision:407703
Update net/pecl-zmq to 1.1.3

Sponsored by:	Rubicon Communications (Netgate)
Mon, 15 Jun 2015
[ 11:06 koobs search for other commits by this committer ] Original commit   Revision:389682
net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721

- Update to 4.1.2
- Update pkg-plist
- USES: pkg-config is now a global dependency
- OPTIONS: with-sytem-pgm is now with-pgm, update helpers
- OPTIONS: with-libsodium no longer takes args, update helpers
- Override pkgconfigdir via configure, deprecate USES: pathfix

- Bump PORTREVISION for dependent ports for shared library version
  change

While I'm here:

- Whitespace align Makefile

Based on:

PR:		200502
Reported by:	Sevan Janiyan <venture37 geeklan co uk>
Submitted by:	Jason Unovitch <jason.unovitch gmail com>
MFH:		2015Q2
Security:	10a6d0aa-0b1c-11e5-bb90-002590263bf5
Security:	CVE-2014-9721
Fri, 6 Mar 2015
[ 11:28 garga search for other commits by this committer ] Original commit   Revision:380584
- Fix wrong dependency s/libzmq2/libzmq4/
- Bump PORTREVISION

Sponsored by:	Netgate
[ 10:46 garga search for other commits by this committer ] Original commit   Revision:380583
Add net/pecl-zmq, PHP bindings for ZeroMQ

Sponsored by:	Netgate

Number of commits found: 18