From owner-svn-ports-head@FreeBSD.ORG Sat Feb 16 19:31:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A69C93B8; Sat, 16 Feb 2013 19:31:25 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 764689D0; Sat, 16 Feb 2013 19:31:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1GJVPYo009668; Sat, 16 Feb 2013 19:31:25 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1GJVOXY009665; Sat, 16 Feb 2013 19:31:24 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201302161931.r1GJVOXY009665@svn.freebsd.org> From: Pawel Pekala Date: Sat, 16 Feb 2013 19:31:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312383 - head/security/libntlm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2013 19:31:25 -0000 Author: pawel Date: Sat Feb 16 19:31:24 2013 New Revision: 312383 URL: http://svnweb.freebsd.org/changeset/ports/312383 Log: - Update to version 1.3 - Remove leading article from COMMENT - Add LICENSE, support DOCS option - Update WWW: line PR: ports/174785 Submitted by: nemysis Approved by: maintainer timeout Modified: head/security/libntlm/Makefile head/security/libntlm/distinfo head/security/libntlm/pkg-descr Modified: head/security/libntlm/Makefile ============================================================================== --- head/security/libntlm/Makefile Sat Feb 16 19:20:25 2013 (r312382) +++ head/security/libntlm/Makefile Sat Feb 16 19:31:24 2013 (r312383) @@ -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 + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include Modified: head/security/libntlm/distinfo ============================================================================== --- head/security/libntlm/distinfo Sat Feb 16 19:20:25 2013 (r312382) +++ head/security/libntlm/distinfo Sat Feb 16 19:31:24 2013 (r312383) @@ -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 Modified: head/security/libntlm/pkg-descr ============================================================================== --- head/security/libntlm/pkg-descr Sat Feb 16 19:20:25 2013 (r312382) +++ head/security/libntlm/pkg-descr Sat Feb 16 19:31:24 2013 (r312383) @@ -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/