pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/cue



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 11 19:20:36 UTC 2020

Modified Files:
        pkgsrc/mail/cue: Makefile distinfo

Log Message:
cue: Update to 20180813.

Disable OpenSSL support, since this still breaks with OpenSSL 1.1.

It can maybe be re-enabled at a later date.

I'm not sure if this software is still maintained, but it seems useful
enough without the crypto support.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/mail/cue/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/mail/cue/distinfo

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

Modified files:

Index: pkgsrc/mail/cue/Makefile
diff -u pkgsrc/mail/cue/Makefile:1.71 pkgsrc/mail/cue/Makefile:1.72
--- pkgsrc/mail/cue/Makefile:1.71       Sat Jan 18 21:49:47 2020
+++ pkgsrc/mail/cue/Makefile    Wed Mar 11 19:20:36 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2020/01/18 21:49:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.72 2020/03/11 19:20:36 nia Exp $
 
-DISTNAME=      cue-snap-20151214
+DISTNAME=      cue-snap-20180813
 PKGNAME=       ${DISTNAME:S/snap-//}
-PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/
 
@@ -12,7 +11,7 @@ COMMENT=      Mh-e like mail user agent
 LICENSE=       modified-bsd
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
+CONFIGURE_ARGS+=       --without-openssl # XXX broken with OpenSSL 1.1
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 INSTALLATION_DIRS+=    bin share/doc/cue share/examples/cue
 
@@ -25,6 +24,6 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/cue.hlp ${DESTDIR}${PREFIX}/share/doc/cue
 
 .include "options.mk"
-.include "../../security/openssl/buildlink3.mk"
+#.include "../../security/openssl/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/cue/distinfo
diff -u pkgsrc/mail/cue/distinfo:1.37 pkgsrc/mail/cue/distinfo:1.38
--- pkgsrc/mail/cue/distinfo:1.37       Sun May  1 04:54:01 2016
+++ pkgsrc/mail/cue/distinfo    Wed Mar 11 19:20:36 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.37 2016/05/01 04:54:01 mef Exp $
+$NetBSD: distinfo,v 1.38 2020/03/11 19:20:36 nia Exp $
 
-SHA1 (cue-snap-20151214.tar.gz) = a176eeda20f4f8ee41182d6ad3e45f8bd0c3ebe8
-RMD160 (cue-snap-20151214.tar.gz) = 16657cac021f398d51359f096b738327ac848ad1
-SHA512 (cue-snap-20151214.tar.gz) = 74d7050755d34cd4092298f481df6d9288f262be7d6c403511798f147e18b63a3e2792b98dabbe4412396ca6d8de80b7219a1096d99853f4471be33c8ecca0e0
-Size (cue-snap-20151214.tar.gz) = 259848 bytes
+SHA1 (cue-snap-20180813.tar.gz) = 927e03d9162f0c9bf2e5fda2bd53bb934262efc3
+RMD160 (cue-snap-20180813.tar.gz) = 0b6ab0346b36e1c12a87e3932e20ef948e41ddf0
+SHA512 (cue-snap-20180813.tar.gz) = 2d923d61e1b4f199d681d28115f9f00f32e1d6f5fb61a9d3d6d54b43533fba89342246a3004732f3dbabb20e322f1002700c5b3cc26d8e5687d3d11ad9454b81
+Size (cue-snap-20180813.tar.gz) = 260627 bytes
 SHA1 (patch-aa) = c83665ce01f9a56652a3ad650910f9b810cae4b4
 SHA1 (patch-configure.in) = 3f7c2fe9ce3ab851d06cc6d4e31e8c3bdde6d709
 SHA1 (patch-pgp.c) = b6142c2bf9d2a1341663ac0902d1014bc66ec323



Home | Main Index | Thread Index | Old Index