mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 1.9.1
PR: 128773 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
This commit is contained in:
parent
2042b740ed
commit
78f85139cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222813
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpminadmin
|
||||
PORTVERSION= 1.8.0
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= phpMinAdmin-${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (phpMinAdmin-1.8.0.zip) = 17477e485f9c5f0246ccf76a4c66ed6e
|
||||
SHA256 (phpMinAdmin-1.8.0.zip) = ba37cee977ba76f42f159a911ae2245e1302f12aac975447086ba20b0ca2e677
|
||||
SIZE (phpMinAdmin-1.8.0.zip) = 81212
|
||||
MD5 (phpMinAdmin-1.9.1.zip) = 9f4f7ba053854149bcb2d2685872d6f8
|
||||
SHA256 (phpMinAdmin-1.9.1.zip) = 0017e7cfa18efdd463a4860acf39cddbb589260e40204fd8524474c6251f6b9c
|
||||
SIZE (phpMinAdmin-1.9.1.zip) = 102309
|
||||
|
@ -1,4 +1,5 @@
|
||||
%%WWWDIR%%/_compile.php
|
||||
%%WWWDIR%%/_coverage.php
|
||||
%%WWWDIR%%/_lang.php
|
||||
%%WWWDIR%%/abstraction.inc.php
|
||||
%%WWWDIR%%/auth.inc.php
|
||||
@ -26,6 +27,7 @@
|
||||
%%WWWDIR%%/select.inc.php
|
||||
%%WWWDIR%%/sql.inc.php
|
||||
%%WWWDIR%%/table.inc.php
|
||||
%%WWWDIR%%/todo.txt
|
||||
%%WWWDIR%%/trigger.inc.php
|
||||
%%WWWDIR%%/user.inc.php
|
||||
%%WWWDIR%%/view.inc.php
|
||||
@ -46,5 +48,28 @@
|
||||
%%WWWDIR%%/lang/nl.inc.php
|
||||
%%WWWDIR%%/lang/sk.inc.php
|
||||
%%WWWDIR%%/lang/zh.inc.php
|
||||
%%WWWDIR%%/tests/0-login.html
|
||||
%%WWWDIR%%/tests/1-create-database.html
|
||||
%%WWWDIR%%/tests/10-clone.html
|
||||
%%WWWDIR%%/tests/11-reference.html
|
||||
%%WWWDIR%%/tests/12-update.html
|
||||
%%WWWDIR%%/tests/13-delete.html
|
||||
%%WWWDIR%%/tests/14-truncate.html
|
||||
%%WWWDIR%%/tests/15-privileges.html
|
||||
%%WWWDIR%%/tests/16-processlist.html
|
||||
%%WWWDIR%%/tests/17-export.html
|
||||
%%WWWDIR%%/tests/18-events.html
|
||||
%%WWWDIR%%/tests/19-procedures.html
|
||||
%%WWWDIR%%/tests/2-create-table.html
|
||||
%%WWWDIR%%/tests/3-create-index.html
|
||||
%%WWWDIR%%/tests/4-create-table-2.html
|
||||
%%WWWDIR%%/tests/5-foreign-key.html
|
||||
%%WWWDIR%%/tests/6-alter-table.html
|
||||
%%WWWDIR%%/tests/7-create-trigger.html
|
||||
%%WWWDIR%%/tests/8-create-view.html
|
||||
%%WWWDIR%%/tests/9-insert.html
|
||||
%%WWWDIR%%/tests/logout.html
|
||||
%%WWWDIR%%/tests/selenium.html
|
||||
@dirrm %%WWWDIR%%/lang
|
||||
@dirrm %%WWWDIR%%/tests
|
||||
@dirrm %%WWWDIR%%
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpminadmin
|
||||
PORTVERSION= 1.8.0
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= phpMinAdmin-${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (phpMinAdmin-1.8.0.zip) = 17477e485f9c5f0246ccf76a4c66ed6e
|
||||
SHA256 (phpMinAdmin-1.8.0.zip) = ba37cee977ba76f42f159a911ae2245e1302f12aac975447086ba20b0ca2e677
|
||||
SIZE (phpMinAdmin-1.8.0.zip) = 81212
|
||||
MD5 (phpMinAdmin-1.9.1.zip) = 9f4f7ba053854149bcb2d2685872d6f8
|
||||
SHA256 (phpMinAdmin-1.9.1.zip) = 0017e7cfa18efdd463a4860acf39cddbb589260e40204fd8524474c6251f6b9c
|
||||
SIZE (phpMinAdmin-1.9.1.zip) = 102309
|
||||
|
@ -1,4 +1,5 @@
|
||||
%%WWWDIR%%/_compile.php
|
||||
%%WWWDIR%%/_coverage.php
|
||||
%%WWWDIR%%/_lang.php
|
||||
%%WWWDIR%%/abstraction.inc.php
|
||||
%%WWWDIR%%/auth.inc.php
|
||||
@ -26,6 +27,7 @@
|
||||
%%WWWDIR%%/select.inc.php
|
||||
%%WWWDIR%%/sql.inc.php
|
||||
%%WWWDIR%%/table.inc.php
|
||||
%%WWWDIR%%/todo.txt
|
||||
%%WWWDIR%%/trigger.inc.php
|
||||
%%WWWDIR%%/user.inc.php
|
||||
%%WWWDIR%%/view.inc.php
|
||||
@ -46,5 +48,28 @@
|
||||
%%WWWDIR%%/lang/nl.inc.php
|
||||
%%WWWDIR%%/lang/sk.inc.php
|
||||
%%WWWDIR%%/lang/zh.inc.php
|
||||
%%WWWDIR%%/tests/0-login.html
|
||||
%%WWWDIR%%/tests/1-create-database.html
|
||||
%%WWWDIR%%/tests/10-clone.html
|
||||
%%WWWDIR%%/tests/11-reference.html
|
||||
%%WWWDIR%%/tests/12-update.html
|
||||
%%WWWDIR%%/tests/13-delete.html
|
||||
%%WWWDIR%%/tests/14-truncate.html
|
||||
%%WWWDIR%%/tests/15-privileges.html
|
||||
%%WWWDIR%%/tests/16-processlist.html
|
||||
%%WWWDIR%%/tests/17-export.html
|
||||
%%WWWDIR%%/tests/18-events.html
|
||||
%%WWWDIR%%/tests/19-procedures.html
|
||||
%%WWWDIR%%/tests/2-create-table.html
|
||||
%%WWWDIR%%/tests/3-create-index.html
|
||||
%%WWWDIR%%/tests/4-create-table-2.html
|
||||
%%WWWDIR%%/tests/5-foreign-key.html
|
||||
%%WWWDIR%%/tests/6-alter-table.html
|
||||
%%WWWDIR%%/tests/7-create-trigger.html
|
||||
%%WWWDIR%%/tests/8-create-view.html
|
||||
%%WWWDIR%%/tests/9-insert.html
|
||||
%%WWWDIR%%/tests/logout.html
|
||||
%%WWWDIR%%/tests/selenium.html
|
||||
@dirrm %%WWWDIR%%/lang
|
||||
@dirrm %%WWWDIR%%/tests
|
||||
@dirrm %%WWWDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user