Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.14.7 22 Dec 2023 07:09:25 |
Dirk Meyer (dinoex) |
databases/phppgadmin: update to 7.14.7 |
7.14.6 16 Oct 2023 10:27:41 |
Dirk Meyer (dinoex) |
databases/phppgadmin: update to 7.14.6 |
7.14.5 14 Sep 2023 14:17:32 |
Dirk Meyer (dinoex) |
databases/phppgadmin: update to 7.14.5 |
7.14.4 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 ) |
7.14.4 14 Apr 2023 15:19:12 |
Dirk Meyer (dinoex) |
databases/phppgadmin: update to 7.14.4
Update ADOdb to 5.22.5 for PHP 8.2+ compatibility |
7.14.3 08 Jan 2023 17:25:32 |
Dirk Meyer (dinoex) |
databases/phppgadmin: update to 7.14.3
- add support for postgres15
- fix Authentication Bypass
PR: 268785
MFH: 2023Q1
Security: CVE-2021-3850
Security: https://huntr.dev/bounties/bdf5f216-4499-4225-a737-b28bc6f5801c/ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.13.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
7.13.0_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
7.13.0_1 09 May 2022 08:17:32 |
Dirk Meyer (dinoex) |
databases/phppgadmin: fix for PHP8
PR: 263759 |
7.13.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.13.0 08 Nov 2020 07:47:36 |
dinoex |
- update to 7.13.0 |
7.12.1 20 Dec 2019 04:51:10 |
dinoex |
- update to 7.12.1 |
7.12.0_1 09 Oct 2019 19:57:37 |
dinoex |
- update to 7.12.0 |
5.6.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
5.6.0 25 Dec 2018 16:54:49 |
dinoex |
- update to 5.6.0
PR: 234151
Submitted by: (Wen) |
5.1_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.1_4 06 May 2018 11:04:31 |
dinoex |
- add PHP flavors to phpPgAdmin |
5.1_3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
5.1_3 04 Jun 2016 14:40:44 |
dinoex |
- remove BROKEN
port is NO_BUILD and works on all archs |
5.1_3 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
5.1_3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
5.1_3 06 Feb 2016 10:50:48 |
dinoex |
- fix @sample
PR: 205243 |
5.1_2 05 Feb 2016 18:18:24 |
amdmi3 |
- Fix @sample
Approved by: portmgr blanket |
5.1_1 14 Jan 2016 05:23:33 |
dinoex |
- use @sample
- drop support for PGADMOLDDIR
PR: 205243 |
5.1_1 21 Nov 2015 18:06:22 |
dinoex |
- reorder macros by stage |
5.1_1 31 Jul 2015 15:27:03 |
amdmi3 |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
5.1 11 May 2015 10:52:49 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
5.1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
5.1 30 Mar 2014 19:44:49 |
dinoex |
- new USES= |
5.1 27 Nov 2013 06:09:40 |
dinoex |
- use STAGEDIR |
5.1 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
5.1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
5.1 11 Jun 2013 14:46:00 |
miwi |
- Fix build
Reported by: pkg (DEVELOPER_MODE) |
5.1 04 May 2013 22:48:04 |
flo |
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt) |
5.1 17 Apr 2013 19:35:23 |
dinoex |
- update to 5.1
Feature safe: yes |
5.0.4 26 Jan 2013 16:34:40 |
dinoex |
- cleanup header |
5.0.4 27 Mar 2012 17:36:21 |
dinoex |
- Security update to 5.0.4
Security: Fix XSS in function.php
Feature safe: yes |
5.0.3 04 Oct 2011 16:30:48 |
dinoex |
- update to 5.0.3 |
5.0.2 04 Jan 2011 07:19:08 |
dinoex |
- update to 5.0.2 |
5.0.1 14 Dec 2010 18:54:18 |
dinoex |
- update to 5.0.1
Submitted by: Mark Felder
PR: 153138
- add LICENSE |
5.0 03 Dec 2010 06:55:41 |
dinoex |
- udate to 5.0
- distfile was updated with bugfix
PR: 152691
Submitted by: Mark Felder |
4.2.3 23 Apr 2010 07:53:31 |
dinoex |
- update to 4.2.3
PR: 145888 |
4.2.2 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
4.2.2 19 Dec 2008 18:45:38 |
dinoex |
- update to 4.2.2 |
4.2.1 09 Aug 2008 21:36:52 |
dinoex |
- update to 4.2.1 |
4.2_1 06 Jun 2008 13:17:10 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
4.2 06 Apr 2008 18:40:31 |
dinoex |
- udpate to 4.2 |
4.1.3 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
4.1.3 03 Aug 2007 12:30:23 |
dinoex |
- update to 4.1.3 |
4.1.2 04 Jun 2007 10:40:57 |
dinoex |
- Security Update to 4.1.2 |
4.1.1 29 Mar 2007 13:47:45 |
dinoex |
- udpate to 4.1.1 |
4.1_1 07 Feb 2007 12:53:45 |
dinoex |
- fix postgresql-8.1
PR: 108832
Submitted by: Henrik Brix Andersen
Obtained from: CVS |
4.0.1_1 26 Jan 2007 06:17:57 |
dinoex |
- update to 4.1 |
4.0.1_1 13 Jan 2007 10:36:36 |
dinoex |
- change default for PGADMDIR
- preserve existing config
PR: 99958 |
4.0.1 15 May 2006 11:58:13 |
dinoex |
- fix plist after apache update |
4.0.1 18 Mar 2006 16:07:21 |
dinoex |
- update to 4.0.1
- some cleanups
PR: 94636
Submitted by: Andrew Pantyukhin |
4.0 19 Nov 2005 14:24:20 |
dinoex |
- update to 4.0
Major Update, you need to update your conf/config.inc.php |
3.5.6_1 13 Nov 2005 09:26:50 |
dinoex |
- add SHA checksum |
3.5.6_1 19 Oct 2005 11:42:55 |
dinoex |
- change default PGADMDIR |
3.5.6 18 Oct 2005 07:19:15 |
dinoex |
- update to 3.5.6 |
3.5.5 28 Aug 2005 20:08:49 |
dinoex |
- update to 3.5.5 |
3.5.4 30 Jul 2005 18:46:49 |
dinoex |
- reduce needed php4 modules |
3.5.4 15 Jul 2005 09:36:05 |
dinoex |
- Security update to 3.5.4
Security:
http://vuxml.freebsd.org/88188a8c-eff6-11d9-8310-0001020eed82.html
Security: http://secunia.com/advisories/15941/ |
3.5.3 17 Apr 2005 20:50:16 |
dinoex |
- update to 3.5.3
PR: 80033
Submitted by: Roderick van Domburg |
3.5.2 11 Mar 2005 06:15:23 |
dinoex |
- update to phpPgAdmin-3.5.2
PR: 78672 |
3.5.1 20 Dec 2004 10:37:01 |
dinoex |
- update to 3.5.1
PR: 75260 |
3.4.1_1 19 Jul 2004 09:37:32 |
ale |
Switch to the new PHP infrastructure. |
3.4.1 06 Jul 2004 14:24:35 |
dinoex |
- update to 3.4.1
- new option WITHOUT_PHP_DEPENDS |
3.4 08 Jun 2004 12:28:18 |
dinoex |
- update to 3.4
headsup: update of config needed |
3.3.1 22 Mar 2004 20:57:26 |
dinoex |
- make portlint happy |
3.3.1 22 Mar 2004 20:55:22 |
dinoex |
- fix Index
PHP_PORT needs explict ${PORTSDIR}/www/mod_php4-twig |
3.3.1 22 Mar 2004 14:38:02 |
dinoex |
- Update to 3.3.1
- better defaults
- preserve config.inc.php
- superseeds ports/63459 |
3.2.1 22 Mar 2004 10:38:10 |
dinoex |
- Update to 3.2.1
- change default dependency to mod_php4 with postgresql
which resolves some conflicts
- take maintanership
PR: 62956 |
3.0.1_1 22 Mar 2004 09:02:50 |
nbm |
Drop maintainership. |
3.0.1_1 09 Feb 2004 11:43:38 |
ale |
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly) |
3.0.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.0.1 21 Nov 2003 19:50:19 |
nbm |
Update phppgadmin to 3.0.1
add option PGADMDIR in Makefile
PR: 58333
Submitted by: Kang Liu liukang@bjpu.edu.cn> |
3.0 29 Aug 2003 09:31:19 |
nbm |
Correct package list typo
PR: 56121
Submitted by: dinoex |
3.0 22 Aug 2003 19:41:39 |
nbm |
Fix plist problem identified by bento
Use the same method as phpmyadmin for PHP4 dependency.
Submitted by: kris |
3.0 13 Aug 2003 12:01:31 |
nbm |
Upgrade phppgadmin port to 3.0
PR: 54089
Submitted by: Dmitry Morozovsky <marck@rinet.ru> |
2.4.2 07 Mar 2003 05:58:32 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.4.2 09 Jan 2003 15:10:06 |
nbm |
Fix missing '.' in '.if'.
Submitted by: "Dan Langille" <dan@langille.org> |
2.4.2 09 Jan 2003 14:39:14 |
nbm |
Make phppgadmin play nice with apache2
PR: 43225
Submitted by: Jason Li <delphij@frontfree.net> |
2.4.2 04 Jan 2003 15:53:39 |
seanc |
Chase libpq version bump. |
2.4.2 21 Nov 2002 20:08:23 |
seanc |
Update the pkg-plist for phpPgAdmin.
Approved by: nbm (maintainer) |
2.4.2 04 Aug 2002 19:09:51 |
nbm |
Upgrade to phppgadmin 2.4.2. |
2.4.1 23 Mar 2002 10:48:04 |
nbm |
Upgrade to 2.4.1, add WWW:, and change MASTER_SITES
PR: 36171
Submitted by: Joseph Scott <joseph@randomnetworks.com> |
11 Sep 2001 11:32:48 |
nbm |
Default to using PHP4 and not PHP3, as recommended by the phpPgAdmin site, and
also because it makes it work better out the box. Thanks Paul. |
03 May 2001 11:04:18 |
nbm |
Update to version 2.3, there was a security issue. |
21 Apr 2001 12:43:12 |
vanilla |
Fix include directory for postgresql7.1's new layout. |
25 Feb 2001 12:57:36 |
olgeni |
Add missing file to pkg-plist (german.inc.php). |
19 Jan 2001 15:00:39 |
nbm |
Add phppgadmin 2.2.1.p1,web Based Postgres Administration. |