svn commit: r327547 - head/sysutils/ldap-account-manager

William Grzybowski wg at FreeBSD.org
Wed Sep 18 14:10:10 UTC 2013


Author: wg
Date: Wed Sep 18 14:10:09 2013
New Revision: 327547
URL: http://svnweb.freebsd.org/changeset/ports/327547

Log:
  sysutils/ldap-account-manager: update to 4.3
  
  - Update to 4.3 [1]
  - USES perl5
  
  PR:		ports/182194
  Submitted by:	Vasiliy P. Melnik <basil vpm.net.ua> (maintainer)

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 Sep 18 13:48:19 2013	(r327546)
+++ head/sysutils/ldap-account-manager/Makefile	Wed Sep 18 14:10:09 2013	(r327547)
@@ -1,10 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	ldap-account-manager
-PORTVERSION=	4.2.1
+PORTVERSION=	4.3
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
+USE_BZIP2=	yes
+
 MAINTAINER=	basil at vpm.net.ua
 COMMENT=	Webfrontend for managing accounts stored in an OpenLDAP server
 

Modified: head/sysutils/ldap-account-manager/distinfo
==============================================================================
--- head/sysutils/ldap-account-manager/distinfo	Wed Sep 18 13:48:19 2013	(r327546)
+++ head/sysutils/ldap-account-manager/distinfo	Wed Sep 18 14:10:09 2013	(r327547)
@@ -1,2 +1,2 @@
-SHA256 (ldap-account-manager-4.2.1.tar.gz) = aa4902286a33c55b73e1fd7b5ee51ee369d1567cfe90c4561f9feb07953f2624
-SIZE (ldap-account-manager-4.2.1.tar.gz) = 12516691
+SHA256 (ldap-account-manager-4.3.tar.bz2) = cd59e3c7de5c68572a9b86be8215aa14e3bcbe179572e8cf87eae4004edbf82c
+SIZE (ldap-account-manager-4.3.tar.bz2) = 12122423

Modified: head/sysutils/ldap-account-manager/pkg-plist
==============================================================================
--- head/sysutils/ldap-account-manager/pkg-plist	Wed Sep 18 13:48:19 2013	(r327546)
+++ head/sysutils/ldap-account-manager/pkg-plist	Wed Sep 18 14:10:09 2013	(r327547)
@@ -723,6 +723,8 @@
 %%WWWDIR%%/lib/profiles.inc
 %%WWWDIR%%/lib/pdfstruct.inc
 %%WWWDIR%%/lib/pdf.inc
+%%WWWDIR%%/lib/modules/kolabGroup.inc
+%%WWWDIR%%/lib/modules/windowsPosixGroup.inc
 %%WWWDIR%%/lib/modules/windowsGroup.inc
 %%WWWDIR%%/lib/modules/windowsHost.inc
 %%WWWDIR%%/lib/modules/windowsUser.inc
@@ -838,6 +840,8 @@
 %%WWWDIR%%/graphics/pdf.png
 %%WWWDIR%%/graphics/pass.png
 %%WWWDIR%%/graphics/partiallyLocked.png
+%%WWWDIR%%/graphics/printer.png
+%%WWWDIR%%/graphics/printerBig.png
 %%WWWDIR%%/graphics/ou.png
 %%WWWDIR%%/graphics/object.png
 %%WWWDIR%%/graphics/o.png


More information about the svn-ports-all mailing list