pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/sympa



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Sun Sep 13 10:52:33 UTC 2026

Modified Files:
        pkgsrc/mail/sympa: Makefile PLIST distinfo
        pkgsrc/mail/sympa/patches: patch-Makefile.in

Log Message:
Fix a missing / that caused share/examples/sympa/README to not be installed,
and Add it to CONF_FILES.
While there add Sympa/Template/Plugin to MAKE_DIRS_PERMS to match install
instructions.
Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/mail/sympa/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/sympa/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/sympa/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/sympa/patches/patch-Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/sympa/Makefile
diff -u pkgsrc/mail/sympa/Makefile:1.86 pkgsrc/mail/sympa/Makefile:1.87
--- pkgsrc/mail/sympa/Makefile:1.86     Sun Sep 13 10:23:25 2026
+++ pkgsrc/mail/sympa/Makefile  Sun Sep 13 10:52:32 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2026/09/13 10:23:25 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2026/09/13 10:52:32 bouyer Exp $
 
 VERSION=       6.2.80
+PKGREVISION=   1
 DISTNAME=      sympa-${VERSION}
 CATEGORIES=    mail
 MASTER_SITES=  https://github.com/sympa-community/sympa/releases/download/${VERSION}/
@@ -139,6 +140,8 @@ OWN_DIRS_PERMS+=    ${SYMPA_SPOOL}/msg ${SY
 OWN_DIRS_PERMS+=       ${SYMPA_SPOOL}/task ${SYMPA_USER} ${SYMPA_GROUP} 770
 OWN_DIRS_PERMS+=       ${SYMPA_SPOOL}/tmp ${SYMPA_USER} ${SYMPA_GROUP} 770
 
+MAKE_DIRS_PERMS+=      ${SYMPA_BIN}/Sympa/Template/Plugin ${SYMPA_USER} ${SYMPA_GROUP} 755
+
 SPECIAL_PERMS+=        ${SYMPA_BIN}/sympa_newaliases-wrapper ${REAL_ROOT_USER} ${SYMPA_GROUP} 4550
 SPECIAL_PERMS+=        ${SYMPA_BIN}/bouncequeue ${SYMPA_USER} ${SYMPA_GROUP} 4555
 SPECIAL_PERMS+=        ${SYMPA_BIN}/familyqueue ${SYMPA_USER} ${SYMPA_GROUP} 4555
@@ -148,7 +151,9 @@ SPECIAL_PERMS+=     ${SYMPA_PREFIX}/libexec/
 SPECIAL_PERMS+=        ${SYMPA_PREFIX}/libexec/cgi-bin/sympa_soap_server-wrapper.fcgi \
                         ${SYMPA_USER} ${SYMPA_GROUP} 6555
 
-CONF_FILES=    ${PREFIX}/share/examples/sympa/sympa.conf \
+CONF_FILES=    ${PREFIX}/share/examples/sympa/README \
+               ${PKG_SYSCONFDIR}/README
+CONF_FILES+=   ${PREFIX}/share/examples/sympa/sympa.conf \
                ${PKG_SYSCONFDIR}/sympa.conf
 .for f in favicon_sympa.png logo_sympa.png
 CONF_FILES+=   ${PREFIX}/sympa/static_content/icons/${f} \

Index: pkgsrc/mail/sympa/PLIST
diff -u pkgsrc/mail/sympa/PLIST:1.18 pkgsrc/mail/sympa/PLIST:1.19
--- pkgsrc/mail/sympa/PLIST:1.18        Sat Aug 29 19:47:06 2026
+++ pkgsrc/mail/sympa/PLIST     Sun Sep 13 10:52:32 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2026/08/29 19:47:06 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/09/13 10:52:32 bouyer Exp $
 man/man1/sympa-add.1
 man/man1/sympa-bouncers-del.1
 man/man1/sympa-bouncers-reset.1
@@ -257,6 +257,7 @@ share/doc/sympa/samples/test/info
 share/doc/sympa/samples/test/message.footer
 share/doc/sympa/samples/test/web_tt2/welcome.tt2
 share/doc/sympa/samples/trusted_applications.conf
+share/examples/sympa/README
 share/examples/sympa/data_structure.version
 share/examples/sympa/sympa.conf
 sympa/bin/Conf.pm

Index: pkgsrc/mail/sympa/distinfo
diff -u pkgsrc/mail/sympa/distinfo:1.25 pkgsrc/mail/sympa/distinfo:1.26
--- pkgsrc/mail/sympa/distinfo:1.25     Sun Sep 13 10:23:25 2026
+++ pkgsrc/mail/sympa/distinfo  Sun Sep 13 10:52:32 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2026/09/13 10:23:25 wiz Exp $
+$NetBSD: distinfo,v 1.26 2026/09/13 10:52:32 bouyer Exp $
 
 BLAKE2s (sympa-6.2.80.tar.gz) = 55a3287bbc36516110a7803e6db62a42613bf7a1ecbdfb03ee2922e9f7234193
 SHA512 (sympa-6.2.80.tar.gz) = 825d5fc8b1a1f570df904988044dcbc9664e52b84600a578d4db3eb1d9fb88b300120082733ded148f44776bdfe7e3f96de384e8ddb00b0f41522078743e86dd
 Size (sympa-6.2.80.tar.gz) = 13640755 bytes
-SHA1 (patch-Makefile.in) = ae72aba32ba085d4d30b949b882acfe25184b2ae
+SHA1 (patch-Makefile.in) = 365d5a8ce74a75dd26c120f10c6ae4b2df5fa051
 SHA1 (patch-service_Makefile.in) = c8deb1526d1d19f6982f7186c171f458ef41b8f5

Index: pkgsrc/mail/sympa/patches/patch-Makefile.in
diff -u pkgsrc/mail/sympa/patches/patch-Makefile.in:1.2 pkgsrc/mail/sympa/patches/patch-Makefile.in:1.3
--- pkgsrc/mail/sympa/patches/patch-Makefile.in:1.2     Sun Sep 13 10:23:25 2026
+++ pkgsrc/mail/sympa/patches/patch-Makefile.in Sun Sep 13 10:52:33 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile.in,v 1.2 2026/09/13 10:23:25 wiz Exp $
+$NetBSD: patch-Makefile.in,v 1.3 2026/09/13 10:52:33 bouyer Exp $
 
 --- Makefile.in.orig   2026-08-14 07:06:17.723111300 +0200
 +++ Makefile.in        2026-08-28 11:44:24.576665046 +0200
@@ -64,11 +64,11 @@ $NetBSD: patch-Makefile.in,v 1.2 2026/09
 -      fi
 +      $(INSTALL) -d -m 755 $(DESTDIR)$(prefix)/share/examples/sympa; \
 +      $(INSTALL) -m 644 sympa.conf $(DESTDIR)$(prefix)/share/examples/sympa/sympa.conf; \
-+      echo "Creating $(DESTDIR)$(prefix)share/examples/sympa/README"; \
++      echo "Creating $(DESTDIR)$(prefix)/share/examples/sympa/README"; \
 +      $(SED) \
 +              -e 's|--sysconfdir--|$(sysconfdir)|' \
 +              -e 's|--defaultdir--|$(defaultdir)|' \
-+              $(srcdir)/etc_README > $(DESTDIR)$(sysconfdir)/README; \
++              $(srcdir)/etc_README > $(DESTDIR)$(prefix)/share/examples/sympa/README; \
 +      cd $(DESTDIR)$(prefix)/share/examples/sympa; \
 +      echo "# automatically created file" >> data_structure.version; \
 +      echo "# you should not modify it" >> data_structure.version; \



Home | Main Index | Thread Index | Old Index