Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 15:16:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428495 - head/net/self-service-password
Message-ID:  <201612131516.uBDFGBKt081311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 13 15:16:11 2016
New Revision: 428495
URL: https://svnweb.freebsd.org/changeset/ports/428495

Log:
  - Update to 1.0
  - Switch to official master site
  - While here, fix license
  
  PR:		213872
  Submitted by:	ports@bsdserwis.com (maintainer)

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	Tue Dec 13 15:05:06 2016	(r428494)
+++ head/net/self-service-password/Makefile	Tue Dec 13 15:16:11 2016	(r428495)
@@ -2,16 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	self-service-password
-PORTVERSION=	0.9
+PORTVERSION=	1.0
 CATEGORIES=	net www
+MASTER_SITES=	http://tools.ltb-project.org/attachments/download/889/
+DISTNAME=	ltb-project-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@bsdserwis.com
 COMMENT=	Set of PHP-scripts to change LDAP password over the web
 
-LICENSE=	GPLv2
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	ltb-project
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
 USES=		php:web
 USE_PHP=	filter hash ldap mbstring mcrypt openssl session
@@ -30,9 +30,8 @@ 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}/ "-not -name checklang.pl"
+	@cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
 
 .include <bsd.port.mk>

Modified: head/net/self-service-password/distinfo
==============================================================================
--- head/net/self-service-password/distinfo	Tue Dec 13 15:05:06 2016	(r428494)
+++ head/net/self-service-password/distinfo	Tue Dec 13 15:16:11 2016	(r428495)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1477603147
+SHA256 (ltb-project-self-service-password-1.0.tar.gz) = 4fe48f3f8571c3ba244fa8a3396d46207783c30bac665d605dbf012873e35030
+SIZE (ltb-project-self-service-password-1.0.tar.gz) = 1716552

Modified: head/net/self-service-password/pkg-plist
==============================================================================
--- head/net/self-service-password/pkg-plist	Tue Dec 13 15:05:06 2016	(r428494)
+++ head/net/self-service-password/pkg-plist	Tue Dec 13 15:16:11 2016	(r428495)
@@ -1,13 +1,41 @@
 @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
+%%WWWDIR%%/css/bootstrap.min.css
+%%WWWDIR%%/css/font-awesome.min.css
+%%WWWDIR%%/css/self-service-password.css
+%%WWWDIR%%/fonts/fontawesome-webfont.eot
+%%WWWDIR%%/fonts/fontawesome-webfont.svg
+%%WWWDIR%%/fonts/fontawesome-webfont.ttf
+%%WWWDIR%%/fonts/fontawesome-webfont.woff
+%%WWWDIR%%/fonts/fontawesome-webfont.woff2
+%%WWWDIR%%/fonts/glyphicons-halflings-regular.eot
+%%WWWDIR%%/fonts/glyphicons-halflings-regular.svg
+%%WWWDIR%%/fonts/glyphicons-halflings-regular.ttf
+%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff
+%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff2
+%%WWWDIR%%/images/favicon.ico
+%%WWWDIR%%/images/ltb-logo.png
+%%WWWDIR%%/images/unsplash-clouds.jpeg
+%%WWWDIR%%/images/unsplash-sky.jpeg
+%%WWWDIR%%/images/unsplash-space.jpeg
+%%WWWDIR%%/images/unsplash-stars.jpeg
 %%WWWDIR%%/index.php
+%%WWWDIR%%/js/bootstrap.min.js
+%%WWWDIR%%/js/jquery-1.10.2.min.js
 %%WWWDIR%%/lang/ca.inc.php
 %%WWWDIR%%/lang/cn.inc.php
+%%WWWDIR%%/lang/cs.inc.php
 %%WWWDIR%%/lang/de.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/nl.inc.php
 %%WWWDIR%%/lang/pl.inc.php
@@ -16,24 +44,31 @@
 %%WWWDIR%%/lang/ru.inc.php
 %%WWWDIR%%/lang/sk.inc.php
 %%WWWDIR%%/lang/sl.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/recaptchalib.php
+%%WWWDIR%%/lib/vendor/PHPMailer/PHPMailerAutoload.php
+%%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/ReCaptcha/ReCaptcha.php
+%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod/Curl.php
+%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod/CurlPost.php
+%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod/Post.php
+%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod/Socket.php
+%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod/SocketPost.php
+%%WWWDIR%%/lib/vendor/ReCaptcha/RequestMethod.php
+%%WWWDIR%%/lib/vendor/ReCaptcha/RequestParameters.php
+%%WWWDIR%%/lib/vendor/ReCaptcha/Response.php
+%%WWWDIR%%/lib/vendor/autoload.php
+%%WWWDIR%%/menu.php
 %%WWWDIR%%/pages/change.php
 %%WWWDIR%%/pages/resetbyquestions.php
 %%WWWDIR%%/pages/resetbytoken.php
 %%WWWDIR%%/pages/sendsms.php
 %%WWWDIR%%/pages/sendtoken.php
 %%WWWDIR%%/pages/setquestions.php
-%%WWWDIR%%/style/accept.png
-%%WWWDIR%%/style/email.png
-%%WWWDIR%%/style/error.png
-%%WWWDIR%%/style/exclamation.png
-%%WWWDIR%%/style/favicon.ico
-%%WWWDIR%%/style/help.png
-%%WWWDIR%%/style/key.png
-%%WWWDIR%%/style/light.png
-%%WWWDIR%%/style/ltb-logo.png
-%%WWWDIR%%/style/styles.css
-%%WWWDIR%%/style/user_suit.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612131516.uBDFGBKt081311>