Date: Tue, 12 Jul 2022 07:03:16 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c05334ae5e9f - main - sysutils/ldap-account-manager: Update to 8.0.1 Message-ID: <202207120703.26C73G4q013855@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=c05334ae5e9feea7a2bd2dd32060a6c46c12cfee commit c05334ae5e9feea7a2bd2dd32060a6c46c12cfee Author: Geraud <geraud@gcu.info> AuthorDate: 2022-07-12 07:00:52 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-12 07:00:52 +0000 sysutils/ldap-account-manager: Update to 8.0.1 - switch to DISTVERSION - pet portclippy - pet portfmt Changelog : https://github.com/LDAPAccountManager/lam/releases/tag/lam_7_9_1 https://github.com/LDAPAccountManager/lam/releases/tag/lam_8_0 https://github.com/LDAPAccountManager/lam/releases/tag/lam_8_0_1 Security advisories: https://github.com/LDAPAccountManager/lam/security/advisories/GHSA-f2fr-cccr-583v https://github.com/LDAPAccountManager/lam/security/advisories/GHSA-r387-grjx-qgvw https://github.com/LDAPAccountManager/lam/security/advisories/GHSA-q8g5-45m4-q95p https://github.com/LDAPAccountManager/lam/security/advisories/GHSA-q9pc-x84w-982x https://github.com/LDAPAccountManager/lam/security/advisories/GHSA-wxf8-9x99-6gp4 https://github.com/LDAPAccountManager/lam/security/advisories/GHSA-6m3q-5c84-6h6j PR: 265140 --- sysutils/ldap-account-manager/Makefile | 18 ++++++++++-------- sysutils/ldap-account-manager/distinfo | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index d11fb4675c3f..cd337c751ca5 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -1,5 +1,5 @@ PORTNAME= ldap-account-manager -PORTVERSION= 7.9 +DISTVERSION= 8.0.1 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} @@ -9,23 +9,25 @@ COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= p5-Quota>=0:sysutils/p5-Quota p5-perl-ldap>=0:net/p5-perl-ldap +RUN_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap \ + p5-Quota>=0:sysutils/p5-Quota USES= perl5 php:web tar:bzip2 -USE_PHP= curl gd filter gettext gmp hash iconv json ldap mbstring openssl \ - pcre session simplexml xml xmlreader xmlwriter zip +USE_PHP= curl filter gd gettext gmp hash iconv json ldap mbstring \ + openssl pcre session simplexml xml xmlreader xmlwriter zip WWWDIR= ${PREFIX}/www/${SHORTNAME} NO_ARCH= yes NO_BUILD= yes SHORTNAME= lam -PORTDOCS= docs COPYING HISTORY README copyright -LAMDATA= config graphics help lib locale sess style templates tmp VERSION index.html pwa_worker.js .htaccess +PORTDOCS= COPYING HISTORY README copyright docs +LAMDATA= config graphics help lib locale sess style templates tmp \ + VERSION index.html pwa_worker.js .htaccess WRITEABLES= config sess tmp -OPTIONS_DEFINE+=DOCS -OPTIONS_DEFAULT=DOCS +OPTIONS_DEFINE+= DOCS +OPTIONS_DEFAULT= DOCS DOCS_DESC= Install documentation and dhcp.schema diff --git a/sysutils/ldap-account-manager/distinfo b/sysutils/ldap-account-manager/distinfo index 1cf8232347c3..c74a65099901 100644 --- a/sysutils/ldap-account-manager/distinfo +++ b/sysutils/ldap-account-manager/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1647931232 -SHA256 (ldap-account-manager-7.9.tar.bz2) = 1bb368a788ca54df5bf5f8cf0c33c30a204811d621410c5b0ef98372f89bdb2f -SIZE (ldap-account-manager-7.9.tar.bz2) = 27264502 +SHA256 (ldap-account-manager-8.0.1.tar.bz2) = 9c56041d1ca56acb5a6f3df950ea744c18d25c46bf684785075b2d2423c387a9 +SIZE (ldap-account-manager-8.0.1.tar.bz2) = 27302438
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207120703.26C73G4q013855>