diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 18:37:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 18:37:05 +0000 |
commit | 9f6b3d9731438428be73b68da75c95c99bfa59fe (patch) | |
tree | dec255c7b0c81e18caff58c57318f30bc2c1c3d4 | |
parent | Minor change that do not change the installed packages. (diff) |
- Update to 1.1.0
Changelog:
* No longer uses frames and has a new look
* Includes an AJAX tree and some AJAX displays (more could probably be
done here)
* Includes modification templates capability
* Can use a closer read-only replica (for queries), sending only updates
to the master replica
* And many many other enhancements."
Announcement message in full:
http://sourceforge.net/mailarchive/message.php?msg_name=47647726.30701%40wurley.net
PR: 118745
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=204014
-rw-r--r-- | net/phpldapadmin/Makefile | 2 | ||||
-rw-r--r-- | net/phpldapadmin/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index c794ba43e4db..2dfc0e18444c 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpldapadmin -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/net/phpldapadmin/distinfo b/net/phpldapadmin/distinfo index 53004b155bb5..203963fab730 100644 --- a/net/phpldapadmin/distinfo +++ b/net/phpldapadmin/distinfo @@ -1,3 +1,3 @@ -MD5 (phpldapadmin-1.0.2.tar.gz) = 316b917d8abe1b37603c49b61b068bd0 -SHA256 (phpldapadmin-1.0.2.tar.gz) = ece5e531a7794ec870b748919b2370f9d544ffa07d7957940b3459e005dc5cde -SIZE (phpldapadmin-1.0.2.tar.gz) = 788484 +MD5 (phpldapadmin-1.1.0.tar.gz) = dd3962d27c68e99b709d7d80dfaf87cb +SHA256 (phpldapadmin-1.1.0.tar.gz) = 259f84db1d98e23e2a267f4ae351d17531751c8a5631b986eb059c05a316e1b2 +SIZE (phpldapadmin-1.1.0.tar.gz) = 1020719 |