mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- 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)
This commit is contained in:
parent
79aa4a81be
commit
3f9d09e053
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304221
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user