From owner-svn-ports-all@freebsd.org Mon Feb 12 12:00:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10C61F13636; Mon, 12 Feb 2018 12:00:18 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B75B370733; Mon, 12 Feb 2018 12:00:17 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B21D811936; Mon, 12 Feb 2018 12:00:17 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1CC0Hjk097147; Mon, 12 Feb 2018 12:00:17 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1CC0H8C097144; Mon, 12 Feb 2018 12:00:17 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201802121200.w1CC0H8C097144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 12 Feb 2018 12:00:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461580 - head/databases/adminer X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/databases/adminer X-SVN-Commit-Revision: 461580 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 12:00:18 -0000 Author: dbaio Date: Mon Feb 12 12:00:17 2018 New Revision: 461580 URL: https://svnweb.freebsd.org/changeset/ports/461580 Log: databases/adminer: Update to 4.6.1 While here: Reorder Makefile. Remove , 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 (maintainer) Modified: head/databases/adminer/Makefile head/databases/adminer/distinfo head/databases/adminer/pkg-descr Modified: head/databases/adminer/Makefile ============================================================================== --- head/databases/adminer/Makefile Mon Feb 12 11:53:04 2018 (r461579) +++ head/databases/adminer/Makefile Mon Feb 12 12:00:17 2018 (r461580) @@ -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 writte 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 do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/${PORTNAME} Modified: head/databases/adminer/distinfo ============================================================================== --- head/databases/adminer/distinfo Mon Feb 12 11:53:04 2018 (r461579) +++ head/databases/adminer/distinfo Mon Feb 12 12:00:17 2018 (r461580) @@ -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 Modified: head/databases/adminer/pkg-descr ============================================================================== --- head/databases/adminer/pkg-descr Mon Feb 12 11:53:04 2018 (r461579) +++ head/databases/adminer/pkg-descr Mon Feb 12 12:00:17 2018 (r461580) @@ -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