aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-02-16 19:31:24 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-02-16 19:31:24 +0000
commit085adeeb776f181cd2261348caf060f5ac3c04f1 (patch)
treeb8a0a8cf51b63b1c206ab5f0855155f2458e877d
parentbb6315a6339bbdbd62e046f53e44786851349b29 (diff)
Notes
-rw-r--r--security/libntlm/Makefile28
-rw-r--r--security/libntlm/distinfo4
-rw-r--r--security/libntlm/pkg-descr4
3 files changed, 22 insertions, 14 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile
index afe3a168b2d4..f072c7ce44b1 100644
--- a/security/libntlm/Makefile
+++ b/security/libntlm/Makefile
@@ -1,22 +1,30 @@
-# ex:ts=8
-# Ports collection makefile for: libntlm
-# Date created: Oct 19, 2003
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= libntlm
-PORTVERSION= 1.2
+PORTVERSION= 1.3
CATEGORIES= security
-MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
+MASTER_SITES= http://www.nongnu.org/libntlm/releases/
MAINTAINER= jochen@daten-chaos.de
-COMMENT= A library that implement Microsoft's NTLM authentication
+COMMENT= Library that implement Microsoft's NTLM authentication
-USE_GNOME= gnomehack pkgconfig
+LICENSE= LGPL21
+
+USE_GNOME= gnomehack
USE_AUTOTOOLS= libtool
+USE_PKGCONFIG= build
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
+PORTDOCS= AUTHORS ChangeLog NEWS README THANKS
+
+.include <bsd.port.options.mk>
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
diff --git a/security/libntlm/distinfo b/security/libntlm/distinfo
index 9cbbd42104fc..5982722c4084 100644
--- a/security/libntlm/distinfo
+++ b/security/libntlm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libntlm-1.2.tar.gz) = 7f5f64e561bf156f918536174c7fc86a20138126c6aaa441d6cd224c52a8db68
-SIZE (libntlm-1.2.tar.gz) = 439103
+SHA256 (libntlm-1.3.tar.gz) = ea1955e4acbb0d4303b2121a4808eb4abb88d5360f90149b90ac650542c83780
+SIZE (libntlm-1.3.tar.gz) = 518803
diff --git a/security/libntlm/pkg-descr b/security/libntlm/pkg-descr
index e24f9d86eda4..90220d4dfc75 100644
--- a/security/libntlm/pkg-descr
+++ b/security/libntlm/pkg-descr
@@ -1,3 +1,3 @@
-libntlm is a library that implement Microsoft's NTLM authentication.
+Libntlm is a library that implement Microsoft's NTLM authentication.
-WWW: http://josefsson.org/libntlm/
+WWW: http://www.nongnu.org/libntlm/