svn commit: r461580 - head/databases/adminer

Danilo G. Baio dbaio at FreeBSD.org
Mon Feb 12 12:00:18 UTC 2018


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 <bsd.port.options.mk>, not necessary.
  
  Changes:	https://sourceforge.net/p/adminer/news/2018/02/adminer-461-released/
  
  PR:		225824
  Submitted by:	knezour at weboutsourcing.cz
  Approved by:	Zsolt Udvari  <uzsolt at uzsolt.hu> (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 <bsd.port.options.mk>
 
 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


More information about the svn-ports-head mailing list