FreeBSD Bugzilla – Attachment 176257 Details for
Bug 213872
net/self-service-password: Update to 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ssp-1.0 update
ssp-1.0.patch (text/plain), 5.10 KB, created by
Krzysztof
on 2016-10-29 05:01:33 UTC
(
hide
)
Description:
ssp-1.0 update
Filename:
MIME Type:
Creator:
Krzysztof
Created:
2016-10-29 05:01:33 UTC
Size:
5.10 KB
patch
obsolete
>diff -ruN net/self-service-password/Makefile net/self-service-password.new/Makefile >--- net/self-service-password/Makefile 2016-10-11 21:56:43.000000000 +0200 >+++ net/self-service-password.new/Makefile 2016-10-29 06:52:59.901831000 +0200 >@@ -2,16 +2,15 @@ > # $FreeBSD: head/net/self-service-password/Makefile 423792 2016-10-11 19:56:43Z pawel $ > > 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= GPLv3 > > USES= php:web > USE_PHP= filter hash ldap mbstring mcrypt openssl session >@@ -30,9 +29,8 @@ > > 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> >diff -ruN net/self-service-password/distinfo net/self-service-password.new/distinfo >--- net/self-service-password/distinfo 2016-10-11 21:56:43.000000000 +0200 >+++ net/self-service-password.new/distinfo 2016-10-29 06:52:59.901915000 +0200 >@@ -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 >diff -ruN net/self-service-password/pkg-plist net/self-service-password.new/pkg-plist >--- net/self-service-password/pkg-plist 2016-10-11 21:56:43.000000000 +0200 >+++ net/self-service-password.new/pkg-plist 2016-10-29 06:52:59.902079000 +0200 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ports
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 213872
: 176257