Sun Jun 9 22:09:18 2019 UTC ()
claws-mail: HOMEPAGE has a permanent redirect to https.


(nia)
diff -r1.18 -r1.19 pkgsrc/mail/claws-mail/Makefile.common

cvs diff -r1.18 -r1.19 pkgsrc/mail/claws-mail/Makefile.common (expand / switch to unified diff)

--- pkgsrc/mail/claws-mail/Makefile.common 2018/12/01 17:31:06 1.18
+++ pkgsrc/mail/claws-mail/Makefile.common 2019/06/09 22:09:18 1.19
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile.common,v 1.18 2018/12/01 17:31:06 bsiegert Exp $ 1# $NetBSD: Makefile.common,v 1.19 2019/06/09 22:09:18 nia Exp $
2 2
3# used by mail/claws-mail/plugins.mk 3# used by mail/claws-mail/plugins.mk
4 4
5.include "../../mail/claws-mail/Makefile.vers" 5.include "../../mail/claws-mail/Makefile.vers"
6 6
7DISTNAME= claws-mail-${CLAWS_VERSION} 7DISTNAME= claws-mail-${CLAWS_VERSION}
8CATEGORIES= mail news x11 8CATEGORIES= mail news x11
9MASTER_SITES= http://claws-mail.org/releases/ 9MASTER_SITES= http://claws-mail.org/releases/
10EXTRACT_SUFX= .tar.xz 10EXTRACT_SUFX= .tar.xz
11 11
12HOMEPAGE= http://claws-mail.org/ 12HOMEPAGE= https://claws-mail.org/
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15DISTINFO_FILE= ${.CURDIR}/../../mail/claws-mail/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../mail/claws-mail/distinfo
16PATCHDIR= ${.CURDIR}/../../mail/claws-mail/patches 16PATCHDIR= ${.CURDIR}/../../mail/claws-mail/patches
17 17
18USE_TOOLS+= gmake pkg-config 18USE_TOOLS+= gmake pkg-config
19USE_LANGUAGES+= c 19USE_LANGUAGES+= c
20USE_LIBTOOL= YES 20USE_LIBTOOL= YES
21USE_PKGLOCALEDIR= YES 21USE_PKGLOCALEDIR= YES
22 22
23GNU_CONFIGURE= YES 23GNU_CONFIGURE= YES
24# Force gnome detection off to avoid installing some extra files 24# Force gnome detection off to avoid installing some extra files
25CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" 25CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no"