ports/174789: [PATCH] www/cntlm: update to 0.92.3, take maintainership, added license

nemysis nemysis at gmx.ch
Fri Dec 28 22:20:02 UTC 2012


>Number:         174789
>Category:       ports
>Synopsis:       [PATCH] www/cntlm: update to 0.92.3, take maintainership, added license
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 28 22:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>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 0.92.3
- Take maintainership

Makefile changed:
+COMMENT=
+LICENSE=	GPLv2
+USE_GMAKE=	yes

Changed and refined:
 post-patch:

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:

--- cntlm-0.92.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/cntlm/Makefile ./Makefile
--- /usr/ports/www/cntlm/Makefile	2012-12-05 00:43:56.000000000 +0100
+++ ./Makefile	2012-12-28 23:12:44.000000000 +0100
@@ -2,32 +2,36 @@
 # $FreeBSD: head/www/cntlm/Makefile 306069 2012-10-18 13:06:32Z tabthorpe $
 
 PORTNAME=	cntlm
-PORTVERSION=	0.92.2
+PORTVERSION=	0.92.3
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy
+MAINTAINER=	nemysis at gmx.ch
+COMMENT=	NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy
+
+LICENSE=	GPLv2
 
 USE_RC_SUBR=	cntlm
 HAS_CONFIGURE=	yes
+USE_GMAKE=	yes
 ALL_TARGET=	cntlm
-MAN1=		cntlm.1
 
-.include <bsd.port.pre.mk>
+MAN1=		cntlm.1
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
-	    ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR=${PREFIX}|' \
+		-e 's|-Wno-unused-but-set-variable -pedantic -O3||' \
+		${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/cntlm ${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/doc/cntlm.conf ${PREFIX}/etc/cntlm.conf.sample
-	${INSTALL_MAN} ${WRKSRC}/doc/cntlm.1 ${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/cntlm.1 ${MAN1PREFIX}/man/man1
 
 post-install:
 	@if [ ! -f ${PREFIX}/etc/cntlm.conf ]; then \
-	    ${CP} -p ${PREFIX}/etc/cntlm.conf.sample ${PREFIX}/etc/cntlm.conf; \
+		${CP} -p ${PREFIX}/etc/cntlm.conf.sample ${PREFIX}/etc/cntlm.conf; \
 	fi
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
+
diff -ruN --exclude=CVS /usr/ports/www/cntlm/distinfo ./distinfo
--- /usr/ports/www/cntlm/distinfo	2012-12-05 00:43:56.000000000 +0100
+++ ./distinfo	2012-12-28 22:47:26.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (cntlm-0.92.2.tar.gz) = 755c48f620812742e43b5eb421dad763514f0804c0883c8cb55ef5fad2d6a935
-SIZE (cntlm-0.92.2.tar.gz) = 92861
+SHA256 (cntlm-0.92.3.tar.gz) = 9c3ad10924d43f7248df9ecd33cbc033afbd7ea8d9545de0d68a2782fed76298
+SIZE (cntlm-0.92.3.tar.gz) = 93075
--- cntlm-0.92.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list