aboutsummaryrefslogtreecommitdiff
path: root/mail/sympa
Commit message (Collapse)AuthorAgeFilesLines
* OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports ↵Mathieu Arnold2016-10-241-1/+1
| | | | | | | | | | | | | | | Makefiles. So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight Notes: svn path=/head/; revision=424560
* Update to version 6.2.16Pawel Pekala2016-07-163-7/+4
| | | | | | | | PR: 211155 Submitted by: maintainer Notes: svn path=/head/; revision=418650
* mail/sympa: update 6.2.14 -> 6.2.15Bartek Rutkowski2016-05-235-19/+50
| | | | | | | | | | | - Bugfix release PR: 209667 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=415714
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-40/+40
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 6.2.14.Raphael Kubo da Costa2016-02-273-14/+109
| | | | | | | | PR: 207539 Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer) Notes: svn path=/head/; revision=409695
* mail/sympa: update to 6.2.11William Grzybowski2015-11-153-3/+20
| | | | | | | | PR: 204526 Submitted by: maintainer Notes: svn path=/head/; revision=401691
* Update to 6.2.9.Mathieu Arnold2015-10-154-15/+5
| | | | | | | | | PR: 203209 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399354
* Update to 6.2.8.Mathieu Arnold2015-10-1513-290/+1154
| | | | | | | | | PR: 203209 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399341
* Fix build as a user.Mathieu Arnold2015-06-072-7/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=388687
* mail/sympa: fix bugs in rc.d scriptJan Beich2015-05-032-4/+5
| | | | | | | | | | | | | | | * Current sympa.rc not show the correct status, always active. grep with pid string also process. * The output of ps depends on the windows size. Sometime truncated /usr/local/libexec/sympa/task_manager.pl -w for avoid it. * Change ps options to BSD-sytle. PR: 199145 Submitted by: Igor Zabelin <igorz@yandex.ru> Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer) Notes: svn path=/head/; revision=385235
* - Add CPE infoDmitry Marakasov2015-04-251-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384698
* Update mail/sympa to 6.1.24.Brad Davis2015-03-133-36/+10
| | | | | | | | | | PR: 198508 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Approved by: bdrewery (mentor) MFH: yes Notes: svn path=/head/; revision=381161
* - Update to 6.1.22Chris Rees2014-12-193-95/+94
| | | | | | | | | | | | | | | | | - Add Net::DNS as stated in changelog for 6.1.21 Also changed in plist: - @dirrm(try) to @dir to make portlint happy. - removed @owner for libexec/sympa/*: sympa doesn't need write privileges here (do it ?) - changed broken ${CHOWN} from Makefile to "@owner" in plist for %%DATADIR%%/{list_data,bounce,arc} (owned by sympa:sympa for real) Pass maintainership to submitter (thanks a lot!) PR: ports/193522 Submitted by: Geoffroy Desvernay Notes: svn path=/head/; revision=374954
* Fix pkg-messageChris Rees2014-06-082-3/+10
| | | | | | | | PR: ports/190109 Submitted by: loic.blot@unix-experience.fr (based on) Notes: svn path=/head/; revision=357064
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-2/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Add NLS to OPTIONS_DEFINE as it's used in the portChris Rees2014-04-192-1/+6
| | | | | | | | | | | | | PR: ports/188688 Submitted by: mat Fix ownership of installed libexec files PR: ports/188689 Submitted by: mat Notes: svn path=/head/; revision=351603
* pkg-messageify pkg-message rather than using pkg-installChris Rees2014-04-193-51/+37
| | | | | | | Suggested by: mat Notes: svn path=/head/; revision=351601
* Fix leftovers.Chris Rees2014-03-262-337/+6
| | | | | | | | | | While here, change ${RMDIR} to rmdir in pkg-plist-- these were detected falsely as leftovers Reported by: swills Notes: svn path=/head/; revision=349267
* Update to 6.1.20Chris Rees2014-03-254-15/+35
| | | | | | | | PR: ports/187573 Submitted by: Geoffroy Desvernay Notes: svn path=/head/; revision=349194
* Stop using chown in stage part-- upstream's Makefile is keen to ensure ownershipChris Rees2014-01-013-18/+47
| | | | | | | too early. Notes: svn path=/head/; revision=338394
* Stage ports maintained by me in irc java mailChris Rees2013-12-294-14/+18
| | | | | | | Cleanups in several places Notes: svn path=/head/; revision=338013
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327311
* WITHOUT_NLS -> PORT_OPTIONS:MNLSBaptiste Daroussin2013-06-041-8/+8
| | | | | | | | NOPORTDOCS -> PORT_OPTIONS:MDOCS New options framework Notes: svn path=/head/; revision=319862
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Add new rc script for sympaChris Rees2013-03-145-40/+228
| | | | | | | | PR: ports/176475 Submitted by: Eimar Koort <eimar.koort@gmail.com> Notes: svn path=/head/; revision=314178
* Update to 6.1.17Chris Rees2013-02-163-27/+28
| | | | | | | | | | | | | PR: ports/175966 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> While here, convert the make.conf knobs to OPTIONSng. The DB_TYPE compatibility shim will remain for a few versions, but it should be changed to OPTIONS_SET=[db-type as described in the OPTION] now. Notes: svn path=/head/; revision=312349
* Update to 6.1.16Chris Rees2012-12-012-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308075
* Update to 6.1.15Chris Rees2012-10-313-11/+15
| | | | | | | | | PR: ports/172932 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Feature safe: yes Notes: svn path=/head/; revision=306740
* - 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
* Fix rc script regex; should check for $pid followed by space or tab,Chris Rees2012-07-112-4/+5
| | | | | | | | | rather than space. Also anchor. Submitted by: ivoras Notes: svn path=/head/; revision=300754
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* Depend on p5-DBD-mysql general port-- no need for fancy versioned logicChris Rees2012-06-081-5/+1
| | | | Notes: svn path=/head/; revision=298777
* - Update to 6.1.11 -- fixes security issueChris Rees2012-05-213-45/+37
| | | | | | | | | - Package-ise perl dependencies - Remove duplicate BUILD/RUN_DEPENDS by using BUILD_DEPENDS+= ${RUN_DEPENDS} Notes: svn path=/head/; revision=297143
* Mark FORBIDDEN while waiting on updateChris Rees2012-05-211-0/+2
| | | | | | | | Prompted by: rm Security: CVE-2012-2352 Notes: svn path=/head/; revision=297137
* - Update to 6.1.9Chris Rees2012-05-023-13/+54
| | | | | | | | | | | | | - Fix init script for FreeBSD - Allow use without apache (fastcgi/nginx for example) if WITHOUT_APACHE is defined PR: ports/167121 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Notes: svn path=/head/; revision=295866
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-1/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* Update to 6.1.7Chris Rees2011-09-062-4/+3
| | | | Notes: svn path=/head/; revision=281308
* Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.Andrej Zverev2011-08-231-3/+3
| | | | Notes: svn path=/head/; revision=280268
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+2
| | | | Notes: svn path=/head/; revision=280086
* Update to 6.1.6Chris Rees2011-08-132-4/+3
| | | | | | | Changelog: http://www.sympa.org/distribution/latest-stable/NEWS Notes: svn path=/head/; revision=279607
* - Add RUN_DEPENDS entries for extra dependencies after ↵Chris Rees2011-07-131-4/+10
| | | | | | | | | | | RUN_DEPENDS:=${BUILD_DEPENDS} line -- only started to be necessary when I added the colon - DB_TYPE is no longer case sensitive Approved by: rene (mentor, implicit) Notes: svn path=/head/; revision=277650
* - Add missing dependencies and alphabetiseChris Rees2011-07-131-18/+38
| | | | | | | | | | | | - Handle p5-DBD-mysql dependency correctly - Use ECHO_MSG - Correct capitalisation of maintainer address Submitted by: gahr Approved by: rene (mentor) Notes: svn path=/head/; revision=277645
* - Update to 6.1.5Chris Rees2011-06-122-5/+4
| | | | | | | | | - Transfer maintainer address to @FreeBSD.org Approved by: rene (mentor) Notes: svn path=/head/; revision=275433
* [1] Remove unnecessary dependency on Berkeley DBRene Ladan2011-06-064-682/+646
| | | | | | | | | | | | | | | [2] Fix RUN_DEPENDS pollution from BUILD_DEPENDS [2] Use USERS/GROUPS [2] Use DATADIR rather than ${PREFIX}/sympa [2] Remove useless post-deinstall target [2] Stop clobbering config files on deinstall PR: ports/157471 Submitted by: [1] Igor Zabelin (igorz yandex ru), [2] Chris Rees (utisoft gmail com) (maintainer) Notes: svn path=/head/; revision=275157
* - Update to 6.1.4Martin Wilke2011-02-272-4/+4
| | | | | | | | PR: 154889 Submitted by: maintainer Notes: svn path=/head/; revision=269899
* - Update to 6.1.3Wen Heping2011-01-106-191/+28
| | | | | | | | PR: ports/153339 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) Notes: svn path=/head/; revision=267561
* - Update to 6.0.5.Marcelo Araujo2010-07-3019-1699/+742
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/148923 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=258495
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-271-5/+1
| | | | | | | | | (part 10). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248658