FreeBSD Bugzilla – Attachment 64645 Details for
Bug 96053
[patch] Update port: www/webcalendar (minor bug fixes)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
WebCalendar-1.0.3.patch
WebCalendar-1.0.3.patch (text/plain), 2.77 KB, created by
Greg Larkin
on 2006-04-19 17:20:19 UTC
(
hide
)
Description:
WebCalendar-1.0.3.patch
Filename:
MIME Type:
Creator:
Greg Larkin
Created:
2006-04-19 17:20:19 UTC
Size:
2.77 KB
patch
obsolete
>diff -urN webcalendar-1.0.2/Makefile webcalendar/Makefile >--- webcalendar-1.0.2/Makefile Wed Apr 19 09:18:40 2006 >+++ webcalendar/Makefile Wed Apr 19 11:03:49 2006 >@@ -6,7 +6,7 @@ > # > > PORTNAME= WebCalendar >-DISTVERSION= 1.0.2 >+DISTVERSION= 1.0.3 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= webcalendar >@@ -15,7 +15,57 @@ > MAINTAINER= glarkin@sourcehosting.net > COMMENT= A web-based calendar application > >-USE_PHP= yes >+OPTIONS= MYSQL "Use MySQL database backend (default)" On \ >+ PGSQL "Use PostgreSQL database backend" Off \ >+ MSSQL "Use MSSQL database backend" Off \ >+ DBASE "Use DBase database backend" Off \ >+ ODBC "Use ODBC database backend" Off \ >+ ORACLE "Use Oracle database backend" Off >+ >+USE_PHP= pcre session ldap >+ >+.include <bsd.port.pre.mk> >+ >+DB_DEFINED= no >+ >+.if defined(WITH_MYSQL) >+USE_PHP+= mysql >+DB_DEFINED= yes >+.endif >+ >+.if defined(WITH_PGSQL) >+USE_PHP+= pgsql >+DB_DEFINED= yes >+.endif >+ >+.if defined(WITH_MSSQL) >+USE_PHP+= mssql >+DB_DEFINED= yes >+.endif >+ >+.if defined(WITH_DBASE) >+USE_PHP+= dbase >+DB_DEFINED= yes >+.endif >+ >+.if defined(WITH_ODBC) >+USE_PHP+= odbc >+DB_DEFINED= yes >+.endif >+ >+.if defined(WITH_ORACLE) >+USE_PHP+= oracle >+DB_DEFINED= yes >+.endif >+ >+.if ${DB_DEFINED} == "no" >+USE_PHP+= mysql >+.endif >+ >+# Fix USE_PHP after bsd.port.pre.mk >+.include "${PORTSDIR}/Mk/bsd.php.mk" >+ >+USE_APACHE= yes > NO_BUILD= yes > WRKSRC= ${WRKDIR}/WebCalendar-${DISTVERSION} > >@@ -51,4 +101,4 @@ > .endfor > @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%WEBWCDIR%%|${WEBWCDIR}|g' -e 's|%%DOCSDIR%%|${DOCSDIR}|g' > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >diff -urN webcalendar-1.0.2/distinfo webcalendar/distinfo >--- webcalendar-1.0.2/distinfo Wed Apr 19 09:18:40 2006 >+++ webcalendar/distinfo Wed Apr 19 09:20:33 2006 >@@ -1,3 +1,3 @@ >-MD5 (WebCalendar-1.0.2.tar.gz) = 358bde9195b88f33134e1fad9d617921 >-SHA256 (WebCalendar-1.0.2.tar.gz) = 4f484634aeaec0895f7959460bac08bd2866acdfe02f4e3250af48febaffd0b2 >-SIZE (WebCalendar-1.0.2.tar.gz) = 942031 >+MD5 (WebCalendar-1.0.3.tar.gz) = 499f9daed1970625e26b8062d4b53f0e >+SHA256 (WebCalendar-1.0.3.tar.gz) = dd974906eaf5bceeca4dbe8ea545b913ac53f79cc68aa9bb7d6a25bce9a962b2 >+SIZE (WebCalendar-1.0.3.tar.gz) = 885250 >diff -urN webcalendar-1.0.2/pkg-message webcalendar/pkg-message >--- webcalendar-1.0.2/pkg-message Wed Apr 19 09:18:40 2006 >+++ webcalendar/pkg-message Wed Apr 19 11:07:48 2006 >@@ -3,8 +3,9 @@ > > To make WebCalendar workable, please read > %%DOCSDIR%%/WebCalendar-SysAdmin.html >-for information about creating the database and installing >-the database tables. >+for information about creating the database, installing >+the database tables and other post-installation tasks, >+such as setting up email reminders. > > Then copy > %%PREFIX%%/%%WEBWCDIR%%/includes/settings.php.orig to
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 96053
: 64645