svn commit: r531478 - in head/mail/mailman: . files

Matthias Andree mandree at FreeBSD.org
Sun Apr 12 02:39:52 UTC 2020


Author: mandree
Date: Sun Apr 12 02:39:52 2020
New Revision: 531478
URL: https://svnweb.freebsd.org/changeset/ports/531478

Log:
  mail/mailman: repair incomplete UCL conversion of pkg-message.in
  
  There are parts of the install message that are also relevant on
  updates, but were missed. Add them, and bump PORTREVISION.
  
  Failure-inducing commit:
  
  ------------------------------------------------------------------------
  r508882 | mat | 2019-08-14 00:29:42 +0200 (Wed, 14 Aug 2019) | 2 lines
  
  onvert to UCL & cleanup pkg-message (categories l-m)
  
  ------------------------------------------------------------------------

Modified:
  head/mail/mailman/Makefile
  head/mail/mailman/files/pkg-message.in

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Sun Apr 12 02:34:26 2020	(r531477)
+++ head/mail/mailman/Makefile	Sun Apr 12 02:39:52 2020	(r531478)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mailman
 DISTVERSION=	2.1.29
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	mail
 MASTER_SITES=	GNU \
 		SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
@@ -189,7 +189,6 @@ post-patch-HTDIG-on:
 	${REINPLACE_CMD} -E \
 		-e 's#/opt/www/htdig/bin#${LOCALBASE}/bin#' \
 		${WRKSRC}/Mailman/Cgi/remote?mmsearch
-
 
 .if ${PORT_OPTIONS:MPOSTFIX}
 pre-configure:

Modified: head/mail/mailman/files/pkg-message.in
==============================================================================
--- head/mail/mailman/files/pkg-message.in	Sun Apr 12 02:34:26 2020	(r531477)
+++ head/mail/mailman/files/pkg-message.in	Sun Apr 12 02:39:52 2020	(r531478)
@@ -56,6 +56,24 @@ Refer to %%LOCALBASE%%/etc/namazu/namazurc.sample.
 EOM
 }
 { type: upgrade
+  message <<EOM
+==========================================
+WARNING ATTENTION DANGER ATTENTION WARNING
+==========================================
+
+mail/mailman requires proper directory permissions to run; but due to
+pkg 1.4.1 or libarchive bugs, directory permissions can not be created
+properly.
+
+If you installed mailman with pkg -I, --no-script or --no-install-scripts,
+you MUST(!) run the post-install script now, as root:
+
+env "PKG_PREFIX=%%PREFIX%%" sh \
+    %%MAILMANDIR%%/bin/FreeBSD-post-install x POST-INSTALL
+
+EOM
+}
+{ type: upgrade
   maximum_version: 2.1.18
   message <<EOM
 UPDATE INFORMATION FOR UPDATES OF 2.1.18/OLDER TO VERSION 2.1.19 AND NEWER:


More information about the svn-ports-all mailing list