aboutsummaryrefslogtreecommitdiff
path: root/security/maia/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/maia: Update to 1.0.4_4Steve Wills2019-01-011-22/+24
| | | | | | | | | | Port now fetches from GitHub. While here, pet portlint. PR: 234518 Submitted by: Janky Jay <ek@purplehat.org> (maintainer) Notes: svn path=/head/; revision=489054
* security/maia: drop non-default and expired dependency on archivers/freezeRene Ladan2018-08-161-6/+1
| | | | Notes: svn path=/head/; revision=477372
* Migrate USE_APACHE to USES= apacheBernard Spil2018-03-111-1/+1
| | | | | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache Notes: svn path=/head/; revision=464193
* Introduce PHP flavors.Mathieu Arnold2018-03-081-20/+20
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=463917
* Fix a harmless typo (archviers/rar -> archivers/rar).Alexey Dokuchaev2018-03-041-1/+1
| | | | | | | Noticed by: asmodai Notes: svn path=/head/; revision=463563
* Remove FREEZE from default options: it pulls `archivers/freeze' as run-timeAlexey Dokuchaev2018-02-111-2/+3
| | | | | | | | | | | dependency, which apparently cannot be packaged after r429483 because `NONE' LICENSE must be explicitly accepted; in turn, this prevented `security/maia' itself from packaging. Approved by: maintainer Notes: svn path=/head/; revision=461482
* Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole.Adam Weinberger2017-08-071-2/+2
| | | | | | | | | | It might be necessary to manually remove and reinstall the package under the new name. Discussed with: ler Notes: svn path=/head/; revision=447519
* Remove optional dependencies on mail/dovecot.Rene Ladan2017-07-311-10/+1
| | | | | | | Change the default for sysutils/froxlor to mail/dovecot2. Notes: svn path=/head/; revision=446993
* Revert removal of UNRAR description from these portsMark Felder2017-04-271-0/+1
| | | | | | | | | It was determined that the custom descriptions were more useful Reported by: mat Notes: svn path=/head/; revision=439550
* UNRAR description is now available in bsd.options.desc.mkMark Felder2017-04-261-1/+0
| | | | | | | Approved by: portmgr (with hat) Notes: svn path=/head/; revision=439470
* Do not terminate BROKEN messages with period, it is added by the framework.Alexey Dokuchaev2016-11-141-1/+1
| | | | Notes: svn path=/head/; revision=426104
* security/maia: fix to scan rar attachmentsKurt Jaeger2016-11-081-0/+2
| | | | | | | | | PR: 210138 Submitted by: ek@purplehat.org (maintainer) Reported by: stepan@zabreh.cz Notes: svn path=/head/; revision=425757
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-68/+68
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Move file owner handling to plist, fix stage as non-rootDmitry Marakasov2015-10-081-3/+1
| | | | | | | | | PR: 203287 Submitted by: amdmi3 Approved by: maintainer timeout (ek@purplehat.org, 2 weeks) Notes: svn path=/head/; revision=398821
* security/maia: 1.0.3 -> 1.0.4Kurt Jaeger2015-03-291-23/+36
| | | | | | | | | | TODO: find a suitable changelog PR: 198042 Submitted by: ek@purplehat.org (maintainer) Notes: svn path=/head/; revision=382571
* Fix some USE_PGSQL that were missed beforeChris Rees2014-11-221-1/+2
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=373110
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361977
* - Fix various distinfo errorsAlex Kozlov2014-05-311-1/+0
| | | | | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine) Notes: svn path=/head/; revision=355995
* - Bunch of port fixesDmitry Marakasov2014-04-241-26/+28
| | | | | | | | | PR: 185965 Submitted by: Mark Felder <feld@FreeBSD.org> Approved by: Janketh Jay <ek@purplehat.org> (maintainer) Notes: svn path=/head/; revision=352076
* Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name ofAdam Weinberger2014-03-111-1/+1
| | | | | | | | | | | improving accessibility. I think people who want to just find the port/package and install it are more likely to look for "spamassassin the program" than "spamassassin the perl module collection." Notes: svn path=/head/; revision=347936
* - put the scripts in DATADIRMark Felder2014-01-191-68/+47
| | | | | | | | | | | | | | | | | | | | | | | | - proper WWWOWN and WWWGRP usage - ETCDIR usage; config files are now in ${PREFIX}/etc/maia/ - template files are probably going to be edited by the users. Now they're in ${ETCDIR}/templates/ - STAGE support - MYSQLSERVER option is now: USE_MYSQL= server - PGSQLSERVER option is now: USE_PGSQL= server - lots of cleanup - several installation tasks should not have been silenced (prefixed with @) - rc script passes rclint - rc script handles the creation of several important directories in start_precmd - config files and templates are not overwritten on port upgrade if they have been modified PR: ports/185452 Approved by: swills (mentor) Notes: svn path=/head/; revision=340357
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-1/+2
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* Convert security to new options frameworkBaptiste Daroussin2013-04-281-79/+84
| | | | Notes: svn path=/head/; revision=316749
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Chase www/smarty -> www/smarty2 renameGreg Larkin2012-09-261-2/+2
| | | | Notes: svn path=/head/; revision=304930
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-07-011-12/+12
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300304
* - Unbreak after php5 (5.4) upgrade. sqlite deprecated. use sqlite3Michael Scheidell2012-06-081-2/+2
| | | | | | | | | | | - Bump PORTREVISION PR: ports/168345 Reported by: Justin <freebsd.users@gmail.com> Submitted by: "Janky Jay, III" <ek@purplehat.org> (maintainer) Notes: svn path=/head/; revision=298776
* - change USE_APACHE 1.3/2.0 to 13/20Olli Hauer2011-11-061-1/+1
| | | | | | | to prepare enforcement in Mk/bsd.apache.mk Notes: svn path=/head/; revision=285190
* - Add missing dependencyChris Rees2011-09-081-19/+40
| | | | | | | | | | | - Chase distfile change - Correct SPF option, add option for DKIM plugin PR: ports/160379 Submitted by: Janky Jay III <ek@purplehat.org> (maintainer) Notes: svn path=/head/; revision=281461
* - Update to latest SVNChris Rees2011-08-291-78/+166
| | | | | | | | | | | | | - While here, fix perl depends to use packages - Use USERS and GROUPS - Add some more OPTIONS - Rename rc script to maiad PR: ports/159949 Submitted by: Janky Jay III <ek@purplehat.org> (maintainer) Notes: svn path=/head/; revision=280705
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-1/+4
| | | | | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION Notes: svn path=/head/; revision=261530
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.Tong LIU2010-08-091-1/+1
| | | | | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258995
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-4/+1
| | | | | | | | | (part 8). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248617
* - Install PORTDOCS into the proper locationWesley Shields2008-12-161-9/+14
| | | | | | | | | | - Cleanup unnecessary files being installed PR: ports/129552 Submitted by: Janky@test.purplehat.org (maintainer) Notes: svn path=/head/; revision=224305
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - New Port maia-1.0.2aBeech Rintoul2008-01-201-0/+247
- Maia Mailguard is a web-based interface and management system based on the popular amavisd-new e-mail scanner and SpamAssassin. Written in Perl and PHP, Maia Mailguard gives end-users control over how their mail is processed by virus scanners and spam filters, while giving mail administrators the power to configure site-wide defaults and limits. WWW: http://www.maiamailguard.com/ PR: ports/119325 Submitted by: Janky Jay <ek@purplehat.org> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205866