pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/alpine
Module Name: pkgsrc
Committed By: vins
Date: Thu Mar 2 16:58:08 UTC 2023
Modified Files:
pkgsrc/mail/alpine: Makefile
Log Message:
mail/alpine: Fix accidentally misplaced conditional ending.
Bump revision.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/mail/alpine/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/alpine/Makefile
diff -u pkgsrc/mail/alpine/Makefile:1.55 pkgsrc/mail/alpine/Makefile:1.56
--- pkgsrc/mail/alpine/Makefile:1.55 Thu Mar 2 16:30:09 2023
+++ pkgsrc/mail/alpine/Makefile Thu Mar 2 16:58:08 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2023/03/02 16:30:09 vins Exp $
+# $NetBSD: Makefile,v 1.56 2023/03/02 16:58:08 vins Exp $
DISTNAME= alpine-2.26
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
# repo at https://repo.or.cz/alpine.git
MASTER_SITES= https://alpineapp.email/alpine/release/src/
@@ -53,12 +53,12 @@ CONFIGURE_ARGS+= --with-libintl-prefix=$
CONFIGURE_ARGS+= --with-system-mail-directory=${VARBASE}/spool/mail
.else
CONFIGURE_ARGS+= --with-system-mail-directory=${VARBASE}/mail
+.endif
CONFIGURE_ARGS+= --with-debug-level=2
CONFIGURE_ARGS+= --without-ntlm
CONFIGURE_ARGS+= --without-npa
# disabled, for Web Alpine Support
CONFIGURE_ARGS+= --without-tcl
-.endif
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index