Date: Tue, 21 Apr 2020 19:35:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532305 - head/security/libntlm Message-ID: <202004211935.03LJZ7Ag089146@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 21 19:35:07 2020 New Revision: 532305 URL: https://svnweb.freebsd.org/changeset/ports/532305 Log: Update to 1.6 - Update MASTER_SITES - Remove DOCS option - Update WWW Changes: https://gitlab.com/jas/libntlm/-/blob/master/NEWS Security: 0f798bd6-8325-11ea-9a78-08002728f74c MFH: 2020Q2 Modified: head/security/libntlm/Makefile head/security/libntlm/distinfo head/security/libntlm/pkg-descr head/security/libntlm/pkg-plist Modified: head/security/libntlm/Makefile ============================================================================== --- head/security/libntlm/Makefile Tue Apr 21 19:35:01 2020 (r532304) +++ head/security/libntlm/Makefile Tue Apr 21 19:35:07 2020 (r532305) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libntlm -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= security -MASTER_SITES= http://www.nongnu.org/libntlm/releases/ +MASTER_SITES= https://www.nongnu.org/libntlm/releases/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library that implement Microsoft's NTLM authentication @@ -12,16 +12,9 @@ COMMENT= Library that implement Microsoft's NTLM authe LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig libtool +USES= libtool pathfix pkgconfig + GNU_CONFIGURE= yes USE_LDCONFIG= yes - -PORTDOCS= AUTHORS ChangeLog NEWS README THANKS - -OPTIONS_DEFINE= DOCS - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/security/libntlm/distinfo ============================================================================== --- head/security/libntlm/distinfo Tue Apr 21 19:35:01 2020 (r532304) +++ head/security/libntlm/distinfo Tue Apr 21 19:35:07 2020 (r532305) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536654715 -SHA256 (libntlm-1.5.tar.gz) = 53d799f696a93b01fe877ccdef2326ed990c0b9f66e380bceaf7bd9cdcd99bbd -SIZE (libntlm-1.5.tar.gz) = 658935 +TIMESTAMP = 1587445358 +SHA256 (libntlm-1.6.tar.gz) = f2376b87b06d8755aa3498bb1226083fdb1d2cf4460c3982b05a9aa0b51d6821 +SIZE (libntlm-1.6.tar.gz) = 688608 Modified: head/security/libntlm/pkg-descr ============================================================================== --- head/security/libntlm/pkg-descr Tue Apr 21 19:35:01 2020 (r532304) +++ head/security/libntlm/pkg-descr Tue Apr 21 19:35:07 2020 (r532305) @@ -1,3 +1,3 @@ Libntlm is a library that implement Microsoft's NTLM authentication. -WWW: http://www.nongnu.org/libntlm/ +WWW: https://www.nongnu.org/libntlm/ Modified: head/security/libntlm/pkg-plist ============================================================================== --- head/security/libntlm/pkg-plist Tue Apr 21 19:35:01 2020 (r532304) +++ head/security/libntlm/pkg-plist Tue Apr 21 19:35:07 2020 (r532305) @@ -2,5 +2,5 @@ include/ntlm.h lib/libntlm.a lib/libntlm.so lib/libntlm.so.0 -lib/libntlm.so.0.0.20 +lib/libntlm.so.0.0.21 libdata/pkgconfig/libntlm.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211935.03LJZ7Ag089146>