FreeBSD Bugzilla – Attachment 161089 Details for
Bug 203141
[PATCH] mail/sgwi: update to 1.1.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sgwi.patch
sgwi.patch (text/plain), 3.95 KB, created by
takefu
on 2015-09-16 00:05:07 UTC
(
hide
)
Description:
sgwi.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2015-09-16 00:05:07 UTC
Size:
3.95 KB
patch
obsolete
>diff -ruN -udp /usr/ports/mail/sgwi/Makefile ./Makefile >--- /usr/ports/mail/sgwi/Makefile 2014-04-06 15:15:52.000000000 +0000 >+++ ./Makefile 2015-09-15 23:47:15.000000000 +0000 >@@ -1,31 +1,32 @@ >-# Created by: Lukasz Wasikowski <lukasz@wasikowski.net> > # $FreeBSD: head/mail/sgwi/Makefile 350365 2014-04-06 15:15:52Z rene $ > > PORTNAME= sgwi >-PORTVERSION= 1.1.6 >+PORTVERSION= 1.1.8 > CATEGORIES= mail www > MASTER_SITES= http://www.vanheusden.com/sgwi/ \ > http://lukasz.wasikowski.net/files/ > DISTNAME= sqlgreywebinterface-${PORTVERSION} >-EXTRACT_SUFX= .tgz > > MAINTAINER= lukasz@wasikowski.net > COMMENT= PHP web interface to SQLGrey > > LICENSE= GPLv2 > >+USES= tar:tgz > NO_BUILD= yes > SUB_FILES+= pkg-message pkg-install > SUB_LIST= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} > > OPTIONS_SINGLE= BACKEND >-OPTIONS_SINGLE_BACKEND= MYSQL PGSQL >+OPTIONS_SINGLE_BACKEND= MYSQL PGSQL SQLITE3 > > MYSQL_DESC= MySQL back-end (use mysql PHP extension) > PGSQL_DESC= PostgreSQL back-end (use pgsql PHP extension) >+SQLITE3_DESC= SQLite3 back-end (use pgsql PHP extension) > > OPTIONS_DEFAULT=MYSQL > >+ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MMYSQL} >@@ -36,6 +37,10 @@ USE_PHP+= mysql > USE_PHP+= pgsql > .endif > >+.if ${PORT_OPTIONS:MSQLITE3} >+USE_PHP+= sqlite3 >+.endif >+ > WANT_PHP_WEB= yes > > post-patch: >diff -ruN -udp /usr/ports/mail/sgwi/distinfo ./distinfo >--- /usr/ports/mail/sgwi/distinfo 2014-01-22 15:30:13.000000000 +0000 >+++ ./distinfo 2015-09-15 23:09:55.000000000 +0000 >@@ -1,2 +1,2 @@ >-SHA256 (sqlgreywebinterface-1.1.6.tgz) = d544d99b8b3b675d0399cd66b2b2378c7473d24e434be6bf814590dee914e73d >-SIZE (sqlgreywebinterface-1.1.6.tgz) = 9256 >+SHA256 (sqlgreywebinterface-1.1.8.tgz) = 33685805e417f13de7224fe5ccb98c4a4a2df27cb2f1c98a3a8ae76f2911cf08 >+SIZE (sqlgreywebinterface-1.1.8.tgz) = 14257 >diff -ruN -udp /usr/ports/mail/sgwi/files/patch-.htaccess.sample ./files/patch-.htaccess.sample >--- /usr/ports/mail/sgwi/files/patch-.htaccess.sample 2014-04-06 15:15:52.000000000 +0000 >+++ ./files/patch-.htaccess.sample 2015-09-15 23:28:12.000000000 +0000 >@@ -1,5 +1,5 @@ >---- /dev/null 2008-03-11 22:05:01.000000000 +0100 >-+++ .htaccess.sample 2008-03-11 22:03:36.000000000 +0100 >+--- /dev/null 2008-03-11 23:05:01 UTC >++++ .htaccess.sample > @@ -0,0 +1,8 @@ > +AuthUserFile /usr/local/www/sgwi/.htpasswd > +AuthGroupFile /dev/null >diff -ruN -udp /usr/ports/mail/sgwi/files/patch-.htpasswd.sample ./files/patch-.htpasswd.sample >--- /usr/ports/mail/sgwi/files/patch-.htpasswd.sample 2014-04-06 15:15:52.000000000 +0000 >+++ ./files/patch-.htpasswd.sample 2015-09-15 23:28:16.000000000 +0000 >@@ -1,4 +1,4 @@ >---- /dev/null 2008-03-11 22:05:01.000000000 +0100 >-+++ .htpasswd.sample 2008-03-11 22:02:21.000000000 +0100 >+--- /dev/null 2008-03-11 23:05:01 UTC >++++ .htpasswd.sample > @@ -0,0 +1 @@ > +admin:1Cm2R1zl5.LII >diff -ruN -udp /usr/ports/mail/sgwi/pkg-plist ./pkg-plist >--- /usr/ports/mail/sgwi/pkg-plist 2014-11-22 18:42:44.000000000 +0000 >+++ ./pkg-plist 2015-09-15 23:13:11.000000000 +0000 >@@ -1,16 +1,9 @@ >-@unexec if cmp -s %D/www/sgwi/.htaccess %D/www/sgwi/.htaccess.sample; then rm -f %D/www/sgwi/.htaccess; fi >-www/sgwi/.htaccess.sample >-@exec [ -f %B/.htaccess ] || cp %B/%f %B/.htaccess >-@unexec if cmp -s %D/www/sgwi/.htpasswd %D/www/sgwi/.htpasswd.sample; then rm -f %D/www/sgwi/.htpasswd; fi >-www/sgwi/.htpasswd.sample >-@exec [ -f %B/.htpasswd ] || cp %B/%f %B/.htpasswd >+@sample www/sgwi/.htaccess.sample >+@sample www/sgwi/.htpasswd.sample > www/sgwi/awl.php > www/sgwi/connect.php > www/sgwi/includes/awl.inc.php >-@exec [ -f %D/www/sgwi/config.inc.php ] && mv -f %D/www/sgwi/config.inc.php %D/www/sgwi/includes/config.inc.php >-@unexec if cmp -s %D/www/sgwi/includes/config.inc.php %D/www/sgwi/includes/config.inc.php.sample; then rm -f %D/www/sgwi/includes/config.inc.php; fi >-www/sgwi/includes/config.inc.php.sample >-@exec [ -f %B/config.inc.php ] || cp %B/%f %B/config.inc.php >+@sample www/sgwi/includes/config.inc.php.sample > www/sgwi/includes/connect.inc.php > www/sgwi/includes/copyright.inc.php > www/sgwi/includes/functions.inc.php
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
Actions:
View
|
Diff
Attachments on
bug 203141
: 161089