aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras-table-mysql/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Unconditionally define PORTREVISION in subportsDima Panov2016-05-271-2/+4
| | | | | | | | | | | | | | | | | | to skip unneccessary bump slaves by master port touching - Pass master's CONFIGURE_ARGS to slaves - Option to select mail/opensmtpd[-devel] as build/run dependency (and corresponding libasr via this) - Pass pkgconfig dependency only to subports which need it. - Adjust dependencies in subports Submitted by: myself Reviewed by: adamw, gahr Approved by: adamw, gahr, miwi (mentor, implicit) Sponsored by: milk and cookies Differential Revision: https://reviews.freebsd.org/D6607 Notes: svn path=/head/; revision=415954
* mail/opensmtpd-extras: Update to 2016-05-18 snapshotBernard Spil2016-05-201-1/+1
| | | | | | | | | | | | | | - Update to version 201605182041 - Remove post-patch for -clamav -spamassassin (is now configurable) - Remove post-patch for -regex (fixed upstream) - USE_MYSQL to USES= mysql Reviewed by: gahr (maintainer), adamw Approved by: gahr (maintainer), adamw Differential Revision: D6462 Notes: svn path=/head/; revision=415543
* Split opensmtpd-extras into a bunch of slave ports. Right now -extrasAdam Weinberger2016-04-161-0/+18
only has the table stuff, but there are many more pieces. Having the default package install postgresql, redis, and mysql when all you wanted was passwd support, is overkill. Ports for filters will come soon. The -extras port retains its OPTIONS (and still installs everything possible, so there's no disruption for current users). Approved by: gahr (maintainer) Notes: svn path=/head/; revision=413409