non port: mail/postfixadmin/Makefile |
SVNWeb
|
Number of commits found: 72 |
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Wed, 27 Oct 2021
|
[ 08:42 Yasuhiro Kimura (yasu) Author: Mel Pilgrim ] 585a253
mail/postfixadmin: Update to 3.4.dev.20211018
* Enable PHP flavor support
* Add slave port mail/postfixadmin-lite
PR: 258650
Differential Revision: https://reviews.freebsd.org/D32636
|
Sat, 4 Sep 2021
|
[ 20:13 Neel Chauhan (nc) Author: Rin Morningstar ] 69e6645
mail/postfixadmin: Update to 3.4-dev
PR: 258154
|
Mon, 23 Aug 2021
|
[ 12:59 Dima Panov (fluffy) ] 65e5396
mail/postfixadmin: Update to 3.3.10 release (+)
Upgrade from 3.2.x to 3.3+ requires generating a new setup hash.
The post-ugprade visit to setup.php will walk you through this.
Other changes:
-XMLRPC support is moribund, so drop it from USE_PHP
-Virtual vacation scripts are now optional, making building without
perl5 possible
-Optionally add imap to USE_PHP module for completeness
-Default options changed for maximal out-of-the-box support
PR: 257845
|
Sat, 21 Aug 2021
|
[ 19:05 Dima Panov (fluffy) ] 25bd641
mail/postfixadmin: drop ugly xmlrpc dependency hack
It no more needed since Mk/Uses/php.mk have a check for every
supported php version and able to select a right dependency.
With hat: ports-secteam
|
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.
|
Tue, 2 Mar 2021
|
[ 08:41 ak ]
- Remove commented out and obsolete USE_APACHE and USE_AUTOTOOLS, fix typo
USE_PHP_= -> USE_PHP+=
Approved by: portmgr blanket
|
Mon, 28 Dec 2020
|
[ 15:52 fluffy ]
mail/postfixadmin: unbreak build with php80
Drop abandonware xmlrpc dependency with php80
PHP80 was introduced more than two month ago,
maintainer had more than enough time to react and fix the port
With hat: ports-secteam
|
Thu, 14 May 2020
|
[ 05:12 tagattie ]
- Update to 3.2.4
- Move to GitHub
PR: 246147
Submitted by: Phillip R. Jaenke <prj@rootwyrm.com>,
Rin Morningstar <ports.maintainer@evilphi.com> (maintainer)
Approved by: ehaupt (mentor)
Changelog: https://github.com/postfixadmin/postfixadmin/releases/tag/postfixadmin-3.2.4
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Tue, 18 Sep 2018
|
[ 04:03 ler ]
mail/postfixadmin: Add missing dependency, Fix packaging failure with DOCS
option
Fix the following bugs:
- missing PHP extension dependency introduced with the previous commit
- missing README.md file when port is built with DOCS unset
While here: move the last of the documentation files into DOCSDIR
PR: 231424
Submitted by: ports.maintainer@evilphi.com
|
Tue, 4 Sep 2018
|
[ 19:25 joneum ]
Update to 3.2
- move public facing stuff into public/, this allows us to stop exposing
templates_c/ etc. to the world (but also means you'll need to adjust your
webserver config)
- enable users to reset their passwords by mail or SMS
($CONF['forgotten_user_password_reset'],
$CONF['forgotten_admin_password_reset'], $CONF['sms_send_function'])
- allow local alias targets (without @domain) - see #134
- add $CONF['edit_alias'] to disable "edit_alias" function for users
- add php_crypt $CONF["encrypt"] option (see #170 for examples)
- add random_compat phar (see: https://github.com/paragonie/random_compat) to
support random_int()/random_string() in older PHP versions.
- add support for MySQL connections over SSL
- language updates: sk, ja, nl, bg, fr, cz (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Sep 2017
|
[ 02:51 dbaio ]
mail/postfixadmin: Update to 3.1
Ensure emplates_c/ directory is created.
Changes: https://github.com/postfixadmin/postfixadmin/blob/master/CHANGELOG.TXT
PR: 221965
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
|
Fri, 10 Feb 2017
|
[ 17:33 krion ]
Update mail/postfixadmin to 3.0.2 (security fix)
SECURITY FIX: don't allow to delete protected aliases
(CVE-2017-5930, PR#23).
Following non-security bugs were fixed:
- Fix VacationHandler for PostgreSQL
- AliasHandler: restrict mailbox subquery to allowed and specified domains to
improve performance on setups with
+lots of mailboxes
- Allow switching between dovecot: password schemes while still accepting
passwords hashed using the previous dov
+ecot: scheme
- FetchmailHandler: use a valid date as default for 'date'
- Fix date formatting in non-english languages when using PostgreSQL
PR: 216932
Submitted by: lukasz@wasikowski.net
Approved by: maintainer, mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9521
|
Tue, 13 Sep 2016
|
[ 16:42 amdmi3 ]
- Update to 3.0
- While here, fix LICENSE
PR: 212636
Submitted by: ports.maintainer@evilphi.com (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 30 Oct 2015
|
[ 11:26 sunpoet ]
- Add NO_ARCH
- Add missing OPTIONS_DEFINE=DOCS
- Convert to new options target helper
Approved by: portmgr (blanket)
|
Wed, 28 Oct 2015
|
[ 12:57 mat ]
Update to 2.93.
While there, convert to options helpers.
PR: 204086
Submitted by: maintainer
Sponsored by: Absolight
|
Sun, 13 Sep 2015
|
[ 22:16 cs ]
Bump PORTREVISION after fix
|
[ 22:10 cs ]
Fix typo
Submitted by: jbeich@
|
Fri, 11 Sep 2015
|
[ 23:18 cs ]
Add vacation script dependencies
PR: 201666
Submitted by: ek@purplehat.org
Approved by: Melissa Pilgrim (maintainer)
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Fri, 9 Jan 2015
|
[ 21:39 pi ]
mail/postfixadmin: give maintainer to submitter
PR: 196233
Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com>
Approved by: maintainer (timeout)
|
Sun, 13 Jul 2014
|
[ 20:45 matthew ]
Add CPE settings
Approved by: portmgr (infrastructure blanket)
|
[ 13:31 rakuco ]
- Update to 2.3.7, which contains a security fix.
- Support staging.
PR: 189248
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by: maintainer timeout (72 days)
MFH: 2014Q3
Security: ff98087f-0a8f-11e4-b00b-5453ed2e2b49
|
Fri, 21 Feb 2014
|
[ 13:37 ehaupt ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove trailing whitespaces from category mail
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Sat, 4 May 2013
|
[ 22:48 flo ] (Only the first 10 of 22 ports in this commit are shown above. )
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)
|
Sat, 16 Mar 2013
|
[ 09:04 miwi ]
- MYSQL and PGSQL are default in b.o.d.m
- Correct the include part
|
[ 06:47 jgh ]
- adopt optionsNG
-trim historical header
Approved by: portmgr (miwi)
|
Sat, 23 Feb 2013
|
[ 21:04 miwi ]
- Update to 2.3.6
PR: 174678
Submitted by: uid@atnus.com
Approved by: maintainer timeout
|
Sun, 29 Jan 2012
|
[ 23:36 zi ]
- Update to 2.3.5 [1]
- Add LICENSE
PR: ports/164613
Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer) [1]
Security: 93688f8f-4935-11e1-89b4-001ec9578670
|
Mon, 19 Sep 2011
|
[ 18:40 sunpoet ]
- Update to 2.3.4
Changes:
http://postfixadmin.svn.sourceforge.net/viewvc/postfixadmin/tags/postfixadmin-2.3.4/CHANGELOG.TXT
PR: ports/160819
Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer)
|
Thu, 17 Mar 2011
|
[ 12:51 miwi ]
- Update to 2.3.3
PR: 155622
Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer)
|
Wed, 15 Sep 2010
|
[ 00:06 wxs ]
Update to 2.3.2
Submitted by: tabmow@freenode.net (maintainer, private mail)
|
Sat, 26 Dec 2009
|
[ 09:55 miwi ]
- Fix a typo
Reported by: Olli Hauer (ohauer@gmx.de)
|
[ 00:18 miwi ]
- Add missing php5 dependency
PR: 141779
Submitted by: olli hauer (ohauer@gmx.de)
Approved by: maintainer
|
Mon, 30 Nov 2009
|
[ 04:04 wxs ]
- Update to 2.3 and update maintainers email address.
Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer, private mail)
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Fri, 8 Aug 2008
|
[ 00:34 wxs ]
- Update to 2.2.1.1
- Pass maintainer to submitter
- Minor style cleanup (remove extra tabs)
PR: ports/125916
Submitted by: terry@sucked-in.com
Approved by: maintainer timeout (third time in a row)
|
Mon, 14 Jul 2008
|
[ 01:42 wxs ]
Update to 2.2.0
Remove old patches, add new patch.
Update instructions in pkg-message.
PR: ports/125083
Submitted by: terry@sucked-in.com
Approved by: maintainer timeout
|
Sat, 17 May 2008
|
[ 13:21 rafan ]
- Fix mysqli_real_escape_string syntax
- Bump PORTREVISION
PR: ports/122735
Submitted by: Skalozubov Ilia <root at skinc.su>
Approved by: maintainer timeout (1 month)
|
Wed, 5 Sep 2007
|
[ 14:55 jmelo ]
- Add sourceforget as mastersite.
PR: ports/116062
Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
|
Tue, 6 Mar 2007
|
[ 06:51 linimon ] (Only the first 10 of 17 ports in this commit are shown above. )
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.
PR: ports/106557
Submitted by: ale
Hat: portmgr
|
Tue, 16 Jan 2007
|
[ 18:48 rafan ]
- Remove Apache dependency. This ports works with other web servers.
Bump PORTREVISION for this.
- Remove the superfluous postfix run dependency option
- Clarify the options descriptions
- Change maintainer email to a delicated one
- Polish pkg-descr
- Make the Makefile look more like the example found in Porter's Handbook
PR: ports/107978
Submitted by: Darren Pilgrim <darren.pilgrim bitfreak.org> (maintainer)
|
Sat, 8 Jul 2006
|
[ 21:17 itetcu ]
Pass maintainership to Darren Pilgrim, which is a heavier user of this port
that me.
PR: ports/99922
Submitted by: Darren Pilgrim <darren.pilgrim@bitfreak.org>
Discussed with: Rob Evers (ports author/ex-maintainer)
|
Fri, 7 Jul 2006
|
[ 20:56 itetcu ]
- Give the posibility to use mysqli as Db backend
- fix typos
PR: ports/99394
Submitted by: Darren Pilgrim <darren.pilgrim@bitfreak.org>
|
Mon, 3 Jul 2006
|
[ 00:21 clsung ]
- WANT_PHP_PEAR was removed since verion 1.21 of bsd.php.mk
PR: ports/99717
Submitted by: clsung
Approved by: portmgr (erwin)
|
Tue, 20 Jun 2006
|
[ 10:29 itetcu ]
- One can have postfix admin running on a host and postfix itself on an other,
so RUN_DEPEND on postfix optionally (default to off to return to pre-OPTIONS
state)
- bump PORTREVISION again for depends change :(
Requested by: Darren Pilgrim <darren.pilgrim@bitfreak.org>
|
Sat, 17 Jun 2006
|
[ 19:59 itetcu ]
Make RUN_DEPENDS to be listed only once.
|
[ 19:49 itetcu ]
Add php-session and php-pcre to the lsit of RUN_DEPENDS adn bump PORTREVISION.
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
|
[ 10:57 itetcu ]
- Select MySQL/PGSQL via OPTIONS
- RUN_DEPEND on Apache and Postfix
- Drop custom FETCH_CMD and provide a mirror on my server
- Add www to CATEGORIES
- Adjust COMMENT and pkg-descr
- move pkg-message to files/pkg-message.in, use macros and add it in SUB_FILES
- Bump PORTREVISION for depends change.
|
Wed, 14 Jun 2006
|
[ 22:43 itetcu ]
Take maintainership.
|
[ 22:27 linimon ]
Reset rob@debank.tv due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Fri, 20 May 2005
|
[ 09:04 flz ]
- Add vacation patch to fix issues with odd mail clients (*hint* MS Outlook
*hint*).
PR: ports/81281
Submitted by: flz
Approved by: maintainer
|
Mon, 18 Apr 2005
|
[ 18:14 pav ]
- Redo fetching
PR: ports/79761
Submitted by: Xavier HUMBERT <xavier@xavierhumbert.net>
Approved by: <rob@debank.tv> (maintainer)
|
Fri, 18 Mar 2005
|
[ 15:27 vs ]
Add WITH_PGSQL-knob
PR: ports/78910
Submitted by: "leafy"
Approved by: maintainer
|
Wed, 12 Jan 2005
|
[ 03:57 edwin ]
Update mail/postfixadmin to 2.10 version
Update mail/postfixadmin to 2.10 version
PR: ports/76087
Submitted by: Rob Evers <rob@bavke.debank.tv>
|
Sat, 21 Aug 2004
|
[ 14:09 pav ]
- Update to 2.0.5
- Use new PHP framework
PR: ports/70770
Submitted by: Rob Evers <rob@debank.tv> (maintainer)
|
Wed, 12 May 2004
|
[ 07:06 linimon ]
Fix fetch.
PR: ports/66537
Submitted by: Rob Evers <rob@debank.tv>
|
Sun, 9 May 2004
|
[ 16:55 pav ]
- Put a bandaid on fetching, otherwise it fails because it executes command:
/usr/bin/fetch -ARr -o /tmp/distfiles/postfixadmin-2.0.4.tgz ${CKSIZE:+-S
$CKSIZE} \
http://high5.net/postfixadmin/download.php?file=postfixadmin-2.0.4.tgz
Reported by: bento via kris
|
Mon, 3 May 2004
|
[ 09:10 pav ]
- Use USE_PHP
PR: ports/66141
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Approved by: maintainer
|
Thu, 26 Feb 2004
|
[ 16:25 leeym ]
Update mail/postfixadmin to 2.0.4
- added new languages
- squashed a few bugs
- added new functions
PR: 63395
Submitted by: Rob Evers <rob@debank.tv>
|
Sat, 17 Jan 2004
|
[ 10:53 edwin ]
Remove master_sites:
portlint complains if there is no / at the end, while the
do-fecth doesn't work with a / at the end. Use fetch_site
in this case.
Make do-fetch working
Replace WWWUID and WWWGROUP with WWWOWN and WWWGRP
Noticed by: bento log
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/postfixadmin-2.0.2_1.log
Informed maintainer
|
Fri, 16 Jan 2004
|
[ 01:06 clement ]
- Update to 2.0.2
PR: 61385
Submitted by: Rob Evers <rob@debank.tv> (maintainer)
Approved by: erwin (mentor) (implicitly)
|
Fri, 9 Jan 2004
|
[ 04:05 petef ]
- smart config file management
- install our www tree with appropriate permissions
- update pkg-descr, add WWW:
- add a pkg-message
- bump PORTREVISION
PR: 61054
Submitted by: maintainer
|
Thu, 8 Jan 2004
|
[ 00:52 edwin ]
[maintainer-update] mail/postfixadmin
Includes ports/60908 by Franz Klammer <klammer@webonaut.com>
The new version includes many new features.
The database structure has changed !! Read UPGRADE.TXT
PR: ports/61044
Submitted by: Rob Evers <rob@debank.tv>
|
Sat, 3 Jan 2004
|
[ 06:56 edwin ]
New port mail/postfixadmin
A tool to manage virtual domains via a PHP interface
Postfix Admin is a Web Based Management tool for Postfix
when you are dealing with Postfix Style Virtual Domains and
Virtual Users that are store in MySQL. Written in PHP.
PR: ports/54984, ports/58417
Submitted by: SIN-HSIUNG CHANG <sexbear@tmu.edu.tw>, Rob Evers <rob@debank.tv>
|
Number of commits found: 72 |