non port: net/self-service-password/Makefile |
SVNWeb
|
Number of commits found: 19 |
Sun, 16 Apr 2023
|
[ 18:09 Muhammad Moinur Rahman (bofh) ] 0ac3a69 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: 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 )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
[ 13:38 Nuno Teixeira (eduardo) Author: Krzysztof ] f8bb605
net/self-service-password: Update to 1.5.0
ChangeLog: https://github.com/ltb-project/self-service-password/releases/tag/v1.5.0
PR: 266268
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 12 Jul 2022
|
[ 20:40 Fernando Apesteguía (fernape) ] c0143e0
net/self-service-password: Update to 1.4.5
ChangeLog:
https://github.com/ltb-project/self-service-password/releases/tag/v1.4.5
v1.4.3[1] included security fixes.
[1] https://github.com/ltb-project/self-service-password/releases/tag/v1.4.3
PR: 265141
Reported by: geraud@gcu.info
Approved by: ports@bsdserwis.com (maintainer)
MFH: 2022Q3 (bugfixes, including security fixes)
|
Wed, 5 May 2021
|
[ 08:29 Fernando Apesteguía (fernape) ] b112172
net/self-service-password: add missing run dependency
Add www/smarty3 as run dependency
While here, pet linters
PR: 255554
Reported by: ports@bsdserwis.com (maintainer)
|
Mon, 26 Apr 2021
|
[ 18:57 Kevin Bowling (kbowling) Author: Krzysztof ] 9105d68d
net/self-service-password update to 1.4
Changes https://github.com/ltb-project/self-service-password/releases/tag/v1.4
PR: 255422
Approved by: maintainer
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 27 Feb 2019
|
[ 11:54 tobik ]
net/self-service-password: Update to 1.3
- Enable flavors
PR: 236068
Submitted by: maintainer
|
Tue, 20 Feb 2018
|
[ 20:28 yuri ]
net/self-service-password: Update to 1.2
Also changed to DISTVERSION
PR: 225868
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Approved by: tcberner (mentor, implicit)
|
Wed, 22 Nov 2017
|
[ 21:01 bhughes ]
net/self-service-password: Update 1.0 -> 1.1
PR: 223788
Submitted by: ports@bsdserwis.com (maintainer)
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D13188
|
Tue, 13 Dec 2016
|
[ 15:16 amdmi3 ]
- Update to 1.0
- Switch to official master site
- While here, fix license
PR: 213872
Submitted by: ports@bsdserwis.com (maintainer)
|
Tue, 11 Oct 2016
|
[ 19:56 pawel ]
- Update to version 0.9, now hosted on GitHub [1]
- Sort USE_PHP, move to correct place
PR: 213259 [1]
Submitted by: maintainer [1]
|
Thu, 15 Sep 2016
|
[ 01:41 swills ] (Only the first 10 of 193 ports in this commit are shown above. )
Unmark broken on powerpc64
These ports built successfully
|
Tue, 28 Jun 2016
|
[ 13:57 mat ] (Only the first 10 of 13 ports in this commit are shown above. )
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
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Thu, 10 Jul 2014
|
[ 12:13 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
|
Mon, 26 May 2014
|
[ 16:51 tdb ]
- Set ownership with @owner and @group rather than chown.
PR: ports/190249
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Sat, 24 May 2014
|
[ 15:11 tdb ]
Self Service Password is a web-based LDAP client. It provides easy,
anywhere-accessible, multi-language service to change your LDAP password.
Since it is a web application, this LDAP browser works on many platforms,
making change of your LDAP/AD password accessible from any location.
WWW:
http://ltb-project.org/wiki/documentation/self-service-password/latest/start
PR: ports/185297
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com>
|
Number of commits found: 19 |