From owner-svn-ports-head@FreeBSD.ORG Fri May 24 10:24:43 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 21527D7B; Fri, 24 May 2013 10:24:43 +0000 (UTC) (envelope-from bsam@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 E48151EE; Fri, 24 May 2013 10:24:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OAOgkS063626; Fri, 24 May 2013 10:24:42 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OAOgDY063621; Fri, 24 May 2013 10:24:42 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305241024.r4OAOgDY063621@svn.freebsd.org> From: Boris Samorodov Date: Fri, 24 May 2013 10:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318951 - head/www/web2ldap 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: Fri, 24 May 2013 10:24:43 -0000 Author: bsam Date: Fri May 24 10:24:42 2013 New Revision: 318951 URL: http://svnweb.freebsd.org/changeset/ports/318951 Log: . update to version 1.1.34; . optionify ports DOCS usage; . pet portlint: use -delete args of a find command instead of '| rm xargs'. Modified: head/www/web2ldap/Makefile head/www/web2ldap/distinfo Modified: head/www/web2ldap/Makefile ============================================================================== --- head/www/web2ldap/Makefile Fri May 24 10:17:00 2013 (r318950) +++ head/www/web2ldap/Makefile Fri May 24 10:24:42 2013 (r318951) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= web2ldap -PORTVERSION= 1.1.33 +PORTVERSION= 1.1.34 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ http://www.sfr-fresh.com/unix/www/ @@ -15,14 +15,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap ${PYTHON_SITELIBDIR}/ipaddr.py:${PORTSDIR}/devel/py-ipaddr \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +OPTIONS_DEFINE= DOCS USE_PYTHON= yes - SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/etc/web2ldap/web2ldapcnf/standalone.py - @${FIND} ${WRKSRC} -name '*.orig' -o -name '*.bak' | ${XARGS} ${RM} + @${FIND} ${WRKSRC} -name '*.orig' -delete -o -name '*.bak' -delete do-build: @(cd ${WRKSRC} && ${PYTHON_CMD} ./sbin/compile.py) @@ -34,8 +34,10 @@ do-install: ${FIND} * -type d | ${GREP} -vE "^htdocs" | ${CPIO} -p ${DATADIR}; \ ${FIND} * -type f | ${GREP} -vE "^htdocs" | ${CPIO} -pd ${DATADIR}) +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${ECHO_CMD} "==> Installing document files..." @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}; \ Modified: head/www/web2ldap/distinfo ============================================================================== --- head/www/web2ldap/distinfo Fri May 24 10:17:00 2013 (r318950) +++ head/www/web2ldap/distinfo Fri May 24 10:24:42 2013 (r318951) @@ -1,2 +1,2 @@ -SHA256 (web2ldap-1.1.33.tar.gz) = 945fc1929d5a6142653eb9e3525a1dffaf47f280d4d597dcbd8eda3e093bdeb2 -SIZE (web2ldap-1.1.33.tar.gz) = 503173 +SHA256 (web2ldap-1.1.34.tar.gz) = de3a7c2412bca2e2ec04701d6be45c80b081185ac411ce5318100d14ca16b5ff +SIZE (web2ldap-1.1.34.tar.gz) = 503097