From nobody@FreeBSD.org  Mon Oct 10 12:19:57 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 125EB16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Oct 2005 12:19:57 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CFC6E43D49
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Oct 2005 12:19:56 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9ACJufB073719
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Oct 2005 12:19:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j9ACJu06073718;
	Mon, 10 Oct 2005 12:19:56 GMT
	(envelope-from nobody)
Message-Id: <200510101219.j9ACJu06073718@www.freebsd.org>
Date: Mon, 10 Oct 2005 12:19:56 GMT
From: Gerrit Beine <tux@pinguru.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: repocopy port: www/mediawiki to www/mediawiki14
X-Send-Pr-Version: www-2.3

>Number:         87206
>Category:       ports
>Synopsis:       repocopy port: www/mediawiki to www/mediawiki14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 10 12:20:15 GMT 2005
>Closed-Date:    Thu Oct 13 13:58:51 GMT 2005
>Last-Modified:  Thu Oct 13 13:58:51 GMT 2005
>Originator:     Gerrit Beine
>Release:        FreeBSD 5.4-RELEASE-p7
>Organization:
>Environment:
FreeBSD asus.beine-computer.de 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #2: Sun Oct  2 13:06:59 CEST 2005     root@asus.beine-computer.de:/usr/src/sys/i386/compile/ASUS  i386

>Description:
Repocopy www/mediawiki to www/mediawiki14 for making an update of www/mediawiki to version 1.5 possible.
>How-To-Repeat:
              
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mediawiki14
#	mediawiki14/Makefile
#	mediawiki14/distinfo
#	mediawiki14/pkg-descr
#	mediawiki14/pkg-message
#
echo c - mediawiki14
mkdir -p mediawiki14 > /dev/null 2>&1
echo x - mediawiki14/Makefile
sed 's/^X//' >mediawiki14/Makefile << 'END-of-mediawiki14/Makefile'
X# New ports collection makefile for:	www/mediawiki
X# Date created:				February 1st 2005
X# Whom:	      				Gerrit Beine <tux@pinguru.net>
X#
X# $FreeBSD: ports/www/mediawiki/Makefile,v 1.13 2005/09/23 11:29:35 garga Exp $
X#
X
XPORTNAME=	mediawiki
XPORTVERSION=	1.4.11
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	wikipedia
X
XMAINTAINER=	tux@pinguru.net
XCOMMENT=	The wiki engine used by Wikipedia
X
XCONFLICTS=	mediawiki-1.[0-35-9].*
X
XNO_BUILD=	yes
XUSE_PHP=	iconv mbstring pcre session xml zlib imagick readline
XWANT_PHP_WEB=	yes
XMEDIAWIKIDIR?=	www/data-dist/mediawiki
X
XOPTIONS=	PGSQL "Use PostgreSQL instead of MySQL" off \
X		LDAP "Use LDAP authentication" off
X
XPORT_DBDIR?=	/var/db/ports
XLATEST_LINK=	${PORTNAME}
XOPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options
X
X.if exists(${OPTIONSFILE})
X.include "${OPTIONSFILE}"
X.endif
X
X.if defined(WITH_PGSQL)
XUSE_PHP+=	pgsql
X.else
XUSE_PHP+=	mysql
X.endif
X
X.if defined(WITH_LDAP)
XUSE_PHP+=	ldap
X.endif
X
Xdo-install:
X	-${MKDIR} ${PREFIX}/${MEDIAWIKIDIR}
X	@${CP} -r ${WRKSRC}/ ${PREFIX}/${MEDIAWIKIDIR}
X	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${MEDIAWIKIDIR}
X
Xpost-install:
X	@${FIND} ${WRKSRC}/${file} -not -type d \
X	  | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST}
X	@${FIND} -d ${WRKSRC}/${file} -type d \
X	  | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST}
X	@${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-mediawiki14/Makefile
echo x - mediawiki14/distinfo
sed 's/^X//' >mediawiki14/distinfo << 'END-of-mediawiki14/distinfo'
XMD5 (mediawiki-1.4.11.tar.gz) = 023e296dea4274af190f286064e1be27
XSIZE (mediawiki-1.4.11.tar.gz) = 1982490
END-of-mediawiki14/distinfo
echo x - mediawiki14/pkg-descr
sed 's/^X//' >mediawiki14/pkg-descr << 'END-of-mediawiki14/pkg-descr'
XMediaWiki is the collaborative editing software that runs Wikipedia,
Xthe free encyclopedia, and other projects.
XIt's designed to handle a large number of users and pages without imposing
Xtoo rigid a structure or workflow.
X
XWWW: http://www.mediawiki.org/
END-of-mediawiki14/pkg-descr
echo x - mediawiki14/pkg-message
sed 's/^X//' >mediawiki14/pkg-message << 'END-of-mediawiki14/pkg-message'
X
X	**** NOTE ****
XRemember to check
X
X%%MEDIAWIKIDIR%%/INSTALL
X
Xfor details
END-of-mediawiki14/pkg-message
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->repocopy 
State-Changed-By: garga 
State-Changed-When: Mon Oct 10 13:53:11 GMT 2005 
State-Changed-Why:  
Repocopy requested. 


Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Mon Oct 10 13:53:11 GMT 2005 
Responsible-Changed-Why:  
Grabbed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87206 
Responsible-Changed-From-To: garga->portmgr 
Responsible-Changed-By: garga 
Responsible-Changed-When: Mon Oct 10 13:55:37 GMT 2005 
Responsible-Changed-Why:  
Repocopy requested. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87206 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Tue Oct 11 03:18:45 GMT 2005 
State-Changed-Why:  
Repocopy completed. 


Responsible-Changed-From-To: portmgr->garga 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Tue Oct 11 03:18:45 GMT 2005 
Responsible-Changed-Why:  
Repocopy completed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87206 
State-Changed-From-To: open->feedback 
State-Changed-By: garga 
State-Changed-When: Tue Oct 11 10:04:10 GMT 2005 
State-Changed-Why:  
Repocopy is completed, so, please, send a patch to mediawiki to update to 
1.5 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87206 
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Thu Oct 13 13:58:49 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87206 
>Unformatted:
