diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-12-26 00:54:49 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-12-26 00:54:49 +0800 |
commit | b4987baf2fdc5b86eaec7874ac259f4da652d29c (patch) | |
tree | 6f3706c84d5ee83662aa742bcc0446d9ca14992d /databases | |
parent | c9bb29895f2fb1df29f75d77ddab0e050f3527b2 (diff) | |
download | freebsd-ports-gnome-b4987baf2fdc5b86eaec7874ac259f4da652d29c.tar.gz freebsd-ports-gnome-b4987baf2fdc5b86eaec7874ac259f4da652d29c.tar.zst freebsd-ports-gnome-b4987baf2fdc5b86eaec7874ac259f4da652d29c.zip |
- update to 5.6.0
PR: 234151
Submitted by: (Wen)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phppgadmin/Makefile | 8 | ||||
-rw-r--r-- | databases/phppgadmin/distinfo | 5 | ||||
-rw-r--r-- | databases/phppgadmin/pkg-plist | 21 |
3 files changed, 28 insertions, 6 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 90d1b79a91ca..8dff83e2311b 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= phppgadmin -PORTVERSION= 5.1 -PORTREVISION= 5 +DISTVERSIONPREFIX= REL_ +DISTVERSION= 5-6-0 CATEGORIES= databases www -MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.1 -DISTNAME= phpPgAdmin-${PORTVERSION} PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= dinoex@FreeBSD.org @@ -17,6 +15,8 @@ LICENSE= GPLv2 NO_ARCH= yes NO_BUILD= yes USES= cpe tar:bzip2 php:web,flavors shebangfix +USE_GITHUB= yes + .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session .endif diff --git a/databases/phppgadmin/distinfo b/databases/phppgadmin/distinfo index f1e6f6ba23d7..90b661580f66 100644 --- a/databases/phppgadmin/distinfo +++ b/databases/phppgadmin/distinfo @@ -1,2 +1,3 @@ -SHA256 (phpPgAdmin-5.1.tar.bz2) = 8a450ec4b8c85e8da7ab43b928265bc2ad0280fdea4144b55b40da4ceefd6ec6 -SIZE (phpPgAdmin-5.1.tar.bz2) = 583620 +TIMESTAMP = 1545184873 +SHA256 (phppgadmin-phppgadmin-REL_5-6-0_GH0.tar.gz) = 6b6a31786533383cdbde9adf829a9cc8b4ec32afbce4a4abdbd57d9c5c564fbb +SIZE (phppgadmin-phppgadmin-REL_5-6-0_GH0.tar.gz) = 760628 diff --git a/databases/phppgadmin/pkg-plist b/databases/phppgadmin/pkg-plist index 0a40c849ef2f..a4b54685668a 100644 --- a/databases/phppgadmin/pkg-plist +++ b/databases/phppgadmin/pkg-plist @@ -1,3 +1,4 @@ +%%PGADMDIR%%/BUGS %%PGADMDIR%%/CREDITS %%PGADMDIR%%/DEVELOPERS %%PGADMDIR%%/FAQ @@ -29,7 +30,15 @@ %%PGADMDIR%%/classes/database/Postgres84.php %%PGADMDIR%%/classes/database/Postgres90.php %%PGADMDIR%%/classes/database/Postgres91.php +%%PGADMDIR%%/classes/database/Postgres10.php +%%PGADMDIR%%/classes/database/Postgres11.php +%%PGADMDIR%%/classes/database/Postgres92.php +%%PGADMDIR%%/classes/database/Postgres93.php +%%PGADMDIR%%/classes/database/Postgres94.php +%%PGADMDIR%%/classes/database/Postgres95.php +%%PGADMDIR%%/classes/database/Postgres96.php %%PGADMDIR%%/colproperties.php +%%PGADMDIR%%/composer.json @sample %%PGADMDIR%%/conf/config.inc.php-dist %%PGADMDIR%%/conf/config.inc.php %%PGADMDIR%%/constraints.php %%PGADMDIR%%/conversions.php @@ -53,7 +62,17 @@ %%PGADMDIR%%/help/PostgresDoc90.php %%PGADMDIR%%/help/PostgresDoc91.php %%PGADMDIR%%/help/PostgresDoc92.php +%%PGADMDIR%%/help/PostgresDoc10.php +%%PGADMDIR%%/help/PostgresDoc11.php +%%PGADMDIR%%/help/PostgresDoc12.php +%%PGADMDIR%%/help/PostgresDoc93.php +%%PGADMDIR%%/help/PostgresDoc94.php +%%PGADMDIR%%/help/PostgresDoc95.php +%%PGADMDIR%%/help/PostgresDoc96.php %%PGADMDIR%%/history.php +%%PGADMDIR%%/images/themes/bootstrap/Favicon.ico +%%PGADMDIR%%/images/themes/bootstrap/Introduction.png +%%PGADMDIR%%/images/themes/bootstrap/title.png %%PGADMDIR%%/images/themes/cappuccino/Lminus.png %%PGADMDIR%%/images/themes/cappuccino/Lplus.png %%PGADMDIR%%/images/themes/cappuccino/Tminus.png @@ -345,6 +364,8 @@ %%PGADMDIR%%/tables.php %%PGADMDIR%%/tablespaces.php %%PGADMDIR%%/tblproperties.php +%%PGADMDIR%%/themes/bootstrap/global.css +%%PGADMDIR%%/themes/bootstrap/title.png %%PGADMDIR%%/themes/default/global.css %%PGADMDIR%%/themes/global.css %%PGADMDIR%%/themes/themes.php |