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: security/pear-Horde_Crypt_Blowfish/Makefile
SVNWeb

Number of commits found: 19

Sun, 16 Apr 2023
[ 18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea  commit hash:0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea  commit hash:0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea  0ac3a69  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 11 Dec 2022
[ 18:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:66fe243786fefb89fc60bafee855d779866ae180  commit hash:66fe243786fefb89fc60bafee855d779866ae180  commit hash:66fe243786fefb89fc60bafee855d779866ae180  66fe243 
security/pear-Horde_Crypt_Blowfish: Update version 1.1.3=>1.1.4

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)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 8 Oct 2021
[ 07:09 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:29a56aa2eb28cb0574ea34b9ad41d850909bf2ae  commit hash:29a56aa2eb28cb0574ea34b9ad41d850909bf2ae  commit hash:29a56aa2eb28cb0574ea34b9ad41d850909bf2ae  29a56aa  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
*/*: Add CPE information for horde ports

Approved by:	portmgr (blanket)
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.
Tue, 19 Nov 2019
[ 10:55 joneum search for other commits by this committer ] Original commit   Revision:517960
Update to 1.1.3

Sponsored by:	Netzkommune GmbH
Mon, 18 Nov 2019
[ 08:05 tobik search for other commits by this committer ] Original commit   Revision:517860 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Add more missing USES=php
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 Sep 2016
[ 22:54 mm search for other commits by this committer ] Original commit   Revision:421524 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Horde package update:

devel/pear-Horde_Alarm 2.2.7 -> 2.2.8
devel/pear-Horde_Cache 2.5.3 -> 2.5.4
devel/pear-Horde_Core 2.25.0 -> 2.26.1
security/pear-Horde_Crypt_Blowfish 1.1.1 -> 1.1.2
databases/pear-Horde_Db 2.3.2 -> 2.3.3
www/pear-Horde_Form 2.0.14 -> 2.0.15
databases/pear-Horde_HashTable 1.2.5 -> 1.2.6
mail/pear-Horde_Imap_Client 2.29.8 -> 2.29.9
devel/pear-Horde_Lock 2.1.3 -> 2.1.4
mail/pear-Horde_Mime 2.10.0 -> 2.10.1
mail/pear-Horde_Mime_Viewer 2.2.0 -> 2.2.1
devel/pear-Horde_Prefs 2.7.6 -> 2.8.0
devel/pear-Horde_Queue 1.1.3 -> 1.1.4
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 28 Jun 2016
[ 13:57 mat search for other commits by this committer ] Original commit   Revision:417717 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
USEify USES=php.

The following variables have been folded into arguments:

- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Tue, 2 Feb 2016
[ 22:56 mm search for other commits by this committer ] Original commit   Revision:407900 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
Horde package update:

comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6
devel/pear-Horde_Alarm 2.2.5 -> 2.2.6
devel/pear-Horde_Argv 2.0.11 -> 2.0.12
security/pear-Horde_Auth 2.1.10 -> 2.1.11
devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2
www/pear-Horde_Browser 2.0.10 -> 2.0.11
devel/pear-Horde_Cache 2.5.0 -> 2.5.2
archivers/pear-Horde_Compress 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1
devel/pear-Horde_Constraint 2.0.2 -> 2.0.3
devel/pear-Horde_Controller 2.0.3 -> 2.0.4
devel/pear-Horde_Core 2.22.3 -> 2.22.5
security/pear-Horde_Crypt 2.6.1 -> 2.7.0
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Jun 2015
[ 20:08 mm search for other commits by this committer ] Original commit   Revision:389138 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Horde package update:

comms/pear-Horde_ActiveSync 2.27.1 -> 2.28.4
devel/pear-Horde_Core 2.20.0 -> 2.20.4
security/pear-Horde_Crypt_Blowfish 1.0.3 -> 1.1.0
devel/pear-Horde_Date 2.0.13 -> 2.1.0
mail/pear-Horde_Imap_Client 2.28.0 -> 2.28.1
mail/pear-Horde_Mime 2.9.0 -> 2.9.1
security/pear-Horde_Share 2.0.6 -> 2.0.7
deskutils/horde-kronolith 4.2.6 -> 4.2.7
Mon, 12 Jan 2015
[ 14:54 mm search for other commits by this committer ] Original commit   Revision:376829 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
Horde package update:

comms/pear-Horde_ActiveSync 2.23.1 -> 2.24.0
devel/pear-Horde_Argv 2.0.9 -> 2.0.10
security/pear-Horde_Auth 2.1.5 -> 2.1.6
devel/pear-Horde_Cli 2.0.5 -> 2.0.6
archivers/pear-Horde_Compress_Fast 1.0.3 -> 1.1.0
devel/pear-Horde_Constraint 2.0.1 -> 2.0.2
devel/pear-Horde_Controller 2.0.1 -> 2.0.2
devel/pear-Horde_Core 2.18.1 -> 2.18.3
security/pear-Horde_Crypt_Blowfish 1.0.2 -> 1.0.3
www/pear-Horde_Css_Parser 1.0.4 -> 1.0.5
devel/pear-Horde_Data 2.1.0 -> 2.1.1
devel/pear-Horde_Date 2.0.12 -> 2.0.13
devel/pear-Horde_Date_Parser 2.0.2 -> 2.0.3
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 30 Sep 2014
[ 22:15 bapt search for other commits by this committer ] Original commit   Revision:369674 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible
Mon, 25 Nov 2013
[ 17:59 antoine search for other commits by this committer ] Original commit   Revision:334871 (Only the first 10 of 253 ports in this commit are shown above. View all ports for this commit)
Stage support for non-IGNORED pear classes

Tested by:	poudriere
Approved by:	portmgr (bapt)
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 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:
security)
Thu, 10 Jan 2013
[ 10:34 mm search for other commits by this committer ] Original commit   Revision:310174 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Horde maintenance update to following new versions:

devel/pear-Horde_Alarm 2.0.3
devel/pear-Horde_Argv 2.0.3
security/pear-Horde_Auth 2.0.2
www/pear-Horde_Browser 2.0.3
devel/pear-Horde_Cli 2.0.2
archivers/pear-Horde_Compress 2.0.2
devel/pear-Horde_Core 2.1.5
security/pear-Horde_Crypt 2.1.1
security/pear-Horde_Crypt_Blowfish 1.0.2
devel/pear-Horde_Data 2.0.2
devel/pear-Horde_Date 2.0.2
devel/pear-Horde_Exception 2.0.2
www/pear-Horde_Form 2.0.2
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 12 Dec 2012
[ 14:47 mm search for other commits by this committer ] Original commit   Revision:308766
Horde Blowfish Encryption Library
Provides blowfish encryption/decryption for PHP string data.

WWW: http://pear.horde.org

Number of commits found: 19