FreeBSD Bugzilla – Attachment 53349 Details for
Bug 80700
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.37 KB, created by
Gerrit Beine
on 2005-05-06 16:00:26 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gerrit Beine
Created:
2005-05-06 16:00:26 UTC
Size:
1.37 KB
patch
obsolete
>diff -Nur /usr/ports/www/mediawiki/Makefile mediawiki/Makefile >--- /usr/ports/www/mediawiki/Makefile Fri May 6 15:23:32 2005 >+++ mediawiki/Makefile Fri May 6 16:51:21 2005 >@@ -6,7 +6,7 @@ > # > > PORTNAME= mediawiki >-PORTVERSION= 1.4.0 >+PORTVERSION= 1.4.4 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= wikipedia >@@ -17,9 +17,30 @@ > CONFLICTS= mediawiki-1.3.* > > 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 >+NO_LATEST_LINK= yes >+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 May 6 15:23:32 2005 >+++ mediawiki/distinfo Fri May 6 16:52:48 2005 >@@ -1,2 +1,2 @@ >-MD5 (mediawiki-1.4.0.tar.gz) = d1bbfe6db13c902ee12188f8fbe18f35 >-SIZE (mediawiki-1.4.0.tar.gz) = 1874413 >+MD5 (mediawiki-1.4.4.tar.gz) = 85553d464041e36b85939810d79f5bf4 >+SIZE (mediawiki-1.4.4.tar.gz) = 1930602
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 80700
: 53349