diff options
author | jadawin <jadawin@FreeBSD.org> | 2015-11-20 23:25:29 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2015-11-20 23:25:29 +0800 |
commit | b09068e6f746e6cc3849a3193e3ef93e5219dd45 (patch) | |
tree | de47e741c1b761d391eb08b8e9e9e9882f80243e /dns | |
parent | d9e988056529d43c2b6301416be823aa4131eda8 (diff) | |
download | freebsd-ports-gnome-b09068e6f746e6cc3849a3193e3ef93e5219dd45.tar.gz freebsd-ports-gnome-b09068e6f746e6cc3849a3193e3ef93e5219dd45.tar.zst freebsd-ports-gnome-b09068e6f746e6cc3849a3193e3ef93e5219dd45.zip |
Revert because upstream is really buggy with many impacts: https://rt.cpan.org/Public/Bug/Display.html?id=108745
PR: 204656
Submitted by: lampa@fit.vutbr.cz
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 3 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 701b6f2aa101..c18a90258865 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= Net-DNS -PORTVERSION= 1.03 +PORTVERSION= 1.02 +PORTEPOCH= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 1392d2b1de8e..dd2cd3a65214 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-1.03.tar.gz) = df2e04d4bd0879f186bd3cec4eef5ab3665b38fe2260e69ff1859164de735c28 -SIZE (Net-DNS-1.03.tar.gz) = 244362 +SHA256 (Net-DNS-1.02.tar.gz) = 9473c322b036592663bb20383e85190a682d142688b162efc975a61bcc7534f2 +SIZE (Net-DNS-1.02.tar.gz) = 245760 |