From owner-svn-ports-head@freebsd.org Wed Nov 22 21:01:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D17BDF5C2E; Wed, 22 Nov 2017 21:01:50 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76EEA69EC7; Wed, 22 Nov 2017 21:01:50 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAML1nAK095268; Wed, 22 Nov 2017 21:01:49 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAML1nel095265; Wed, 22 Nov 2017 21:01:49 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201711222101.vAML1nel095265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 22 Nov 2017 21:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454704 - head/net/self-service-password X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/net/self-service-password X-SVN-Commit-Revision: 454704 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2017 21:01:50 -0000 Author: bhughes Date: Wed Nov 22 21:01:49 2017 New Revision: 454704 URL: https://svnweb.freebsd.org/changeset/ports/454704 Log: 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 Modified: head/net/self-service-password/Makefile head/net/self-service-password/distinfo head/net/self-service-password/pkg-plist Modified: head/net/self-service-password/Makefile ============================================================================== --- head/net/self-service-password/Makefile Wed Nov 22 20:04:01 2017 (r454703) +++ head/net/self-service-password/Makefile Wed Nov 22 21:01:49 2017 (r454704) @@ -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 + +.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 +.include Modified: head/net/self-service-password/distinfo ============================================================================== --- head/net/self-service-password/distinfo Wed Nov 22 20:04:01 2017 (r454703) +++ head/net/self-service-password/distinfo Wed Nov 22 21:01:49 2017 (r454704) @@ -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 Modified: head/net/self-service-password/pkg-plist ============================================================================== --- head/net/self-service-password/pkg-plist Wed Nov 22 20:04:01 2017 (r454703) +++ head/net/self-service-password/pkg-plist Wed Nov 22 21:01:49 2017 (r454704) @@ -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