diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-27 22:14:08 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 19:55:30 +0800 |
commit | d3a01518ea2d37de33f8379311e6cd37130ce5e1 (patch) | |
tree | 3dde04c599f3df2d3f42433e0c37ca0b0b2eb50e /dns | |
parent | 2ebe960fc94dc7dfde3c37287b1d51a2e7ae2a6b (diff) | |
download | freebsd-ports-gnome-d3a01518ea2d37de33f8379311e6cd37130ce5e1.tar.gz freebsd-ports-gnome-d3a01518ea2d37de33f8379311e6cd37130ce5e1.tar.zst freebsd-ports-gnome-d3a01518ea2d37de33f8379311e6cd37130ce5e1.zip |
Update to 0.0.0.20170223
- Bump PORTREVISION for dependent ports
Changes: https://github.com/publicsuffix/list/commits/master
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Mozilla-PublicSuffix/Makefile | 2 | ||||
-rw-r--r-- | dns/public_suffix_list/Makefile | 4 | ||||
-rw-r--r-- | dns/public_suffix_list/distinfo | 6 | ||||
-rw-r--r-- | dns/rubygem-public_suffix/Makefile | 2 | ||||
-rw-r--r-- | dns/rubygem-public_suffix_service/Makefile | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index 418f64518223..91e07431eceb 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index 788d080f76eb..6b8ad334098a 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170206 +PORTVERSION= 0.0.0.20170223 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_list.dat \ GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 07c79d4 +GH_TAGNAME= 1b9ceb7 USE_GITHUB= yes do-install: diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index 7bcab442603a..a6469eb41373 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487174369 -SHA256 (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 3c7cca251db4c8c24e8436afc51d39e7be446e93ed801a376410745d5320a3f6 -SIZE (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 80643 +TIMESTAMP = 1488204115 +SHA256 (publicsuffix-list-0.0.0.20170223-1b9ceb7_GH0.tar.gz) = e39bc9b0ee31e555bdae0cb12c17359ccab957589a2954b731ac47ff2f772a4d +SIZE (publicsuffix-list-0.0.0.20170223-1b9ceb7_GH0.tar.gz) = 80546 diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 3844410cf8c2..215e189b88ee 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index 2c7300adf766..08b4d2e906d8 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns rubygems MASTER_SITES= RG |