mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
This port replaces mail/opensmtpd-extras-table-sqlite. The opensmtpd-extras-table-* ports got broken by the latest update of OpenSMTPD, see my message on the mailing list: https://lists.freebsd.org/archives/dev-commits-ports-main/2025-January/134537.html I have requested action by fluffy@ both on the message linked above and privately via email, but I haven't got any response back. At this point, I want to unblock my workflow and be able to upgrade OpenSMTPD. I don't have plans to provide alternatives to all the opensmtpd-extras-table-* ports.
26 lines
563 B
Makefile
26 lines
563 B
Makefile
PORTNAME= opensmtpd-table-sqlite
|
|
DISTVERSION= 1.0.1
|
|
CATEGORIES= mail
|
|
|
|
PATCH_SITES= https://github.com/OpenSMTPD/table-sqlite/commit/
|
|
PATCHFILES= f3c46da1cbbb2a9d32cd9b4cf31e9fdb5b941a16.patch:-p1
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= SQLite table for OpenSMTPD
|
|
WWW= https://github.com/opensmtpd/table-sqlite
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= autoreconf localbase sqlite
|
|
GNU_CONFIGURE= yes
|
|
|
|
PATCH_ARGS= -p1
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= opensmtpd
|
|
GH_PROJECT= table-sqlite
|
|
|
|
PLIST_FILES= libexec/smtpd/table-sqlite \
|
|
share/man/man5/table-sqlite.5.gz
|
|
|
|
.include <bsd.port.mk>
|