diff options
author | bsam <bsam@FreeBSD.org> | 2015-01-31 23:09:42 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2015-01-31 23:09:42 +0800 |
commit | 942b4ad45cb9752d588617033ba29538e81d87b7 (patch) | |
tree | 125078d43e7ee77611368d5bb44ef58c62735daf /www/web2ldap | |
parent | be073c6e15b2d9d5cf0c7b7df32adecd8a45e3bb (diff) | |
download | freebsd-ports-gnome-942b4ad45cb9752d588617033ba29538e81d87b7.tar.gz freebsd-ports-gnome-942b4ad45cb9752d588617033ba29538e81d87b7.tar.zst freebsd-ports-gnome-942b4ad45cb9752d588617033ba29538e81d87b7.zip |
www/web2ldap: upgrade to version 1.2.19.
Diffstat (limited to 'www/web2ldap')
-rw-r--r-- | www/web2ldap/Makefile | 3 | ||||
-rw-r--r-- | www/web2ldap/distinfo | 4 | ||||
-rw-r--r-- | www/web2ldap/files/patch-fcgi__web2ldap.py | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 8ebe7cb146d1..7279701fc9be 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= web2ldap -PORTVERSION= 1.1.49 +PORTVERSION= 1.2.19 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ http://www.sfr-fresh.com/unix/www/ \ @@ -22,6 +22,7 @@ SUB_FILES= pkg-message PORTDOCS= * PORTDATA= * +PLIST_DIRS= %%DATADIR%%/var/log %%DATADIR%%/var/run post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ diff --git a/www/web2ldap/distinfo b/www/web2ldap/distinfo index ed081b53c741..0d056146892c 100644 --- a/www/web2ldap/distinfo +++ b/www/web2ldap/distinfo @@ -1,2 +1,2 @@ -SHA256 (web2ldap-1.1.49.tar.gz) = d7fc391c3f16eca5dfe6793a5792406733ccd35953b4b2ac754cacd4ca7fc2ad -SIZE (web2ldap-1.1.49.tar.gz) = 511225 +SHA256 (web2ldap-1.2.19.tar.gz) = 8c152a0b39ea8a3e55b843e063dd40743e3e0af8f27830a78d8903f2d8c39374 +SIZE (web2ldap-1.2.19.tar.gz) = 534970 diff --git a/www/web2ldap/files/patch-fcgi__web2ldap.py b/www/web2ldap/files/patch-fcgi__web2ldap.py index 2a8e7fcc263c..707d6d18a922 100644 --- a/www/web2ldap/files/patch-fcgi__web2ldap.py +++ b/www/web2ldap/files/patch-fcgi__web2ldap.py @@ -2,12 +2,12 @@ --- fcgi/web2ldap.py Wed Mar 20 15:57:25 2002 *************** *** 1,4 **** -! #!/usr/bin/python -OO +! #!/usr/bin/python """ fcgi/web2ldap.py - stub script for running as FastCGI server --- 1,4 ---- -! #!/usr/local/bin/python -OO +! #!/usr/local/bin/python """ fcgi/web2ldap.py - stub script for running as FastCGI server |