Bug 173549 - lam version update
Summary: lam version update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-11 08:30 UTC by basil
Modified: 2012-12-03 09:41 UTC (History)
0 users

See Also:


Attachments
file.diff (1.88 KB, patch)
2012-11-11 08:30 UTC, basil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description basil 2012-11-11 08:30:00 UTC
LAM now supports Kolab 2.4, Puppet and RFC2307bis automount entries. The self service also supports to set fields to read-only.

Fix: diff -ruN /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2012-10-08 16:01:59.945565115 +0300
+++ /root/ldap-account-manager/Makefile	2012-11-11 08:38:56.411923873 +0200
@@ -1,7 +1,7 @@
 # $FreeBSD: ports/sysutils/ldap-account-manager/Makefile,v 1.59 2012/09/13 15:00:45 rm Exp $
 
 PORTNAME=	ldap-account-manager
-PORTVERSION=	3.8
+PORTVERSION=	3.9
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
diff -ruN /usr/ports/sysutils/ldap-account-manager/distinfo /root/ldap-account-manager/distinfo
--- /usr/ports/sysutils/ldap-account-manager/distinfo	2012-10-08 16:01:59.946482988 +0300
+++ /root/ldap-account-manager/distinfo	2012-11-11 08:48:31.416922823 +0200
@@ -1,2 +1,2 @@
-SHA256 (ldap-account-manager-3.8.tar.gz) = 24c435530988b1a163ba3e7023531e7f02bc22720b03258efbcd381c5b0ad9f9
-SIZE (ldap-account-manager-3.8.tar.gz) = 10695375
+SHA256 (ldap-account-manager-3.9.tar.gz) = 8bc93c09e8c97f0b8397cfdde4cc7fd442c3f84a848d46735765571ed54070f4
+SIZE (ldap-account-manager-3.9.tar.gz) = 10938700
diff -ruN /usr/ports/sysutils/ldap-account-manager/pkg-plist /root/ldap-account-manager/pkg-plist
--- /usr/ports/sysutils/ldap-account-manager/pkg-plist	2012-10-08 16:01:59.967480202 +0300
+++ /root/ldap-account-manager/pkg-plist	2012-11-11 08:43:41.694923008 +0200
@@ -745,6 +745,7 @@
 %%WWWDIR%%/lib/modules/quota.inc
 %%WWWDIR%%/lib/modules/posixGroup.inc
 %%WWWDIR%%/lib/modules/posixAccount.inc
+%%WWWDIR%%/lib/modules/puppetClient.inc
 %%WWWDIR%%/lib/modules/nisnetgroup.inc
 %%WWWDIR%%/lib/modules/nisMailAlias.inc
 %%WWWDIR%%/lib/modules/ldapPublicKey.inc
@@ -839,6 +840,7 @@
 %%WWWDIR%%/graphics/samba.png
 %%WWWDIR%%/graphics/required.png
 %%WWWDIR%%/graphics/refresh.png
+%%WWWDIR%%/graphics/puppet.png
 %%WWWDIR%%/graphics/profiles.png
 %%WWWDIR%%/graphics/process.png
 %%WWWDIR%%/graphics/plus.png

Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-12-03 08:58:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-12-03 09:41:57 UTC
State Changed
From-To: open->closed

Committed, thank you!