Bug 179716 - sysutils/ldap-account-manager: add Samba4 support
Summary: sysutils/ldap-account-manager: add Samba4 support
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-19 14:10 UTC by basil
Modified: 2013-06-19 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.74 KB, patch)
2013-06-19 14:10 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 2013-06-19 14:10:00 UTC
added Samba4 support

Fix: diff -ru /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2013-04-24 21:10:30.000000000 +0300
+++ /root/ldap-account-manager/Makefile	2013-06-19 15:52:29.454224041 +0300
@@ -1,7 +1,7 @@
 # $FreeBSD: sysutils/ldap-account-manager/Makefile 316464 2013-04-24 18:10:30Z ak $
 
 PORTNAME=	ldap-account-manager
-PORTVERSION=	4.1
+PORTVERSION=	4.2.1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
diff -ru /usr/ports/sysutils/ldap-account-manager/distinfo /root/ldap-account-manager/distinfo
--- /usr/ports/sysutils/ldap-account-manager/distinfo	2013-03-28 11:21:11.000000000 +0200
+++ /root/ldap-account-manager/distinfo	2013-06-19 15:53:03.748225031 +0300
@@ -1,2 +1,2 @@
-SHA256 (ldap-account-manager-4.1.tar.gz) = 71b3e11efdd8c0d90c0ab72befde832a3c33f7464add85fdec5031c19625da02
-SIZE (ldap-account-manager-4.1.tar.gz) = 11889843
+SHA256 (ldap-account-manager-4.2.1.tar.gz) = aa4902286a33c55b73e1fd7b5ee51ee369d1567cfe90c4561f9feb07953f2624
+SIZE (ldap-account-manager-4.2.1.tar.gz) = 12516691
diff -ru /usr/ports/sysutils/ldap-account-manager/pkg-plist /root/ldap-account-manager/pkg-plist
--- /usr/ports/sysutils/ldap-account-manager/pkg-plist	2013-03-28 11:21:11.000000000 +0200
+++ /root/ldap-account-manager/pkg-plist	2013-06-19 15:54:58.365226436 +0300
@@ -723,6 +723,9 @@
 %%WWWDIR%%/lib/profiles.inc
 %%WWWDIR%%/lib/pdfstruct.inc
 %%WWWDIR%%/lib/pdf.inc
+%%WWWDIR%%/lib/modules/windowsGroup.inc
+%%WWWDIR%%/lib/modules/windowsHost.inc
+%%WWWDIR%%/lib/modules/windowsUser.inc
 %%WWWDIR%%/lib/modules/systemQuotas.inc
 %%WWWDIR%%/lib/modules/shadowAccount.inc
 %%WWWDIR%%/lib/modules/sambaSamAccount/sambaMungedDial.inc
Only in /root/ldap-account-manager: work

Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-19 15:01:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski 2013-06-19 15:23:37 UTC
Consider using svn diff out of a ports subversion checkout for next
submissions, its much easier for committers.

Thanks

--
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-19 15:53:35 UTC
Author: wg
Date: Wed Jun 19 14:53:25 2013
New Revision: 321273
URL: http://svnweb.freebsd.org/changeset/ports/321273

Log:
  sysutils/ldap-account-manager: update to 4.2.1
  
  - Update to 4.2.1
  
  Changes:
  https://www.ldap-account-manager.org/lamcms/changelog
  
  PR:		ports/179716
  Submitted by:	Vasiliy P. Melnik <basil@vpm.net.ua> (maintainer)
  Approved by:	culot / jpaetzel (mentors, implicit)

Modified:
  head/sysutils/ldap-account-manager/Makefile
  head/sysutils/ldap-account-manager/distinfo
  head/sysutils/ldap-account-manager/pkg-plist

Modified: head/sysutils/ldap-account-manager/Makefile
==============================================================================
--- head/sysutils/ldap-account-manager/Makefile	Wed Jun 19 14:52:37 2013	(r321272)
+++ head/sysutils/ldap-account-manager/Makefile	Wed Jun 19 14:53:25 2013	(r321273)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ldap-account-manager
-PORTVERSION=	4.1
+PORTVERSION=	4.2.1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 

Modified: head/sysutils/ldap-account-manager/distinfo
==============================================================================
--- head/sysutils/ldap-account-manager/distinfo	Wed Jun 19 14:52:37 2013	(r321272)
+++ head/sysutils/ldap-account-manager/distinfo	Wed Jun 19 14:53:25 2013	(r321273)
@@ -1,2 +1,2 @@
-SHA256 (ldap-account-manager-4.1.tar.gz) = 71b3e11efdd8c0d90c0ab72befde832a3c33f7464add85fdec5031c19625da02
-SIZE (ldap-account-manager-4.1.tar.gz) = 11889843
+SHA256 (ldap-account-manager-4.2.1.tar.gz) = aa4902286a33c55b73e1fd7b5ee51ee369d1567cfe90c4561f9feb07953f2624
+SIZE (ldap-account-manager-4.2.1.tar.gz) = 12516691

Modified: head/sysutils/ldap-account-manager/pkg-plist
==============================================================================
--- head/sysutils/ldap-account-manager/pkg-plist	Wed Jun 19 14:52:37 2013	(r321272)
+++ head/sysutils/ldap-account-manager/pkg-plist	Wed Jun 19 14:53:25 2013	(r321273)
@@ -723,6 +723,9 @@
 %%WWWDIR%%/lib/profiles.inc
 %%WWWDIR%%/lib/pdfstruct.inc
 %%WWWDIR%%/lib/pdf.inc
+%%WWWDIR%%/lib/modules/windowsGroup.inc
+%%WWWDIR%%/lib/modules/windowsHost.inc
+%%WWWDIR%%/lib/modules/windowsUser.inc
 %%WWWDIR%%/lib/modules/systemQuotas.inc
 %%WWWDIR%%/lib/modules/shadowAccount.inc
 %%WWWDIR%%/lib/modules/sambaSamAccount/sambaMungedDial.inc
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-06-19 15:53:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!