FreeBSD Bugzilla – Attachment 53218 Details for
Bug 80518
Update port: www/mediawiki
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.42 KB, created by
Gerrit Beine
on 2005-05-01 23:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gerrit Beine
Created:
2005-05-01 23:20:01 UTC
Size:
1.42 KB
patch
obsolete
>diff -Nur /usr/ports/www/mediawiki/Makefile mediawiki/Makefile >--- /usr/ports/www/mediawiki/Makefile Tue Mar 8 10:16:34 2005 >+++ mediawiki/Makefile Mon May 2 00:03:46 2005 >@@ -6,8 +6,7 @@ > # > > PORTNAME= mediawiki >-PORTVERSION= 1.3.11 >-PORTREVISION= 1 >+PORTVERSION= 1.3.12 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= wikipedia >@@ -16,9 +15,30 @@ > COMMENT= The wiki enginge used by Wikipedia > > NO_BUILD= yes >-USE_PHP= mysql session zlib >+USE_PHP= iconv mbstring pcre session xml zlib imagick readline > WANT_PHP_WEB= yes > MEDIAWIKIDIR?= www/data-dist/mediawiki >+ >+OPTIONS= PGSQL "Use PostgreSQL instead of MySQL" off \ >+ LDAP "Use LDAP authentication" off >+ >+PORT_DBDIR?= /var/db/ports >+LATEST_LINK= ${PORTNAME} >+OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options >+ >+.if exists(${OPTIONSFILE}) >+.include "${OPTIONSFILE}" >+.endif >+ >+.if defined(WITH_PGSQL) >+USE_PHP+= pgsql >+.else >+USE_PHP+= mysql >+.endif >+ >+.if defined(WITH_LDAP) >+USE_PHP+= ldap >+.endif > > do-install: > -${MKDIR} ${PREFIX}/${MEDIAWIKIDIR} >diff -Nur /usr/ports/www/mediawiki/distinfo mediawiki/distinfo >--- /usr/ports/www/mediawiki/distinfo Fri Mar 4 10:18:15 2005 >+++ mediawiki/distinfo Mon May 2 00:04:30 2005 >@@ -1,2 +1,2 @@ >-MD5 (mediawiki-1.3.11.tar.gz) = 33f17f1347934d5cb36f81f9215e734f >-SIZE (mediawiki-1.3.11.tar.gz) = 1577145 >+MD5 (mediawiki-1.3.12.tar.gz) = 97003e0860cf05075dd84efdb675defb >+SIZE (mediawiki-1.3.12.tar.gz) = 1577784
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 80518
: 53218