aboutsummaryrefslogtreecommitdiff
path: root/net/phpldapadmin
Commit message (Collapse)AuthorAgeFilesLines
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Conver to @sample keywordBaptiste Daroussin2016-04-101-7/+1
| | | | Notes: svn path=/head/; revision=412904
* - Remove deprecated @dirrmPawel Pekala2016-01-161-5/+2
| | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=406282
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* .. and bump PORTREVISION for a change that affects the generated pkg.Matthew Seaman2014-07-131-1/+1
| | | | Notes: svn path=/head/; revision=361662
* Add CPE infor for this port. The vendor is, unusually, given asMatthew Seaman2014-07-131-0/+3
| | | | | | | 'deon_george' in the official CPE dictionary. Notes: svn path=/head/; revision=361661
* Finish off the incomplete conversion from 'password_hash' toMatthew Seaman2014-05-038-6/+37
| | | | | | | | 'password_hash_custom' in the previous update. Locally written patches. Notes: svn path=/head/; revision=352866
* Add patches from the PLA git repository ↵Matthew Seaman2014-04-276-7/+139
| | | | | | | | | | | | | http://sourceforge.net/u/nihilisticz/phpldapadmin/commit_browser These solve a function name clash with a new php-5.5 built-in and use of the deprecated preg_replace /e modifier. Submitted by: Zhang Huangbin Obtained from: http://sourceforge.net/u/nihilisticz/phpldapadmin/commit_browser Notes: svn path=/head/; revision=352409
* PLA is incompatible with php 5.5 (and presumably above) as it:Matthew Seaman2014-02-241-1/+5
| | | | | | | | | | | | * Defines a function that clashes with the new password_hash() standard function. * Uses the deprecated /e modifier in preg_replace() Possibly others. Marks as IGNORE_WITH_PHP=55 Notes: svn path=/head/; revision=345873
* Remove overly restrictive limitation on which of the php ports thisMatthew Seaman2014-02-101-2/+1
| | | | | | | can depend on. Notes: svn path=/head/; revision=343598
* Drop the SUPHP option as the www/suphp port has expired.Matthew Seaman2013-12-173-75/+20
| | | | | | | | | | | | | | | | General cleanup: pkg-install and pkg-deinstall scripts were redundant, as they replicated @exec / @unexec actions from pkg-plist. Fix DEVELOPER_MODE complaint about shebangfix: it's a Makefile, not a shell script in any case. PR: ports/184925 Submitted by: rene Notes: svn path=/head/; revision=336724
* - Chase r336083 and bump all ports using NO_ARCH so that users buildingBryan Drewery2013-12-101-0/+1
| | | | | | | | | their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr Notes: svn path=/head/; revision=336102
* Mark all my architecture independent ports using shell/perl/PHP asMatthew Seaman2013-12-081-1/+2
| | | | | | | | | | | | | | | | NO_ARCH=yes While here, fix a few other niggles: net/phpldapadmin -- remove indefinite article from COMMENT www/p5-RT* -- fix comments referencing the different versions of RT x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the install targets; rework the handling of ${FONTPATH} Notes: svn path=/head/; revision=335945
* - stageifyMatthew Seaman2013-09-271-9/+2
| | | | Notes: svn path=/head/; revision=328467
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove php4 referenceMartin Wilke2013-06-091-1/+0
| | | | Notes: svn path=/head/; revision=320371
* Update to version 1.2.3Matthew Seaman2012-11-252-8/+4
| | | | | | | | | - Trim Makefile headers Feature safe: yes Notes: svn path=/head/; revision=307751
* - Convert all my remaining ports to OPTIONSngMatthew Seaman2012-06-041-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | Files affected: databases/mysql-connector-java/Makefile databases/phpmyadmin/Makefile mail/sa-utils/Makefile net/phpldapadmin/Makefile security/apg/Makefile textproc/sphinxsearch/Makefile www/p5-RT-Authen-ExternalAuth/Makefile www/p5-RT-Extension-LDAPImport/Makefile www/p5-RT-Extension-SLA/Makefile www/p5-RTx-Calendar/Makefile www/rt40/Makefile www/rt40/Makefile.cpan x11-fonts/gentium/Makefile x11-fonts/gentium-basic/Makefile Approved by: shaun (mentor) Notes: svn path=/head/; revision=298387
* Update maintainer address to matthew@FreeBSD.orgMatthew Seaman2012-02-091-1/+1
| | | | | | | Approved by: shaun (mentor) Notes: svn path=/head/; revision=290797
* - Update to 1.2.2Sunpoet Po-Chuan Hsieh2011-10-273-18/+3
| | | | | | | | | Changes: http://sourceforge.net/projects/phpldapadmin/files/phpldapadmin-php5/1.2.2/ PR: ports/162065 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=284461
* - Fixed PHP code injection vulnerability by incorporating upstream patchGreg Larkin2011-10-242-0/+15
| | | | | | | | | | | | | | | - Bumped PORTREVISION NOTE: VuXML ID to follow shortly PR: ports/161954 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Security: http://packetstormsecurity.org/files/106120/phpldapadmin-inject.txt Security: http://sourceforge.net/tracker/?func=detail&aid=3417184&group_id=61828&atid=498546 Notes: svn path=/head/; revision=284243
* Update to 1.2.1.1Tilman Keskinoz2011-07-242-3/+3
| | | | | | | | PR: 159159 Submitted by: maintainer Notes: svn path=/head/; revision=278242
* - Update to 1.2.1Wen Heping2011-05-062-4/+5
| | | | | | | | | | - Add LICENSE PR: ports/156839 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=273690
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Chase after net/openldap24-server update.Xin LI2011-02-251-0/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Update to 1.2.0.5Martin Wilke2010-01-312-4/+4
| | | | | | | | PR: 143380 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=248910
* - Switch to using bsd.ports.options.mk -Martin Wilke2009-12-243-146/+32
| | | | | | | | | | | | - Use USERS and GROUPS functionality, instead of supplying pkg-install scripts to create userids. - Drop some warnings about changes that happened a long time ago now. PR: 141804 141803 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=246552
* - Update to 1.2.0.4Martin Wilke2009-11-262-4/+4
| | | | | | | | | PR: 140812 Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> Approved by: maintainer Notes: svn path=/head/; revision=244782
* - Update to 1.2.0.3Martin Wilke2009-09-092-4/+4
| | | | | | | | PR: 138578 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=241099
* - Update to 1.2.0.2Martin Wilke2009-08-222-4/+4
| | | | | | | | PR: 138073 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=240157
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Update to 1.2.0Martin Wilke2009-07-273-15/+5
| | | | | | | | PR: 136972 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=238462
* - Update to 1.1.0.7Martin Wilke2009-03-222-5/+4
| | | | | | | | PR: 132897 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=230656
* - Add php5-iconv and php5-hashMartin Wilke2009-03-181-4/+3
| | | | | | | | | PR: 132714 Submitted by: Bryan Marino <bemarino@hotmail.com> Approved by: maintainer Notes: svn path=/head/; revision=230371
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-0/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* - Update to 1.1.0.6Martin Wilke2008-12-222-5/+4
| | | | | | | | PR: 129756 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=224587
* - Fix a typo in the Apache config instructionsMartin Wilke2008-09-071-1/+1
| | | | | | | | | PR: 127148 Submitted by: Ari Maniatis <ari@ish.com.au> Approved by: maintainer Notes: svn path=/head/; revision=220165
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Use ${PW} variable.Martin Wilke2008-04-241-3/+3
| | | | | | | | PR: 122910 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=211907
* - Use fixed UID when WITH_SUPHPRong-En Fan2008-03-095-98/+137
| | | | | | | | | | | - Use WWWDIR for PLIST_SUB and SUB_LIST - Various port clean-up PR: ports/120505 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=208665
* - Update to 1.1.0.5Martin Wilke2008-02-052-4/+4
| | | | | | | | PR: 120213 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=206752
* - Update to 1.1.0.4Martin Wilke2008-01-132-4/+4
| | | | | | | | | PR: 119616 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer Notes: svn path=/head/; revision=205605
* - Update to 1.1.0Martin Wilke2007-12-182-4/+4
| | | | | | | | | | | | | | | | | | | | Changelog: * No longer uses frames and has a new look * Includes an AJAX tree and some AJAX displays (more could probably be done here) * Includes modification templates capability * Can use a closer read-only replica (for queries), sending only updates to the master replica * And many many other enhancements." Announcement message in full: http://sourceforge.net/mailarchive/message.php?msg_name=47647726.30701%40wurley.net PR: 118745 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=204014
* - Update to 1.0.2Pav Lucistnik2007-03-222-5/+5
| | | | | | | | PR: ports/110660 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=188038
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.Mark Linimon2006-07-051-1/+1
| | | | | | | | PR: ports/92445 Hat: portmgr Notes: svn path=/head/; revision=166956
* - Fix syntax error in example Apache configurationPav Lucistnik2006-05-281-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=163738
* - Update to 1.0.1Marcus Alves Grando2006-05-143-11/+23
| | | | | | | | PR: 97211 Submitted by: maintainer Notes: svn path=/head/; revision=162283
* - Update to 1.0.0Sergey Matveychuk2006-03-212-6/+7
| | | | | | | | | | - This version works only with PHP5 PR: ports/94033 Submitted by: maintainer Notes: svn path=/head/; revision=157842
* - Utilize @dirrmtry in auto generated PLISTSergey Matveychuk2006-01-221-5/+2
| | | | | | | | PR: ports/92161 Submitted by: maintainer Notes: svn path=/head/; revision=154174