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: wiz
Date: Sun Sep 13 10:23:25 UTC 2026
Modified Files:
pkgsrc/mail/sympa: Makefile distinfo
pkgsrc/mail/sympa/patches: patch-Makefile.in
Log Message:
sympa: switch to standard user-destdir install
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/mail/sympa/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/sympa/distinfo
cvs rdiff -u -r1.1 -r1.2 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.85 pkgsrc/mail/sympa/Makefile:1.86
--- pkgsrc/mail/sympa/Makefile:1.85 Sat Aug 29 19:47:05 2026
+++ pkgsrc/mail/sympa/Makefile Sun Sep 13 10:23:25 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2026/08/29 19:47:05 bouyer Exp $
+# $NetBSD: Makefile,v 1.86 2026/09/13 10:23:25 wiz Exp $
VERSION= 6.2.80
DISTNAME= sympa-${VERSION}
@@ -10,8 +10,6 @@ HOMEPAGE= https://www.sympa.community/
COMMENT= Mailing list manager
LICENSE= gnu-gpl-v2
-PKG_DESTDIR_SUPPORT= destdir
-
DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc
DEPENDS+= p5-Archive-Zip-SimpleZip>=1.002:../../archivers/p5-Archive-Zip-SimpleZip
DEPENDS+= p5-AuthCAS>=1.5:../../security/p5-AuthCAS
Index: pkgsrc/mail/sympa/distinfo
diff -u pkgsrc/mail/sympa/distinfo:1.24 pkgsrc/mail/sympa/distinfo:1.25
--- pkgsrc/mail/sympa/distinfo:1.24 Sat Aug 29 19:47:06 2026
+++ pkgsrc/mail/sympa/distinfo Sun Sep 13 10:23:25 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2026/08/29 19:47:06 bouyer Exp $
+$NetBSD: distinfo,v 1.25 2026/09/13 10:23:25 wiz 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) = 7d84cd0a3e499e95a10df1c246f8bea31ace0f98
+SHA1 (patch-Makefile.in) = ae72aba32ba085d4d30b949b882acfe25184b2ae
SHA1 (patch-service_Makefile.in) = c8deb1526d1d19f6982f7186c171f458ef41b8f5
Index: pkgsrc/mail/sympa/patches/patch-Makefile.in
diff -u pkgsrc/mail/sympa/patches/patch-Makefile.in:1.1 pkgsrc/mail/sympa/patches/patch-Makefile.in:1.2
--- pkgsrc/mail/sympa/patches/patch-Makefile.in:1.1 Sat Aug 29 19:47:06 2026
+++ pkgsrc/mail/sympa/patches/patch-Makefile.in Sun Sep 13 10:23:25 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile.in,v 1.1 2026/08/29 19:47:06 bouyer Exp $
+$NetBSD: patch-Makefile.in,v 1.2 2026/09/13 10:23:25 wiz Exp $
--- Makefile.in.orig 2026-08-14 07:06:17.723111300 +0200
+++ Makefile.in 2026-08-28 11:44:24.576665046 +0200
@@ -6,8 +6,7 @@ $NetBSD: patch-Makefile.in,v 1.1 2026/08
@for dir in $(modulesdir)/Sympa/Template/Plugin; do \
if [ ! -d $(DESTDIR)$$dir ] ; then \
echo "Creating $(DESTDIR)$$dir"; \
-- $(INSTALL) -d -m 755 $(DESTDIR)$$dir; \
-+ $(INSTALL) -o $(USER) -g $(GROUP) -d -m 755 $(DESTDIR)$$dir; \
+ $(INSTALL) -d -m 755 $(DESTDIR)$$dir; \
fi; \
done
- @echo "Creating writable directories"
Home |
Main Index |
Thread Index |
Old Index