Date: Thu, 13 Sep 2012 15:00:46 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304221 - head/sysutils/ldap-account-manager Message-ID: <201209131500.q8DF0kD1020337@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Sep 13 15:00:45 2012 New Revision: 304221 URL: http://svn.freebsd.org/changeset/ports/304221 Log: - update to 3.8 while here: - strip Makefile header - tab -> space change in pkg-descr:WWW PR: 170521 Submitted by: "Vasiliy P. Melnik" <basil at vpm.net dot ua> (maintainer) Modified: head/sysutils/ldap-account-manager/Makefile head/sysutils/ldap-account-manager/distinfo head/sysutils/ldap-account-manager/pkg-descr head/sysutils/ldap-account-manager/pkg-plist Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Thu Sep 13 14:45:12 2012 (r304220) +++ head/sysutils/ldap-account-manager/Makefile Thu Sep 13 15:00:45 2012 (r304221) @@ -1,13 +1,7 @@ -# New ports collection makefile for: ldap-account-manager -# Date created: August, 2nd 2003 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# # $FreeBSD$ -# PORTNAME= ldap-account-manager -PORTVERSION= 3.7 -PORTREVISION= 1 +PORTVERSION= 3.8 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Thu Sep 13 14:45:12 2012 (r304220) +++ head/sysutils/ldap-account-manager/distinfo Thu Sep 13 15:00:45 2012 (r304221) @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-3.7.tar.gz) = 75aa09ed390c13a7ad3a1a53964f48847afae4d4697f611cfd71b51e1b0f71d3 -SIZE (ldap-account-manager-3.7.tar.gz) = 9157357 +SHA256 (ldap-account-manager-3.8.tar.gz) = 24c435530988b1a163ba3e7023531e7f02bc22720b03258efbcd381c5b0ad9f9 +SIZE (ldap-account-manager-3.8.tar.gz) = 10695375 Modified: head/sysutils/ldap-account-manager/pkg-descr ============================================================================== --- head/sysutils/ldap-account-manager/pkg-descr Thu Sep 13 14:45:12 2012 (r304220) +++ head/sysutils/ldap-account-manager/pkg-descr Thu Sep 13 15:00:45 2012 (r304221) @@ -20,4 +20,4 @@ Features: - multi-language support - support for LDAP+SSL/TLS -WWW: http://lam.sourceforge.net/ +WWW: http://lam.sourceforge.net/ Modified: head/sysutils/ldap-account-manager/pkg-plist ============================================================================== --- head/sysutils/ldap-account-manager/pkg-plist Thu Sep 13 14:45:12 2012 (r304220) +++ head/sysutils/ldap-account-manager/pkg-plist Thu Sep 13 15:00:45 2012 (r304221) @@ -1,3 +1,4 @@ +$FreeBSD$ @unexec if cmp -s %D/%%WWWDIR%%/config/config.cfg %D/%%WWWDIR%%/config/config.cfg_sample; then rm -f %D/%%WWWDIR%%/config/config.cfg; fi @exec if [ ! -f %D/%%WWWDIR%%/config/config.cfg ] ; then cp -p %D/%F %B/config.cfg; fi @unexec if cmp -s %D/%%WWWDIR%%/config/lam.conf %D/%%WWWDIR%%/config/lam.conf_sample; then rm -f %D/%%WWWDIR%%/config/lam.conf; fi @@ -814,6 +815,7 @@ %%WWWDIR%%/graphics/user.png %%WWWDIR%%/graphics/up.gif %%WWWDIR%%/graphics/uniquegroup.png +%%WWWDIR%%/graphics/unlocked.png %%WWWDIR%%/graphics/undo.png %%WWWDIR%%/graphics/uid.png %%WWWDIR%%/graphics/tux.png @@ -842,6 +844,7 @@ %%WWWDIR%%/graphics/plus.png %%WWWDIR%%/graphics/pdf.png %%WWWDIR%%/graphics/pass.png +%%WWWDIR%%/graphics/partiallyLocked.png %%WWWDIR%%/graphics/ou.png %%WWWDIR%%/graphics/object.png %%WWWDIR%%/graphics/o.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209131500.q8DF0kD1020337>