version update Fix: diff -ruN /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile --- /usr/ports/sysutils/ldap-account-manager/Makefile 2013-01-07 11:44:41.000000000 +0200 +++ /root/ldap-account-manager/Makefile 2013-03-27 21:41:12.785061037 +0200 @@ -1,7 +1,7 @@ # $FreeBSD: ports/sysutils/ldap-account-manager/Makefile,v 1.63 2013/01/07 09:44:41 svnexp Exp $ PORTNAME= ldap-account-manager -PORTVERSION= 4.0.1 +PORTVERSION= 4.1 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 2013-01-07 11:44:41.000000000 +0200 +++ /root/ldap-account-manager/distinfo 2013-03-27 21:41:38.137058868 +0200 @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-4.0.1.tar.gz) = 479078a19a7d026349f5e7799d337457acf0b2a697e2b1a3252faa0df9c4fcde -SIZE (ldap-account-manager-4.0.1.tar.gz) = 11665945 +SHA256 (ldap-account-manager-4.1.tar.gz) = 71b3e11efdd8c0d90c0ab72befde832a3c33f7464add85fdec5031c19625da02 +SIZE (ldap-account-manager-4.1.tar.gz) = 11889843 diff -ruN /usr/ports/sysutils/ldap-account-manager/pkg-plist /root/ldap-account-manager/pkg-plist --- /usr/ports/sysutils/ldap-account-manager/pkg-plist 2013-01-07 11:44:41.000000000 +0200 +++ /root/ldap-account-manager/pkg-plist 2013-03-27 21:50:31.124062433 +0200 @@ -28,11 +28,12 @@ %%WWWDIR%%/templates/lists/userlink.php %%WWWDIR%%/templates/lists/list.php %%WWWDIR%%/templates/lists/deletelink.php +%%WWWDIR%%/templates/lib/100_jquery-1.9.1.min.js +%%WWWDIR%%/templates/lib/110_jquery-ui-1.10.1.custom.min.js +%%WWWDIR%%/templates/lib/140_jquery.validationEngine-2.6.2.js %%WWWDIR%%/templates/lib/500_lam.js %%WWWDIR%%/templates/lib/200_wz_tooltip.js %%WWWDIR%%/templates/lib/130_jquery-dropmenu-1.1.3.js -%%WWWDIR%%/templates/lib/110_jquery-ui-1.8.2.custom.min.js -%%WWWDIR%%/templates/lib/100_jquery-1.4.2.min.js %%WWWDIR%%/templates/lib/extra/ckeditor/lang/af.js %%WWWDIR%%/templates/lib/extra/ckeditor/lang/bg.js %%WWWDIR%%/templates/lib/extra/ckeditor/lang/ar.js @@ -643,9 +644,10 @@ %%WWWDIR%%/templates/3rdParty/pla/htdocs/add_attr_form.php %%WWWDIR%%/templates/3rdParty/pla/config/config.php %%WWWDIR%%/templates/.htaccess -%%WWWDIR%%/templates/lib/140_jquery-validationEngine-2.2.1.js %%WWWDIR%%/templates/lib/141_jquery-validationEngine-lang.php %%WWWDIR%%/style/lam-images/headerLine.png +%%WWWDIR%%/style/120_jquery-ui-1.10.1.custom.css +%%WWWDIR%%/style/images/animated-overlay.gif %%WWWDIR%%/style/images/ui-icons_cd0a0a_256x240.png %%WWWDIR%%/style/images/ui-icons_888888_256x240.png %%WWWDIR%%/style/images/ui-icons_454545_256x240.png @@ -877,6 +879,8 @@ %%WWWDIR%%/graphics/forward.gif %%WWWDIR%%/graphics/folder.png %%WWWDIR%%/graphics/find.png +%%WWWDIR%%/graphics/filter.png +%%WWWDIR%%/graphics/clearFilter.png %%WWWDIR%%/graphics/files.png %%WWWDIR%%/graphics/favicon.ico %%WWWDIR%%/graphics/fail.png @@ -913,19 +917,10 @@ %%WWWDIR%%/config/.htaccess %%WWWDIR%%/VERSION %%WWWDIR%%/style/150_jquery-fineuploader.css -%%WWWDIR%%/style/600_type_user.css -%%WWWDIR%%/style/600_type_dhcp.css %%WWWDIR%%/style/500_layout.css %%WWWDIR%%/style/150_jquery-validationEngine.css -%%WWWDIR%%/style/600_type_group.css -%%WWWDIR%%/style/120_jquery-ui-1.8.2.custom.css -%%WWWDIR%%/style/600_type_netgroup.css %%WWWDIR%%/style/loading.gif -%%WWWDIR%%/style/600_type_host.css -%%WWWDIR%%/style/600_type_asteriskExt.css %%WWWDIR%%/style/150_jquery-dropmenu.css -%%WWWDIR%%/style/600_type_smbDomain.css -%%WWWDIR%%/style/600_type_mailAlias.css %%WWWDIR%%/graphics/export.png %%WWWDIR%%/graphics/import.png %%WWWDIR%%/templates/lib/130_jquery-fineuploader-3.0.min.js Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: miwi Date: Thu Mar 28 09:21:11 2013 New Revision: 315452 URL: http://svnweb.freebsd.org/changeset/ports/315452 Log: - Updatet to 4.1 PR: 177419 Submitted by: maintainer Modified: head/sysutils/ldap-account-manager/Makefile (contents, props changed) head/sysutils/ldap-account-manager/distinfo (contents, props changed) head/sysutils/ldap-account-manager/pkg-plist (contents, props changed) Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Thu Mar 28 08:27:37 2013 (r315451) +++ head/sysutils/ldap-account-manager/Makefile Thu Mar 28 09:21:11 2013 (r315452) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap-account-manager -PORTVERSION= 4.0.1 +PORTVERSION= 4.1 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Thu Mar 28 08:27:37 2013 (r315451) +++ head/sysutils/ldap-account-manager/distinfo Thu Mar 28 09:21:11 2013 (r315452) @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-4.0.1.tar.gz) = 479078a19a7d026349f5e7799d337457acf0b2a697e2b1a3252faa0df9c4fcde -SIZE (ldap-account-manager-4.0.1.tar.gz) = 11665945 +SHA256 (ldap-account-manager-4.1.tar.gz) = 71b3e11efdd8c0d90c0ab72befde832a3c33f7464add85fdec5031c19625da02 +SIZE (ldap-account-manager-4.1.tar.gz) = 11889843 Modified: head/sysutils/ldap-account-manager/pkg-plist ============================================================================== --- head/sysutils/ldap-account-manager/pkg-plist Thu Mar 28 08:27:37 2013 (r315451) +++ head/sysutils/ldap-account-manager/pkg-plist Thu Mar 28 09:21:11 2013 (r315452) @@ -28,11 +28,12 @@ %%WWWDIR%%/templates/lists/userlink.php %%WWWDIR%%/templates/lists/list.php %%WWWDIR%%/templates/lists/deletelink.php +%%WWWDIR%%/templates/lib/100_jquery-1.9.1.min.js +%%WWWDIR%%/templates/lib/110_jquery-ui-1.10.1.custom.min.js +%%WWWDIR%%/templates/lib/140_jquery.validationEngine-2.6.2.js %%WWWDIR%%/templates/lib/500_lam.js %%WWWDIR%%/templates/lib/200_wz_tooltip.js %%WWWDIR%%/templates/lib/130_jquery-dropmenu-1.1.3.js -%%WWWDIR%%/templates/lib/110_jquery-ui-1.8.2.custom.min.js -%%WWWDIR%%/templates/lib/100_jquery-1.4.2.min.js %%WWWDIR%%/templates/lib/extra/ckeditor/lang/af.js %%WWWDIR%%/templates/lib/extra/ckeditor/lang/bg.js %%WWWDIR%%/templates/lib/extra/ckeditor/lang/ar.js @@ -643,9 +644,10 @@ %%WWWDIR%%/templates/3rdParty/pla/htdocs/add_attr_form.php %%WWWDIR%%/templates/3rdParty/pla/config/config.php %%WWWDIR%%/templates/.htaccess -%%WWWDIR%%/templates/lib/140_jquery-validationEngine-2.2.1.js %%WWWDIR%%/templates/lib/141_jquery-validationEngine-lang.php %%WWWDIR%%/style/lam-images/headerLine.png +%%WWWDIR%%/style/120_jquery-ui-1.10.1.custom.css +%%WWWDIR%%/style/images/animated-overlay.gif %%WWWDIR%%/style/images/ui-icons_cd0a0a_256x240.png %%WWWDIR%%/style/images/ui-icons_888888_256x240.png %%WWWDIR%%/style/images/ui-icons_454545_256x240.png @@ -877,6 +879,8 @@ %%WWWDIR%%/graphics/forward.gif %%WWWDIR%%/graphics/folder.png %%WWWDIR%%/graphics/find.png +%%WWWDIR%%/graphics/filter.png +%%WWWDIR%%/graphics/clearFilter.png %%WWWDIR%%/graphics/files.png %%WWWDIR%%/graphics/favicon.ico %%WWWDIR%%/graphics/fail.png @@ -913,19 +917,10 @@ %%WWWDIR%%/config/.htaccess %%WWWDIR%%/VERSION %%WWWDIR%%/style/150_jquery-fineuploader.css -%%WWWDIR%%/style/600_type_user.css -%%WWWDIR%%/style/600_type_dhcp.css %%WWWDIR%%/style/500_layout.css %%WWWDIR%%/style/150_jquery-validationEngine.css -%%WWWDIR%%/style/600_type_group.css -%%WWWDIR%%/style/120_jquery-ui-1.8.2.custom.css -%%WWWDIR%%/style/600_type_netgroup.css %%WWWDIR%%/style/loading.gif -%%WWWDIR%%/style/600_type_host.css -%%WWWDIR%%/style/600_type_asteriskExt.css %%WWWDIR%%/style/150_jquery-dropmenu.css -%%WWWDIR%%/style/600_type_smbDomain.css -%%WWWDIR%%/style/600_type_mailAlias.css %%WWWDIR%%/graphics/export.png %%WWWDIR%%/graphics/import.png %%WWWDIR%%/templates/lib/130_jquery-fineuploader-3.0.min.js _______________________________________________ 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"