From owner-svn-ports-head@freebsd.org Tue Oct 11 19:56:45 2016 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 37A3BC0D49C; Tue, 11 Oct 2016 19:56:45 +0000 (UTC) (envelope-from pawel@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 122E1B6E; Tue, 11 Oct 2016 19:56:44 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJuihU094681; Tue, 11 Oct 2016 19:56:44 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJuhvG094676; Tue, 11 Oct 2016 19:56:43 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610111956.u9BJuhvG094676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 19:56:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423792 - head/net/self-service-password X-SVN-Group: ports-head 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.23 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: Tue, 11 Oct 2016 19:56:45 -0000 Author: pawel Date: Tue Oct 11 19:56:43 2016 New Revision: 423792 URL: https://svnweb.freebsd.org/changeset/ports/423792 Log: - Update to version 0.9, now hosted on GitHub [1] - Sort USE_PHP, move to correct place PR: 213259 [1] Submitted by: maintainer [1] Modified: head/net/self-service-password/Makefile head/net/self-service-password/distinfo (contents, props changed) head/net/self-service-password/pkg-descr (contents, props changed) head/net/self-service-password/pkg-plist (contents, props changed) Modified: head/net/self-service-password/Makefile ============================================================================== --- head/net/self-service-password/Makefile Tue Oct 11 19:38:22 2016 (r423791) +++ head/net/self-service-password/Makefile Tue Oct 11 19:56:43 2016 (r423792) @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= self-service-password -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= net www -MASTER_SITES= http://tools.ltb-project.org/attachments/download/497/ -DISTNAME= ltb-project-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@bsdserwis.com COMMENT= Set of PHP-scripts to change LDAP password over the web LICENSE= GPLv2 -NO_BUILD= yes -NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= ltb-project -USE_PHP= ldap openssl session hash hash mcrypt mbstring filter +USES= php:web +USE_PHP= filter hash ldap mbstring mcrypt openssl session -WANT_PHP_WEB= yes +NO_BUILD= yes +NO_ARCH= yes CFGDIR= conf CFGFILE= config.inc.php @@ -31,8 +30,9 @@ SUB_FILES= pkg-message post-extract: @${MV} ${WRKSRC}/${CFGDIR}/${CFGFILE} ${WRKSRC}/${CFGDIR}/${CFGFILE}.sample + @${RM} -r ${WRKSRC}/packaging/ do-install: - @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ + @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ "-not -name checklang.pl" .include Modified: head/net/self-service-password/distinfo ============================================================================== --- head/net/self-service-password/distinfo Tue Oct 11 19:38:22 2016 (r423791) +++ head/net/self-service-password/distinfo Tue Oct 11 19:56:43 2016 (r423792) @@ -1,2 +1,3 @@ -SHA256 (ltb-project-self-service-password-0.8.tar.gz) = e26d299ed6d2352056d545c3c5c826d296ff7a6152434db25196982dc14359d3 -SIZE (ltb-project-self-service-password-0.8.tar.gz) = 63084 +TIMESTAMP = 1476215618 +SHA256 (ltb-project-self-service-password-0.9_GH0.tar.gz) = 7f265f2c5acdbfecaace6f2b3fe27300c2550886a9343dd09e8fba3ab8550766 +SIZE (ltb-project-self-service-password-0.9_GH0.tar.gz) = 77598 Modified: head/net/self-service-password/pkg-descr ============================================================================== --- head/net/self-service-password/pkg-descr Tue Oct 11 19:38:22 2016 (r423791) +++ head/net/self-service-password/pkg-descr Tue Oct 11 19:56:43 2016 (r423792) @@ -3,4 +3,4 @@ anywhere-accessible, multi-language serv Since it is a web application, this LDAP browser works on many platforms, making change of your LDAP/AD password accessible from any location. -WWW: http://ltb-project.org/wiki/documentation/self-service-password/latest/start +WWW: http://ltb-project.org/wiki/documentation/self-service-password Modified: head/net/self-service-password/pkg-plist ============================================================================== --- head/net/self-service-password/pkg-plist Tue Oct 11 19:38:22 2016 (r423791) +++ head/net/self-service-password/pkg-plist Tue Oct 11 19:56:43 2016 (r423792) @@ -3,6 +3,7 @@ @sample %%WWWDIR%%/conf/config.inc.php.sample %%WWWDIR%%/index.php %%WWWDIR%%/lang/ca.inc.php +%%WWWDIR%%/lang/cn.inc.php %%WWWDIR%%/lang/de.inc.php %%WWWDIR%%/lang/en.inc.php %%WWWDIR%%/lang/es.inc.php @@ -11,7 +12,11 @@ %%WWWDIR%%/lang/nl.inc.php %%WWWDIR%%/lang/pl.inc.php %%WWWDIR%%/lang/pt-BR.inc.php +%%WWWDIR%%/lang/pt-PT.inc.php %%WWWDIR%%/lang/ru.inc.php +%%WWWDIR%%/lang/sk.inc.php +%%WWWDIR%%/lang/sl.inc.php +%%WWWDIR%%/lang/zh-CN.inc.php %%WWWDIR%%/lib/detectbrowserlanguage.php %%WWWDIR%%/lib/functions.inc.php %%WWWDIR%%/lib/recaptchalib.php