pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/neon
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 22 13:17:19 UTC 2023
Modified Files:
pkgsrc/www/neon: Makefile PLIST distinfo
Log Message:
neon: update to 0.32.5.
Changes in release 0.32.5:
* NOTE: Since 0.32.0 the "$KRB5_CONFIG" environment variable is ignored
when running configure. Use KRB5_CONF_TOOL instead to specify an
alternative to /usr/bin/krb5-config.
* Fail for configure --with-gssapi if GSSAPI can't be enabled (issue #102)
* Add Georgian translation (NorwayFun)
* Fixes for Windows MSYS2/MinGW build, including cross-build (Jim Klimov)
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/www/neon/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/neon/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/neon/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/neon/Makefile
diff -u pkgsrc/www/neon/Makefile:1.92 pkgsrc/www/neon/Makefile:1.93
--- pkgsrc/www/neon/Makefile:1.92 Fri Oct 28 00:19:25 2022
+++ pkgsrc/www/neon/Makefile Sun Jan 22 13:17:19 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2022/10/28 00:19:25 manu Exp $
+# $NetBSD: Makefile,v 1.93 2023/01/22 13:17:19 wiz Exp $
-DISTNAME= neon-0.32.4
-PKGREVISION= 1
+DISTNAME= neon-0.32.5
CATEGORIES= www
MASTER_SITES= https://notroj.github.io/neon/
@@ -26,9 +25,9 @@ USE_TOOLS+= perl
# Logic borrowed from security/mozilla-rootcerts
CHECK_BUILTIN.openssl= yes
-.include "../../security/openssl/builtin.mk"
+.include "../../security/openssl/buildlink3.mk"
CHECK_BUILTIN.openssl= no
-.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])
+.if ${USE_BUILTIN.openssl:U:tl} == yes
SSLDIR= /etc/openssl
.else
SSLDIR= ${PKG_SYSCONFDIR}/openssl
@@ -39,16 +38,16 @@ SUBST_CLASSES= paths
SUBST_MESSAGE.paths= Setting CA bundle path in README.pkgsrc
SUBST_STAGE.paths= post-build
SUBST_FILES.paths= README.pkgsrc
-SUBST_SED.paths= -e 's,@SSLCERTS@,${SSLCERTS},'
+SUBST_VARS.paths= SSLCERTS
DOCDIR= ${PREFIX}/share/doc/${PKGNAME_NOREV}
INSTALLATION_DIRS= ${DOCDIR}
post-extract:
- ${CP} ${FILESDIR}/README.pkgsrc ${WRKSRC} || ${TRUE};
+ ${CP} ${FILESDIR}/README.pkgsrc ${WRKSRC} || ${TRUE};
post-install:
- ${INSTALL_DATA} ${WRKSRC}/README.pkgsrc ${DESTDIR}${DOCDIR};
+ ${INSTALL_DATA} ${WRKSRC}/README.pkgsrc ${DESTDIR}${DOCDIR};
.include "options.mk"
Index: pkgsrc/www/neon/PLIST
diff -u pkgsrc/www/neon/PLIST:1.24 pkgsrc/www/neon/PLIST:1.25
--- pkgsrc/www/neon/PLIST:1.24 Fri Oct 28 09:25:26 2022
+++ pkgsrc/www/neon/PLIST Sun Jan 22 13:17:19 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2022/10/28 09:25:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.25 2023/01/22 13:17:19 wiz Exp $
bin/neon-config
include/neon/ne_207.h
include/neon/ne_acl.h
@@ -180,6 +180,7 @@ share/locale/cs/LC_MESSAGES/neon.mo
share/locale/de/LC_MESSAGES/neon.mo
share/locale/fr/LC_MESSAGES/neon.mo
share/locale/ja/LC_MESSAGES/neon.mo
+share/locale/ka/LC_MESSAGES/neon.mo
share/locale/nn/LC_MESSAGES/neon.mo
share/locale/pl/LC_MESSAGES/neon.mo
share/locale/ru/LC_MESSAGES/neon.mo
Index: pkgsrc/www/neon/distinfo
diff -u pkgsrc/www/neon/distinfo:1.37 pkgsrc/www/neon/distinfo:1.38
--- pkgsrc/www/neon/distinfo:1.37 Sun Sep 18 11:47:54 2022
+++ pkgsrc/www/neon/distinfo Sun Jan 22 13:17:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2022/09/18 11:47:54 wiz Exp $
+$NetBSD: distinfo,v 1.38 2023/01/22 13:17:19 wiz Exp $
-BLAKE2s (neon-0.32.4.tar.gz) = fc775e2b9d705dcc9cecc670d1d7b5812877ee983c0486a5cac9019d976a5526
-SHA512 (neon-0.32.4.tar.gz) = 82bcd1555f047d26cc5ccd67d2fef8dea4eb5a4cc45ca8030d2f3c356eee03fd78efd7ef45f516948e89f1089686731046b3fe48e73b3d84c65848ef6d86bd7a
-Size (neon-0.32.4.tar.gz) = 895482 bytes
+BLAKE2s (neon-0.32.5.tar.gz) = 4c016329424433f41b3d06f9ef1efeb965957d55e18db66ac5d1b4734786322f
+SHA512 (neon-0.32.5.tar.gz) = 97a067fcea6156e2d5cf981e8d8fc9b0a709b8175bc8061a1f254bff7b11a27fdafc5e8425665523e917133084ea3a11e11de7c1210a8d2eb3f6b1cca26ea844
+Size (neon-0.32.5.tar.gz) = 896177 bytes
Home |
Main Index |
Thread Index |
Old Index