svn commit: r407984 - head/misc/pecl-timezonedb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 3 20:55:02 UTC 2016


Author: sunpoet
Date: Wed Feb  3 20:55:00 2016
New Revision: 407984
URL: https://svnweb.freebsd.org/changeset/ports/407984

Log:
  - Update to 2016.1
  - Fix LICENSE
  - Add LICENSE_FILE
  
  Changes:	https://pecl.php.net/package-changelog.php?package=timezonedb
  PR:		206884
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>

Modified:
  head/misc/pecl-timezonedb/Makefile
  head/misc/pecl-timezonedb/distinfo

Modified: head/misc/pecl-timezonedb/Makefile
==============================================================================
--- head/misc/pecl-timezonedb/Makefile	Wed Feb  3 20:54:56 2016	(r407983)
+++ head/misc/pecl-timezonedb/Makefile	Wed Feb  3 20:55:00 2016	(r407984)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timezonedb
-PORTVERSION=	2015.7
+PORTVERSION=	2016.1
 CATEGORIES=	misc
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -11,7 +11,8 @@ DIST_SUBDIR=	PECL
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Timezone Database to be used with PHP date and time functions
 
-LICENSE=	PHP30
+LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFIGURE_ARGS=	--enable-timezonedb
 USE_PHP=	yes

Modified: head/misc/pecl-timezonedb/distinfo
==============================================================================
--- head/misc/pecl-timezonedb/distinfo	Wed Feb  3 20:54:56 2016	(r407983)
+++ head/misc/pecl-timezonedb/distinfo	Wed Feb  3 20:55:00 2016	(r407984)
@@ -1,2 +1,2 @@
-SHA256 (PECL/timezonedb-2015.7.tgz) = 16f59dc2314acc7f870c7a48212db430c17d3aa52f5fd76a1cf1dfacf8d84722
-SIZE (PECL/timezonedb-2015.7.tgz) = 415259
+SHA256 (PECL/timezonedb-2016.1.tgz) = 042acac0f0021690de8bbdaeb7358485b89ae37693ca912d03c03909922d04fa
+SIZE (PECL/timezonedb-2016.1.tgz) = 415133


More information about the svn-ports-all mailing list