Date: Tue, 11 Oct 2016 19:56:43 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423792 - head/net/self-service-password Message-ID: <201610111956.u9BJuhvG094676@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610111956.u9BJuhvG094676>