mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/self-service-password: Update 1.0 -> 1.1
PR: 223788 Submitted by: ports@bsdserwis.com (maintainer) Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D13188
This commit is contained in:
parent
29b3d06ab6
commit
4a2337d35e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454704
3 changed files with 26 additions and 14 deletions
|
@ -2,19 +2,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= self-service-password
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://tools.ltb-project.org/attachments/download/889/
|
||||
MASTER_SITES= http://ltb-project.org/archives/
|
||||
DISTNAME= ltb-project-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@bsdserwis.com
|
||||
COMMENT= Set of PHP-scripts to change LDAP password over the web
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
USES= php:web
|
||||
USE_PHP= filter hash ldap mbstring mcrypt openssl session
|
||||
USE_PHP= filter hash ldap mbstring openssl phar session
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
@ -28,10 +28,18 @@ PLIST_SUB+= SSP_GRP=${WWWGRP}
|
|||
SUB_LIST+= PKGNAME=${PKGNAME}
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_VER} <= 70
|
||||
# For older php mcrypt is needed
|
||||
USE_PHP+= mcrypt
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC}/ -name '*.sig' -delete
|
||||
@${MV} ${WRKSRC}/${CFGDIR}/${CFGFILE} ${WRKSRC}/${CFGDIR}/${CFGFILE}.sample
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1477603147
|
||||
SHA256 (ltb-project-self-service-password-1.0.tar.gz) = 4fe48f3f8571c3ba244fa8a3396d46207783c30bac665d605dbf012873e35030
|
||||
SIZE (ltb-project-self-service-password-1.0.tar.gz) = 1716552
|
||||
TIMESTAMP = 1511105722
|
||||
SHA256 (ltb-project-self-service-password-1.1.tar.gz) = 2983f520a6a515f5a9ccca69057e8f92d6e55ec27127f2c6175e1e2890f1019e
|
||||
SIZE (ltb-project-self-service-password-1.1.tar.gz) = 1741007
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
@owner %%SSP_OWN%%
|
||||
@group %%SSP_GRP%%
|
||||
@sample %%WWWDIR%%/conf/config.inc.php.sample
|
||||
%%WWWDIR%%/LICENCE
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/css/bootstrap-theme.css.map
|
||||
%%WWWDIR%%/css/bootstrap-theme.min.css
|
||||
%%WWWDIR%%/css/bootstrap.css.map
|
||||
|
@ -32,11 +30,13 @@
|
|||
%%WWWDIR%%/lang/cn.inc.php
|
||||
%%WWWDIR%%/lang/cs.inc.php
|
||||
%%WWWDIR%%/lang/de.inc.php
|
||||
%%WWWDIR%%/lang/el.inc.php
|
||||
%%WWWDIR%%/lang/en.inc.php
|
||||
%%WWWDIR%%/lang/es.inc.php
|
||||
%%WWWDIR%%/lang/fr.inc.php
|
||||
%%WWWDIR%%/lang/hu.inc.php
|
||||
%%WWWDIR%%/lang/it.inc.php
|
||||
%%WWWDIR%%/lang/ja.inc.php
|
||||
%%WWWDIR%%/lang/nl.inc.php
|
||||
%%WWWDIR%%/lang/pl.inc.php
|
||||
%%WWWDIR%%/lang/pt-BR.inc.php
|
||||
|
@ -44,17 +44,19 @@
|
|||
%%WWWDIR%%/lang/ru.inc.php
|
||||
%%WWWDIR%%/lang/sk.inc.php
|
||||
%%WWWDIR%%/lang/sl.inc.php
|
||||
%%WWWDIR%%/lang/sv.inc.php
|
||||
%%WWWDIR%%/lang/tr.inc.php
|
||||
%%WWWDIR%%/lang/uk.inc.php
|
||||
%%WWWDIR%%/lang/zh-CN.inc.php
|
||||
%%WWWDIR%%/lib/detectbrowserlanguage.php
|
||||
%%WWWDIR%%/lib/functions.inc.php
|
||||
%%WWWDIR%%/lib/vendor/PHPMailer/PHPMailerAutoload.php
|
||||
%%WWWDIR%%/lib/smsapi-example.inc.php
|
||||
%%WWWDIR%%/lib/vendor/autoload.php
|
||||
%%WWWDIR%%/lib/vendor/defuse-crypto.phar
|
||||
%%WWWDIR%%/lib/vendor/PHPMailer/class.phpmailer.php
|
||||
%%WWWDIR%%/lib/vendor/PHPMailer/class.phpmaileroauth.php
|
||||
%%WWWDIR%%/lib/vendor/PHPMailer/class.phpmaileroauthgoogle.php
|
||||
%%WWWDIR%%/lib/vendor/PHPMailer/class.pop3.php
|
||||
%%WWWDIR%%/lib/vendor/PHPMailer/class.smtp.php
|
||||
%%WWWDIR%%/lib/vendor/PHPMailer/PHPMailerAutoload.php
|
||||
%%WWWDIR%%/lib/vendor/ReCaptcha/ReCaptcha.php
|
||||
%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod/Curl.php
|
||||
%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod/CurlPost.php
|
||||
|
@ -64,11 +66,13 @@
|
|||
%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod.php
|
||||
%%WWWDIR%%/lib/vendor/ReCaptcha/RequestParameters.php
|
||||
%%WWWDIR%%/lib/vendor/ReCaptcha/Response.php
|
||||
%%WWWDIR%%/lib/vendor/autoload.php
|
||||
%%WWWDIR%%/LICENCE
|
||||
%%WWWDIR%%/menu.php
|
||||
%%WWWDIR%%/pages/change.php
|
||||
%%WWWDIR%%/pages/changesshkey.php
|
||||
%%WWWDIR%%/pages/resetbyquestions.php
|
||||
%%WWWDIR%%/pages/resetbytoken.php
|
||||
%%WWWDIR%%/pages/sendsms.php
|
||||
%%WWWDIR%%/pages/sendtoken.php
|
||||
%%WWWDIR%%/pages/setquestions.php
|
||||
%%WWWDIR%%/README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue