Tue Apr 12 22:39:37 2022 UTC ()
dbmail: update HOMEPAGE


(tnn)
diff -r1.73 -r1.74 pkgsrc/mail/dbmail/Makefile

cvs diff -r1.73 -r1.74 pkgsrc/mail/dbmail/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/dbmail/Makefile 2021/12/08 16:05:27 1.73
+++ pkgsrc/mail/dbmail/Makefile 2022/04/12 22:39:37 1.74
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.73 2021/12/08 16:05:27 adam Exp $ 1# $NetBSD: Makefile,v 1.74 2022/04/12 22:39:37 tnn Exp $
2 2
3DISTNAME= dbmail-3.2.5 3DISTNAME= dbmail-3.2.5
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= ${MASTER_SITE_GITHUB:=dbmail/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=dbmail/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.dbmail.org/ 10HOMEPAGE= https://github.com/dbmail/dbmail
11COMMENT= Store and retrieve mail messages in a database 11COMMENT= Store and retrieve mail messages in a database
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_TOOLS+= gmake pkg-config pax 14USE_TOOLS+= gmake pkg-config pax
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log 18CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log
19CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 19CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
20CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run 20CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run
21CONFIGURE_ARGS+= --with-zdb=${BUILDLINK_PREFIX.libzdb} 21CONFIGURE_ARGS+= --with-zdb=${BUILDLINK_PREFIX.libzdb}
22 22
23BUILD_DEFS+= VARBASE 23BUILD_DEFS+= VARBASE