- update to 1.19.0
- convert to README - use INSTDIR instead of PREFEX from wen heping (MAINTAINER) with tweaks from me ok sthen@
This commit is contained in:
parent
d557bcb08d
commit
1f89378825
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2012/03/23 12:59:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2012/05/07 13:35:47 okan Exp $
|
||||
|
||||
COMMENT = web-based collaborative editing environment
|
||||
|
||||
DISTNAME = mediawiki-1.18.2
|
||||
DISTNAME = mediawiki-1.19.0
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = http://www.mediawiki.org/
|
||||
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES= http://download.wikimedia.org/mediawiki/1.18/
|
||||
MASTER_SITES= http://download.wikimedia.org/mediawiki/1.19/
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
@ -32,7 +32,7 @@ RUN_DEPENDS= lang/php/${MODPHP_VERSION},-gd \
|
||||
do-install:
|
||||
@${INSTALL_DATA_DIR} ${INSTDIR}
|
||||
@cd ${WRKSRC} && pax -rw * ${INSTDIR}
|
||||
@find ${PREFIX} -name '.cvsignore' -or -name \*.orig -exec rm {} \;
|
||||
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
|
||||
@find ${INSTDIR} \( -name '.cvsignore' -or -name \*.orig \) -exec rm -f {} +
|
||||
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (mediawiki-1.18.2.tar.gz) = Z8PHQsYxDO7xasWuXLX7/w==
|
||||
RMD160 (mediawiki-1.18.2.tar.gz) = KtJ4I20LY2SJ3dDuB3TTRhNfUAk=
|
||||
SHA1 (mediawiki-1.18.2.tar.gz) = 7a+GEE91QqCNbOOUc83valsB/KQ=
|
||||
SHA256 (mediawiki-1.18.2.tar.gz) = giKLuF9K4M+qXisbW+V2AdhuW/4vPTl6a9DC0wIczO8=
|
||||
SIZE (mediawiki-1.18.2.tar.gz) = 17320421
|
||||
MD5 (mediawiki-1.19.0.tar.gz) = 8z3YvgldbtPzOy5CLXthtg==
|
||||
RMD160 (mediawiki-1.19.0.tar.gz) = ouxRqkQ7lVaAhrXsuwxGacgKFHc=
|
||||
SHA1 (mediawiki-1.19.0.tar.gz) = TMmZRl+E7jvlS4FcaaPRN2O7m+Q=
|
||||
SHA256 (mediawiki-1.19.0.tar.gz) = zPQi2oFP6UZgz47Gsdlkd0/DEEaCDWDXnRLdZGPhfVc=
|
||||
SIZE (mediawiki-1.19.0.tar.gz) = 17911093
|
||||
|
@ -1,8 +0,0 @@
|
||||
The MediaWiki has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web server:
|
||||
# ln -s ../mediawiki /var/www/htdocs/mediawiki
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
You can ensure you have a working install by accessing:
|
||||
http://<localhost>/mediawiki/
|
File diff suppressed because it is too large
Load Diff
16
www/mediawiki/pkg/README
Normal file
16
www/mediawiki/pkg/README
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: README,v 1.1 2012/05/07 13:35:47 okan Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Setup with httpd from OpenBSD base system
|
||||
=========================================
|
||||
The MediaWiki has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web server:
|
||||
# ln -s ../mediawiki /var/www/htdocs/mediawiki
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
You can ensure you have a working install by accessing:
|
||||
http://<localhost>/mediawiki/
|
Loading…
Reference in New Issue
Block a user