Bug 154731 - sysutils/ldap-account-manager version upgrade
Summary: sysutils/ldap-account-manager version upgrade
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-13 08:50 UTC by basil
Modified: 2011-02-13 13:50 UTC (History)
0 users

See Also:


Attachments
file.txt (2.22 KB, text/plain)
2011-02-13 08:50 UTC, basil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description basil 2011-02-13 08:50:08 UTC
This release includes lots of improvements regarding usability. There is also a new module to manage mailboxes on an IMAP server.

Fix: ===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2010-11-07 08:49:35.000000000 +0200
+++ /root/ldap-account-manager/Makefile	2011-02-13 10:20:09.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ldap-account-manager
-PORTVERSION=	3.2.0
+PORTVERSION=	3.3.0
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${PNAME}/LAM/${PORTVERSION}
 DISTNAME=	${PORTNAME:L}-${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/distinfo /root/ldap-account-manager/distinfo
--- /usr/ports/sysutils/ldap-account-manager/distinfo	2010-11-07 08:49:35.000000000 +0200
+++ /root/ldap-account-manager/distinfo	2011-02-13 10:20:26.000000000 +0200
@@ -1,3 +1,2 @@
-MD5 (ldap-account-manager-3.2.0.tar.gz) = 2e447e81fccb9c35aa0fdee29ce9081d
-SHA256 (ldap-account-manager-3.2.0.tar.gz) = f5bc559b616d8d54d6c5a90c8aaf9a93ae6485bc76580ec1566fc10f3eb924d5
-SIZE (ldap-account-manager-3.2.0.tar.gz) = 5729432
+SHA256 (ldap-account-manager-3.3.0.tar.gz) = 456c777086cc5c7bbc155c900c09049f78a8bf006cefe3df4055a03f0b81e2b9
+SIZE (ldap-account-manager-3.3.0.tar.gz) = 6209174
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/pkg-plist /root/ldap-account-manager/pkg-plist
--- /usr/ports/sysutils/ldap-account-manager/pkg-plist	2010-11-07 08:49:35.000000000 +0200
+++ /root/ldap-account-manager/pkg-plist	2011-02-13 10:24:09.000000000 +0200
@@ -159,7 +159,6 @@
 %%WWWDIR%%/lib/account.inc
 %%WWWDIR%%/lib/baseModule.inc
 %%WWWDIR%%/lib/baseType.inc
-%%WWWDIR%%/lib/cache.inc
 %%WWWDIR%%/lib/config.inc
 %%WWWDIR%%/lib/checkEnvironment.inc
 %%WWWDIR%%/lib/createntlm.inc
@@ -362,6 +361,12 @@
 %%WWWDIR%%/templates/tree/update.php
 %%WWWDIR%%/templates/tree/update_confirm.php
 %%WWWDIR%%/tmp/.htaccess
+%%WWWDIR%%/graphics/schemaTest.png
+%%WWWDIR%%/graphics/lamdaemonSmall.png
+%%WWWDIR%%/lib/modules/imapAccess.inc
+%%WWWDIR%%/style/jquery-dropmenu.css
+%%WWWDIR%%/style/images/ui-bg_highlight-soft_75_cccccc_1x150-vertical.png
+%%WWWDIR%%/templates/lib/lam-jquery-dropmenu-1.1.3.js
 @dirrm %%WWWDIR%%/tmp
 @dirrm %%WWWDIR%%/templates/tree/templates/creation
 @dirrm %%WWWDIR%%/templates/tree/templates
===> Done

Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2011-02-13 09:30:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-13 13:42:53 UTC
culot       2011-02-13 13:42:48 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ldap-account-manager Makefile distinfo pkg-plist 
  Log:
  - Update to 3.3.0
  
  PR:             ports/154731
  Submitted by:   Vasiliy P. Melnik <basil AT vpm.net.ua> (maintainer)
  
  Revision  Changes    Path
  1.50      +1 -1      ports/sysutils/ldap-account-manager/Makefile
  1.29      +2 -3      ports/sysutils/ldap-account-manager/distinfo
  1.30      +6 -1      ports/sysutils/ldap-account-manager/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2011-02-13 13:44:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!