svn commit: r318951 - head/www/web2ldap
Boris Samorodov
bsam at FreeBSD.org
Fri May 24 10:24:43 UTC 2013
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 <bsd.port.options.mk>
+
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
More information about the svn-ports-all
mailing list