Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2020 20:45:28 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527651 - head/devel/php-maxminddb
Message-ID:  <202003022045.022KjSsH076529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Mon Mar  2 20:45:27 2020
New Revision: 527651
URL: https://svnweb.freebsd.org/changeset/ports/527651

Log:
  Update to 1.6.0
  
  PR:		243041
  Submitted by:	Daniel Ylitalo <daniel@blodan.se>
  Approved by:	maintainer timeout

Modified:
  head/devel/php-maxminddb/Makefile
  head/devel/php-maxminddb/distinfo

Modified: head/devel/php-maxminddb/Makefile
==============================================================================
--- head/devel/php-maxminddb/Makefile	Mon Mar  2 20:38:04 2020	(r527650)
+++ head/devel/php-maxminddb/Makefile	Mon Mar  2 20:45:27 2020	(r527651)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	maxminddb
-PORTVERSION=	1.1.0
+PORTVERSION=	1.6.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 CATEGORIES=	devel net
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
 
@@ -16,12 +15,12 @@ LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
 
+USES=		compiler:c11 localbase:ldflags php:ext
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	maxmind
 GH_PROJECT=	MaxMind-DB-Reader-php
 
 WRKSRC_SUBDIR=	ext
-
-USES=		compiler:c11 php:ext localbase:ldflags
 
 .include <bsd.port.mk>

Modified: head/devel/php-maxminddb/distinfo
==============================================================================
--- head/devel/php-maxminddb/distinfo	Mon Mar  2 20:38:04 2020	(r527650)
+++ head/devel/php-maxminddb/distinfo	Mon Mar  2 20:45:27 2020	(r527651)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464772539
-SHA256 (maxmind-MaxMind-DB-Reader-php-v1.1.0_GH0.tar.gz) = 0c80f55bc56dd8f26b04358b5533f78adcb060f721b4347f510cbf43f32848b4
-SIZE (maxmind-MaxMind-DB-Reader-php-v1.1.0_GH0.tar.gz) = 24785
+TIMESTAMP = 1577990268
+SHA256 (maxmind-MaxMind-DB-Reader-php-v1.6.0_GH0.tar.gz) = e7735deb565845d73f68b3ae80a4ea40e7e2212b745deab9f23a3584cae6396f
+SIZE (maxmind-MaxMind-DB-Reader-php-v1.6.0_GH0.tar.gz) = 20898



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003022045.022KjSsH076529>