diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-02-04 04:55:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-02-04 04:55:00 +0800 |
commit | 48f60afa9ebe56124a3679f179434be57e4e8dae (patch) | |
tree | dfca887105091f755b69885d86be8e173d0b2c77 /misc | |
parent | 0a274fcef37a077a6f59de8c36e946b40925b569 (diff) | |
download | freebsd-ports-gnome-48f60afa9ebe56124a3679f179434be57e4e8dae.tar.gz freebsd-ports-gnome-48f60afa9ebe56124a3679f179434be57e4e8dae.tar.zst freebsd-ports-gnome-48f60afa9ebe56124a3679f179434be57e4e8dae.zip |
- 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@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pecl-timezonedb/Makefile | 5 | ||||
-rw-r--r-- | misc/pecl-timezonedb/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/pecl-timezonedb/Makefile b/misc/pecl-timezonedb/Makefile index 7fde4f0da819..c7cd9353353f 100644 --- a/misc/pecl-timezonedb/Makefile +++ b/misc/pecl-timezonedb/Makefile @@ -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@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 diff --git a/misc/pecl-timezonedb/distinfo b/misc/pecl-timezonedb/distinfo index 927a9c730c65..13251a90be80 100644 --- a/misc/pecl-timezonedb/distinfo +++ b/misc/pecl-timezonedb/distinfo @@ -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 |