From nobody@FreeBSD.org  Sat Jul 11 14:24:46 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 81CEA106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Jul 2009 14:24:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6F2138FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Jul 2009 14:24:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6BEOkwc093016
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Jul 2009 14:24:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n6BEOkK9092986;
	Sat, 11 Jul 2009 14:24:46 GMT
	(envelope-from nobody)
Message-Id: <200907111424.n6BEOkK9092986@www.freebsd.org>
Date: Sat, 11 Jul 2009 14:24:46 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [REPOCOPY]databases/phpminadmin --> databases/adminer
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136663
>Category:       ports
>Synopsis:       [REPOCOPY]databases/phpminadmin --> databases/adminer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 11 14:30:01 UTC 2009
>Closed-Date:    Mon Jul 13 22:36:03 UTC 2009
>Last-Modified:  Mon Jul 13 22:40:01 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
1 previous phpminadmin rename to adminer now
2 it update to 1.11.1 from 1.10.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	adminer
#	adminer/files
#	adminer/files/pkg-message.in
#	adminer/Makefile
#	adminer/distinfo
#	adminer/pkg-descr
#	adminer/pkg-plist
#
echo c - adminer
mkdir -p adminer > /dev/null 2>&1
echo c - adminer/files
mkdir -p adminer/files > /dev/null 2>&1
echo x - adminer/files/pkg-message.in
sed 's/^X//' >adminer/files/pkg-message.in << '1f301edf54878c425c456791cd455ae4'
X
XPOST-INSTALL CONFIGURATION FOR Adminer
X=====================================
X
XPlease add the following to your Apache configuration,
Xand restart the server:
X
X### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
X   Alias /adminer %%WWWDIR%%
X   AcceptPathInfo On
X   <Directory %%WWWDIR%%>
X      AllowOverride None
X      Order Allow,Deny
X      Allow from all
X   </Directory>
X
XThen you can visit your Adminer site with a browser
X(i.e. http://your.server.com/adminer/)
X
X=====================================
1f301edf54878c425c456791cd455ae4
echo x - adminer/Makefile
sed 's/^X//' >adminer/Makefile << '2912b06dcfc5fe19ee7c6716888c56ca'
X# New ports collection makefile for:   adminer
X# Date created:			11 July, 2009
X# Whom:				Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	adminer
XPORTVERSION=	1.11.1
XCATEGORIES=	databases www
XMASTER_SITES=	SF
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	A full-featured MySQL management tool written in PHP
X
XUSE_ZIP=	yes
XNO_BUILD=	yes
XUSE_PHP=	mysql session
XSUB_FILES=	pkg-message
X
Xdo-install:
X	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
X	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
X	@${CHMOD} -R 755 ${WWWDIR}
X	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
X		>> ${TMPPLIST}
X	@${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \
X		>> ${TMPPLIST}
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
2912b06dcfc5fe19ee7c6716888c56ca
echo x - adminer/distinfo
sed 's/^X//' >adminer/distinfo << '7190e65c53cbf9c7c111eeadc226b6e9'
XMD5 (adminer-1.11.1.zip) = 2373f4c87849d2a04930f8036fae4218
XSHA256 (adminer-1.11.1.zip) = ed46f7fa6d5e8eb977aa470c9fdbe8c50a87baec9ae93d3429f6d37a62c7cf95
XSIZE (adminer-1.11.1.zip) = 98384
7190e65c53cbf9c7c111eeadc226b6e9
echo x - adminer/pkg-descr
sed 's/^X//' >adminer/pkg-descr << '4bb0ae62e77e460d1d64fd6796a1aaa6'
XphpMinAdmin is a MySQL management tool written in PHP.
XCurrently it can create database, create/drop/alter
Xtables, create/drop/alter stored procedures, functions
Xand triggers, delete/edit/add fields, execute any SQL
Xstatement, and manage keys on fields. The main difference
Xbetween phpMinAdmin and phpMyAdmin is that phpMinAdmin
Xis light-weight.
X
XWWW: http://phpminadmin.sourceforge.net
4bb0ae62e77e460d1d64fd6796a1aaa6
echo x - adminer/pkg-plist
sed 's/^X//' >adminer/pkg-plist << 'a2b28e1213ecd6c067f279230e7120cd'
X%%WWWDIR%%/SciTEAbbrev.properties
X%%WWWDIR%%/SciTEDirectory.properties
X%%WWWDIR%%/arrow.gif
X%%WWWDIR%%/call.inc.php
X%%WWWDIR%%/coverage.inc.php
X%%WWWDIR%%/create.inc.php
X%%WWWDIR%%/createv.inc.php
X%%WWWDIR%%/cross.gif
X%%WWWDIR%%/database.inc.php
X%%WWWDIR%%/db.inc.php
X%%WWWDIR%%/default.css
X%%WWWDIR%%/down.gif
X%%WWWDIR%%/download.inc.php
X%%WWWDIR%%/dump.inc.php
X%%WWWDIR%%/edit.inc.php
X%%WWWDIR%%/event.inc.php
X%%WWWDIR%%/favicon.ico
X%%WWWDIR%%/foreign.inc.php
X%%WWWDIR%%/functions.js
X%%WWWDIR%%/include/auth.inc.php
X%%WWWDIR%%/include/connect.inc.php
X%%WWWDIR%%/include/design.inc.php
X%%WWWDIR%%/include/editing.inc.php
X%%WWWDIR%%/include/export.inc.php
X%%WWWDIR%%/include/functions.inc.php
X%%WWWDIR%%/include/lang.inc.php
X%%WWWDIR%%/include/mysql.inc.php
X%%WWWDIR%%/include/pdo.inc.php
X%%WWWDIR%%/include/version.inc.php
X%%WWWDIR%%/index.php
X%%WWWDIR%%/indexes.inc.php
X%%WWWDIR%%/lang/cs.inc.php
X%%WWWDIR%%/lang/de.inc.php
X%%WWWDIR%%/lang/en.inc.php
X%%WWWDIR%%/lang/es.inc.php
X%%WWWDIR%%/lang/et.inc.php
X%%WWWDIR%%/lang/fr.inc.php
X%%WWWDIR%%/lang/it.inc.php
X%%WWWDIR%%/lang/nl.inc.php
X%%WWWDIR%%/lang/ru.inc.php
X%%WWWDIR%%/lang/sk.inc.php
X%%WWWDIR%%/lang/zh.inc.php
X%%WWWDIR%%/plus.gif
X%%WWWDIR%%/privileges.inc.php
X%%WWWDIR%%/procedure.inc.php
X%%WWWDIR%%/processlist.inc.php
X%%WWWDIR%%/schema.inc.php
X%%WWWDIR%%/select.inc.php
X%%WWWDIR%%/sql.inc.php
X%%WWWDIR%%/table.inc.php
X%%WWWDIR%%/trigger.inc.php
X%%WWWDIR%%/up.gif
X%%WWWDIR%%/user.inc.php
X%%WWWDIR%%/variables.inc.php
X%%WWWDIR%%/view.inc.php
X@dirrm %%WWWDIR%%/include
X@dirrm %%WWWDIR%%/lang
X@dirrm %%WWWDIR%%
a2b28e1213ecd6c067f279230e7120cd
exit



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Sat Jul 11 14:30:12 UTC 2009 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136663 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jul 11 14:30:18 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136663 
State-Changed-From-To: open->repocopy 
State-Changed-By: miwi 
State-Changed-When: Sun Jul 12 22:12:29 UTC 2009 
State-Changed-Why:  
Please repocopy databases/phpminadmin --> databases/adminer 


Responsible-Changed-From-To: miwi->portmgr 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Jul 12 22:12:29 UTC 2009 
Responsible-Changed-Why:  
over to portmgr 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136663 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Mon Jul 13 07:24:44 UTC 2009 
State-Changed-Why:  
Repocopy complete. 


Responsible-Changed-From-To: portmgr->miwi 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Mon Jul 13 07:24:44 UTC 2009 
Responsible-Changed-Why:  
Repocopy complete. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136663 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 13 22:36:02 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136663 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136663: commit references a PR
Date: Mon, 13 Jul 2009 22:35:57 +0000 (UTC)

 miwi        2009-07-13 22:35:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    MOVED 
     databases            Makefile 
     databases/adminer    Makefile distinfo pkg-plist 
     databases/adminer/files pkg-message.in 
   Removed files:
     databases/phpminadmin Makefile distinfo pkg-descr pkg-plist 
     databases/phpminadmin/files pkg-message.in 
   Log:
   - Update adminer to 1.11.1
   - Connect adminer to the build
   - Disconnect phpminadmin
   - Remove phpminadmin project was renamed
   
   PR:             136663
   Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.1947    +3 -1      ports/MOVED
   1.783     +1 -1      ports/databases/Makefile
   1.7       +6 -7      ports/databases/adminer/Makefile
   1.7       +3 -3      ports/databases/adminer/distinfo
   1.2       +4 -4      ports/databases/adminer/files/pkg-message.in
   1.6       +17 -39    ports/databases/adminer/pkg-plist
   1.6       +0 -34     ports/databases/phpminadmin/Makefile (dead)
   1.6       +0 -3      ports/databases/phpminadmin/distinfo (dead)
   1.2       +0 -20     ports/databases/phpminadmin/files/pkg-message.in (dead)
   1.2       +0 -9      ports/databases/phpminadmin/pkg-descr (dead)
   1.5       +0 -80     ports/databases/phpminadmin/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
