Update meidawiki to 1.19.
PR 46505 by Wen Heping (take maintainership). Bump two branches, contains many bug fixes, new features, and some of them break compatibility, so for migration from 1.17 branch, please refer release notes: https://www.mediawiki.org/wiki/Release_notes/1.19 https://www.mediawiki.org/wiki/Release_notes/1.18
This commit is contained in:
parent
4ce7efa33a
commit
be1fee7788
3 changed files with 1024 additions and 193 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.19 2012/03/31 12:45:25 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2012/06/02 12:30:56 obache Exp $
|
||||
|
||||
DISTNAME= mediawiki-${VER}.${PVER}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.wikimedia.org/mediawiki/${VER}/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
HOMEPAGE= http://www.mediawiki.org/
|
||||
COMMENT= Free software wiki package originally written for Wikipedia
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
@ -19,8 +19,8 @@ INSTALLATION_DIRS= ${EGDIR} share/mediawiki
|
|||
.include "options.mk"
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
VER= 1.17
|
||||
PVER= 3
|
||||
VER= 1.19
|
||||
PVER= 0
|
||||
|
||||
APACHE_USER?= www
|
||||
APACHE_GROUP?= www
|
||||
|
@ -46,6 +46,8 @@ SUBST_STAGE.sh= post-patch
|
|||
SUBST_MESSAGE.sh= Fixing path to sh
|
||||
SUBST_FILES.sh+= bin/ulimit-tvf.sh bin/ulimit.sh bin/ulimit4.sh
|
||||
SUBST_FILES.sh+= maintenance/storage/make-blobs
|
||||
SUBST_FILES.sh+= maintenance/dev/install.sh maintenance/dev/installphp.sh
|
||||
SUBST_FILES.sh+= maintenance/dev/installmw.sh maintenance/dev/start.sh
|
||||
SUBST_SED.sh= -e "s|/bin/bash|${SH}|"
|
||||
|
||||
SUBST_CLASSES+= perl
|
||||
|
|
1199
www/mediawiki/PLIST
1199
www/mediawiki/PLIST
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2012/03/31 12:45:25 obache Exp $
|
||||
$NetBSD: distinfo,v 1.13 2012/06/02 12:30:56 obache Exp $
|
||||
|
||||
SHA1 (mediawiki-1.17.3.tar.gz) = 390698c9c5b413dec00f95b620fcc1e2786631b8
|
||||
RMD160 (mediawiki-1.17.3.tar.gz) = 9db4e2bbb9b13f84194dc2aaa95c3769208e836f
|
||||
Size (mediawiki-1.17.3.tar.gz) = 14957652 bytes
|
||||
SHA1 (mediawiki-1.19.0.tar.gz) = 4cc999465f84ee3be54b815c69a3d13763bb9be4
|
||||
RMD160 (mediawiki-1.19.0.tar.gz) = a2ec51aa443b95568086b5ecbb0c4669c80a1477
|
||||
Size (mediawiki-1.19.0.tar.gz) = 17911093 bytes
|
||||
|
|
Loading…
Reference in a new issue