1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

www/web2ldap: upgrade to version 1.2.19.

This commit is contained in:
Boris Samorodov 2015-01-31 15:09:42 +00:00
parent 6a093ced96
commit be12724ca9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378213
3 changed files with 6 additions and 5 deletions

View File

@ -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' \

View File

@ -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

View File

@ -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