From nemysis@gmx.ch  Fri Dec 28 20:57:40 2012
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 81559140
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 20:57:40 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])
	by mx1.freebsd.org (Postfix) with ESMTP id 163708FC08
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 20:57:39 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan
 (mrigmx002) with ESMTP (Nemesis) id 0MYZHI-1Tb3s82hFq-00VSwM for
 <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 21:57:38 +0100
Received: (qmail invoked by alias); 28 Dec 2012 20:57:37 -0000
Received: from 226-42.104-92.cust.bluewin.ch (EHLO something.email.com) [92.104.42.226]
  by mail.gmx.net (mp016) with SMTP; 28 Dec 2012 21:57:37 +0100
Received: by something.email.com (sSMTP sendmail emulation); Fri, 28 Dec 2012 21:57:35 +0100
Message-Id: <20121228205740.81559140@hub.freebsd.org>
Date: Fri, 28 Dec 2012 21:57:35 +0100
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jochen@daten-chaos.de
Subject: [PATCH] security/libntlm: update to 1.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jochen@daten-chaos.de

>Number:         174785
>Category:       ports
>Synopsis:       [PATCH] security/libntlm: update to 1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 28 21:00:00 UTC 2012
>Closed-Date:    Sat Feb 16 19:31:42 UTC 2013
>Last-Modified:  Sat Feb 16 19:40:00 UTC 2013
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Update to 1.3

Makefile changed:
+COMMENT=
+LICENSE=	LGPL21
+PORTDOCS=
+.include <bsd.port.options.mk>
+post-install:
+WWW: http://www.nongnu.org/libntlm/

I can take maintainership if the maintainer approve this.

Port maintainer (jochen@daten-chaos.de) is cc'd.

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

>Fix:

--- libntlm-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/libntlm/Makefile ./Makefile
--- /usr/ports/security/libntlm/Makefile	2012-12-05 00:41:05.000000000 +0100
+++ ./Makefile	2012-12-28 21:42:38.000000000 +0100
@@ -7,16 +7,28 @@
 #
 
 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
+
+LICENSE=	LGPL21
 
 USE_GNOME=	gnomehack pkgconfig
 USE_AUTOTOOLS=	libtool
 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 -ruN --exclude=CVS /usr/ports/security/libntlm/distinfo ./distinfo
--- /usr/ports/security/libntlm/distinfo	2012-12-05 00:41:05.000000000 +0100
+++ ./distinfo	2012-12-28 21:05:05.000000000 +0100
@@ -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 -ruN --exclude=CVS /usr/ports/security/libntlm/pkg-descr ./pkg-descr
--- /usr/ports/security/libntlm/pkg-descr	2012-12-05 00:41:05.000000000 +0100
+++ ./pkg-descr	2012-12-28 21:46:14.000000000 +0100
@@ -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/
--- libntlm-1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 28 21:00:08 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174785 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jochen@daten-chaos.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/174785: [PATCH] security/libntlm: update to 1.3
Date: Fri, 28 Dec 2012 21:00:07 UT

 Maintainer of security/libntlm,
 
 Please note that PR ports/174785 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174785
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Feb 16 19:31:40 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174785 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174785: commit references a PR
Date: Sat, 16 Feb 2013 19:31:32 +0000 (UTC)

 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 <nemysis@gmx.ch>
   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 <bsd.port.options.mk>
 +
 +post-install:
 +.if ${PORT_OPTIONS:MDOCS}
 +	${MKDIR} ${DOCSDIR}
 +	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 +.endif
 +
  .include <bsd.port.mk>
 
 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/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
