aboutsummaryrefslogtreecommitdiff
path: root/mail/opendkim
Commit message (Collapse)AuthorAgeFilesLines
* - Switch dns/unbound to USES=libtool, drop .la filesDmitry Marakasov2014-08-221-1/+1
| | | | | | | | | | - Bump dependent ports as .so version has changed - While here, add LICENSE_FILE to dns/getdns Approved by: portmgr blanket Notes: svn path=/head/; revision=365620
* Fix up missed or botched PORTREVISION bumps from r365599.Matthias Andree2014-08-221-1/+1
| | | | | | | | | Apparently Tools/scripts/bump-revision.sh isn't too robust... PR: 192690 Notes: svn path=/head/; revision=365611
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* - Switch databases/opendbx to USES=libtool, drop .la filesDmitry Marakasov2014-07-301-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=363432
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-0/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* Fix compilation when options enabledMatthew Seaman2014-07-172-8/+12
| | | | | | | | | | | | - Typo JANNSON --> JANSSON - Additional files for shebangfix - Add missing shlibs to pkg-plist and rationalise the %%TAG%% markers Submitted by: tijl Approved by: portmgr (blanket 'just fix it') Notes: svn path=/head/; revision=362142
* Update to 2.9.2Matthew Seaman2014-07-177-377/+212
| | | | | | | | | | | | | | - Options helpers - Uses += libtool - Regenerate pkg-plist based on 'make makeplist' - Almost all of what was in Makefile.features disappeared due to usage of options helpers, so make that file redundant. PR: 191286 Approved by: maintainer timeout (> 3 weeks) Notes: svn path=/head/; revision=362129
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-4/+4
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362049
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361961
* - Add an option for DEBUGRene Ladan2014-04-222-7/+18
| | | | | | | | | | | | | | - Shebang fixes for perl scripts - Properly handle conditional manual pages Part of PR already committed in r351697 PR: ports/188266 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: maintainer timeout (<umq@ueo.co.jp> , 18 days) Notes: svn path=/head/; revision=351857
* Support stageBaptiste Daroussin2014-04-212-24/+25
| | | | | | | Switch to lua 5.2 Notes: svn path=/head/; revision=351697
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Avoid using SITE_PERL in dependenciesAndrej Zverev2013-05-251-1/+1
| | | | | | | | | PR: ports/178865 Submitted by: az Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=319032
* - Update to 2.8.3Bryan Drewery2013-05-072-3/+4
| | | | | | | | | | | | - Add missing pkgconfig build dependency Changelog: http://lists.opendkim.org/archive/opendkim/announce/2013/05/0044.html PR: ports/178382 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=317604
* Update to 2.8.2Guido Falsi2013-03-287-50/+50
| | | | | | | | PR: ports/177433 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=315506
* - Update to 2.8.0Beech Rintoul2013-02-2710-8/+158
| | | | | | | | | | | - Release-announcement: http://lists.opendkim.org/archive/opendkim/announce/2013/02/0041.html PR: ports/176462 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=313038
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-0/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Update to 2.7.4Guido Falsi2013-01-072-3/+3
| | | | | | | | PR: ports/175088 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=310052
* - Update to 2.7.3Guido Falsi2012-12-137-59/+28
| | | | | | | | | | - Use GROUP options PR: ports/173635 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=308871
* - Update to 2.7.1Guido Falsi2012-11-127-143/+252
| | | | | | | | | | | | | - Convert to new options framework - Document US-CERT VU#268267 - Trim Makefile headers PR: ports/173226 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307334
* - Fix install whenever WITH_FILTER is not specifiedRyan Steinmetz2012-05-151-1/+1
| | | | | | | | | | | - Do not bump PORTREVISION PR: ports/167803 Submitted by: zi Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=296631
* - Update to 2.5.2Frederic Culot2012-04-102-3/+3
| | | | | | | | | Changes: http://sourceforge.net/projects/opendkim/files/RELEASE_NOTES/view PR: ports/166808 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=294511
* - Update to 2.5.1Sunpoet Po-Chuan Hsieh2012-03-262-5/+3
| | | | | | | | | | Changes: http://sourceforge.net/projects/opendkim/files/RELEASE_NOTES/view PR: ports/166179 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293841
* - Update to 2.5.0.1Jason Helfman2012-03-053-47/+17
| | | | | | | | | | - stylistic maintainer fixes PR: ports/165601 Submitted by: maintainer, umq@ueo.co.jp Notes: svn path=/head/; revision=292764
* - Update to 2.5.0Michael Scheidell2012-03-015-17/+110
| | | | | | | | | | | - Unbreak build with ARLIB and clang PR: ports/165583 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=292498
* - update to 2.4.3 [1]Michael Scheidell2012-01-222-4/+5
| | | | | | | | | | | | - add in secondary master path [2] PR: ports/163984 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> [1] Reviewed by: scheidell [2] Approved by: maintainer, gabor (mentor) Notes: svn path=/head/; revision=289603
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - fix outdated download linkOlli Hauer2012-01-091-1/+1
| | | | Notes: svn path=/head/; revision=288840
* - make dependency to Sendmail optionalMichael Scheidell2012-01-084-9/+19
| | | | | | | | | PR: ports/162177 Submitted by: Michele Mazzucchi <m.mazzucchi@frontdam.com> Approved by: maintainer (timeout, 60 days), gabor (mentor) Notes: svn path=/head/; revision=288717
* - Update to 2.4.1Steve Wills2011-07-024-12/+30
| | | | | | | | PR: ports/158575 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=276867
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275104
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-6/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - update to 2.3.2Baptiste Daroussin2011-04-274-20/+33
| | | | | | | | PR: ports/156518 Submitted by: Hirohisa Yamaguchi <umq _at_ ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=273247
* - Update to 2.2.2Pav Lucistnik2010-11-294-23/+36
| | | | | | | | PR: ports/152670 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=265403
* - Update to 2.1.3Sahil Tandon2010-07-228-182/+99
| | | | | | | | | | | | | - Define OPTIONS - Respect NOPORTDOCS - Remove unnecessary patches - Fix alignment in Makefile header PR: ports/148397 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=258043
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Chase libtre shlib bumpMartin Wilke2009-12-221-0/+1
| | | | Notes: svn path=/head/; revision=246443
* - Update to 1.1.2Martin Wilke2009-11-214-104/+119
| | | | | | | | | PR: 140191 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=244600
* OpenDKIM is an open source implementation of the DKIM sender authenticationPav Lucistnik2009-09-219-0/+531
system proposed by the E-mail Signing Technology Group (ESTG), now a proposed standard of the IETF (RFC4871). The OpenDKIM package consists of a library that implements the DKIM service and a milter-based filter application that can plug in to any milter-aware MTA to provide that service to sufficiently recent sendmail MTAs and other MTAs that support the milter protocol. WWW: http://opendkim.org/ PR: ports/138232 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Feature safe: yes Notes: svn path=/head/; revision=241870