diff --git a/mail/postsrsd/Makefile b/mail/postsrsd/Makefile index a8dc8aef0e22..d35d5eff4005 100644 --- a/mail/postsrsd/Makefile +++ b/mail/postsrsd/Makefile @@ -1,60 +1,60 @@ PORTNAME= postsrsd -DISTVERSION= 2.0.10 +DISTVERSION= 2.0.11 PORTEPOCH= 1 CATEGORIES= mail MAINTAINER= ports@bsdserwis.com COMMENT= Postfix Sender Rewriting Scheme daemon WWW= https://github.com/roehling/postsrsd LICENSE= BSD3CLAUSE GPLv3+ LICENSE_COMB= dual LIB_DEPENDS= libconfuse.so:devel/libconfuse USES= cmake cpe pkgconfig CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= roehling USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} CMAKE_ARGS= --no-warn-unused-cli \ -DBUILD_TESTING=OFF \ -DCMAKE_BUILD_TYPE=Release \ -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" SUB_FILES= pkg-message PLIST_FILES= \ sbin/postsrsd \ "@sample ${ETCDIR}.conf.sample" \ "@dir /var/db/${PORTNAME}" \ "@dir /var/run/${PORTNAME}" PORTDOCS= CHANGELOG.rst README.rst postsrsd.conf OPTIONS_DEFINE= DOCS REDIS SQLITE DOCS_CMAKE_BOOL= ENABLE_DOCS REDIS_DESC= Store envelope senders in redis REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CMAKE_BOOL= WITH_REDIS SQLITE_DESC= Use sqlite3 backebd for storing envelope senders SQLITE_USES= sqlite SQLITE_CMAKE_BOOL= WITH_SQLITE post-patch: ${REINPLACE_CMD} -e '/^chroot-dir/ s/^/#/' ${WRKSRC}/doc/postsrsd.conf post-install: ${INSTALL_DATA} ${WRKSRC}/doc/postsrsd.conf ${STAGEDIR}${PREFIX}/etc/postsrsd.conf.sample ${MKDIR} ${STAGEDIR}/var/run/${PORTNAME} .include diff --git a/mail/postsrsd/distinfo b/mail/postsrsd/distinfo index f4ce8d0d2b0b..e940bb162bdf 100644 --- a/mail/postsrsd/distinfo +++ b/mail/postsrsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734190020 -SHA256 (roehling-postsrsd-2.0.10_GH0.tar.gz) = 56f03312e618aaba4055932799cc9c02badcb41f82cfc0f004f3debe58ce3e42 -SIZE (roehling-postsrsd-2.0.10_GH0.tar.gz) = 64793 +TIMESTAMP = 1745237953 +SHA256 (roehling-postsrsd-2.0.11_GH0.tar.gz) = 49e3699f30f6f5f92b34da931c525c8f1e3e93c00be2c11d64329eea1d428d14 +SIZE (roehling-postsrsd-2.0.11_GH0.tar.gz) = 64995