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@FreeBSD.org -COMMENT= An NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy +MAINTAINER= nemysis@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 +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 +.include + 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