diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-02-12 12:00:17 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-02-12 12:00:17 +0000 |
commit | 41c0b2278ce22e563817ea5b2cec5985b2716c03 (patch) | |
tree | 2d6f40f09b95c1cf209cd75aed66226508a18779 /databases | |
parent | Update devel/elixir-libring to version 1.3.1. (diff) |
databases/adminer: Update to 4.6.1
While here:
Reorder Makefile.
Remove <bsd.port.options.mk>, not necessary.
Changes: https://sourceforge.net/p/adminer/news/2018/02/adminer-461-released/
PR: 225824
Submitted by: knezour@weboutsourcing.cz
Approved by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=461580
Diffstat (limited to 'databases')
-rw-r--r-- | databases/adminer/Makefile | 12 | ||||
-rw-r--r-- | databases/adminer/distinfo | 6 | ||||
-rw-r--r-- | databases/adminer/pkg-descr | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/databases/adminer/Makefile b/databases/adminer/Makefile index 41ce0a5437ec..9170ef559727 100644 --- a/databases/adminer/Makefile +++ b/databases/adminer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adminer -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.1 CATEGORIES= databases www MASTER_SITES= https://github.com/vrana/adminer/releases/download/v${PORTVERSION}/ EXTRACT_SUFX= .php @@ -13,15 +13,15 @@ COMMENT= Full-featured database management tool written in PHP LICENSE= APACHE20 -NO_ARCH= yes -NO_BUILD= yes USES= php USE_PHP= session + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message SUB_LIST= PHPVER="${PHP_VER}" -PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" - -.include <bsd.port.options.mk> do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/${PORTNAME} diff --git a/databases/adminer/distinfo b/databases/adminer/distinfo index 8197ed93bd9e..0afd0fabe208 100644 --- a/databases/adminer/distinfo +++ b/databases/adminer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517944407 -SHA256 (adminer-4.6.0.php) = 134513894fc232187c3b1b26c164c6dfb29e4db0b3983a0f42b2682579ecd973 -SIZE (adminer-4.6.0.php) = 457087 +TIMESTAMP = 1518435464 +SHA256 (adminer-4.6.1.php) = 2e98f28862970b342caa8713c49c54402e184141e8c27f02411bef497f20bdf4 +SIZE (adminer-4.6.1.php) = 462311 diff --git a/databases/adminer/pkg-descr b/databases/adminer/pkg-descr index f91abd32772e..c2ddf122761e 100644 --- a/databases/adminer/pkg-descr +++ b/databases/adminer/pkg-descr @@ -6,4 +6,4 @@ server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle. -WWW: https://www.adminer.org/ +WWW: https://www.adminer.org |