svn commit: r356369 - head/security/libntlm

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 13:59:25 UTC 2014


Author: amdmi3
Date: Tue Jun  3 13:59:25 2014
New Revision: 356369
URL: http://svnweb.freebsd.org/changeset/ports/356369
QAT: https://qat.redports.org/buildarchive/r356369/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/security/libntlm/Makefile
  head/security/libntlm/pkg-plist

Modified: head/security/libntlm/Makefile
==============================================================================
--- head/security/libntlm/Makefile	Tue Jun  3 13:58:32 2014	(r356368)
+++ head/security/libntlm/Makefile	Tue Jun  3 13:59:25 2014	(r356369)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libntlm
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.nongnu.org/libntlm/releases/
 
@@ -11,14 +12,12 @@ COMMENT=	Library that implement Microsof
 
 LICENSE=	LGPL21
 
-USES=	pathfix pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		pathfix pkgconfig libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README THANKS
 
-.include <bsd.port.options.mk>
-
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

Modified: head/security/libntlm/pkg-plist
==============================================================================
--- head/security/libntlm/pkg-plist	Tue Jun  3 13:58:32 2014	(r356368)
+++ head/security/libntlm/pkg-plist	Tue Jun  3 13:59:25 2014	(r356369)
@@ -1,6 +1,6 @@
 include/ntlm.h
 lib/libntlm.a
-lib/libntlm.la
 lib/libntlm.so
 lib/libntlm.so.0
+lib/libntlm.so.0.0.18
 libdata/pkgconfig/libntlm.pc


More information about the svn-ports-all mailing list