git: be92dc1afdab - main -
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Mar 2024 09:56:12 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=be92dc1afdab0168f70bda920d3f8194bafc93a7
commit be92dc1afdab0168f70bda920d3f8194bafc93a7
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-10 09:27:08 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-10 09:55:40 +0000
mail/opensmtpd-extras{,-table-passwd,-table-redis,-table-socketmap,-table-sqlite}: Move man pages to share/man
Approved by: portmgr (blanket)
---
mail/opensmtpd-extras-table-passwd/Makefile | 4 ++--
mail/opensmtpd-extras-table-redis/Makefile | 4 ++--
mail/opensmtpd-extras-table-socketmap/Makefile | 4 ++--
mail/opensmtpd-extras-table-sqlite/Makefile | 4 ++--
mail/opensmtpd-extras/Makefile | 3 ++-
5 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/mail/opensmtpd-extras-table-passwd/Makefile b/mail/opensmtpd-extras-table-passwd/Makefile
index bd50c64ae8e1..093575e9a29f 100644
--- a/mail/opensmtpd-extras-table-passwd/Makefile
+++ b/mail/opensmtpd-extras-table-passwd/Makefile
@@ -1,10 +1,10 @@
PKGNAMESUFFIX= -table-passwd
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= passwd(5) table support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/table-passwd \
- man/man5/table-passwd.5.gz
+ share/man/man5/table-passwd.5.gz
CONFIGURE_ARGS+= --with-table-passwd
diff --git a/mail/opensmtpd-extras-table-redis/Makefile b/mail/opensmtpd-extras-table-redis/Makefile
index 94cab3a33c87..6e84e7cb4508 100644
--- a/mail/opensmtpd-extras-table-redis/Makefile
+++ b/mail/opensmtpd-extras-table-redis/Makefile
@@ -1,12 +1,12 @@
PKGNAMESUFFIX= -table-redis
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= Redis table support for OpenSMTPD
LIB_DEPENDS= libhiredis.so:databases/hiredis
PLIST_FILES= libexec/opensmtpd/table-redis \
- man/man5/table-redis.5.gz
+ share/man/man5/table-redis.5.gz
CONFIGURE_ARGS+= --with-table-redis
CONFIGURE_ENV= REDIS_CONFIG=${LOCALBASE}/bin/pkgconf
diff --git a/mail/opensmtpd-extras-table-socketmap/Makefile b/mail/opensmtpd-extras-table-socketmap/Makefile
index 5da6c8611077..518c005535d1 100644
--- a/mail/opensmtpd-extras-table-socketmap/Makefile
+++ b/mail/opensmtpd-extras-table-socketmap/Makefile
@@ -1,10 +1,10 @@
PKGNAMESUFFIX= -table-socketmap
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= Socketmap table support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/table-socketmap \
- man/man5/table-socketmap.5.gz
+ share/man/man5/table-socketmap.5.gz
CONFIGURE_ARGS+= --with-table-socketmap
diff --git a/mail/opensmtpd-extras-table-sqlite/Makefile b/mail/opensmtpd-extras-table-sqlite/Makefile
index 49ba55284b6c..6f01ad761451 100644
--- a/mail/opensmtpd-extras-table-sqlite/Makefile
+++ b/mail/opensmtpd-extras-table-sqlite/Makefile
@@ -1,10 +1,10 @@
PKGNAMESUFFIX= -table-sqlite
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= SQLite table support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/table-sqlite \
- man/man5/table-sqlite.5.gz
+ share/man/man5/table-sqlite.5.gz
CONFIGURE_ARGS+= --with-table-sqlite
diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile
index 883b16e58566..68fea85ab667 100644
--- a/mail/opensmtpd-extras/Makefile
+++ b/mail/opensmtpd-extras/Makefile
@@ -1,6 +1,6 @@
PORTNAME= opensmtpd-extras
PORTVERSION?= 6.7.1
-PORTREVISION?= 0
+PORTREVISION?= 1
PORTEPOCH?= 1
CATEGORIES+= mail
MASTER_SITES= http://www.opensmtpd.org/archives/
@@ -18,6 +18,7 @@ LIB_DEPENDS+= libevent.so:devel/libevent
USES+= autoreconf ssl libtool
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
LDFLAGS+= -L${OPENSSLLIB}
CFLAGS+= -I${OPENSSLINC}