diff options
author | swills <swills@FreeBSD.org> | 2018-06-23 01:58:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-06-23 01:58:58 +0800 |
commit | 3f2d149885df2830d53a0b8e6a407dffecff54fb (patch) | |
tree | 1bfe892d6a8b4f532d119ec6a8c7e3dcaebe41d5 /net | |
parent | 2f1430931321b1dad7367fd26b62f35fa4d5d8f0 (diff) | |
download | freebsd-ports-gnome-3f2d149885df2830d53a0b8e6a407dffecff54fb.tar.gz freebsd-ports-gnome-3f2d149885df2830d53a0b8e6a407dffecff54fb.tar.zst freebsd-ports-gnome-3f2d149885df2830d53a0b8e6a407dffecff54fb.zip |
net/p5-NetAddr-MAC: Update to 0.96
PR: 229231
Submitted by: Kai <freebsd_ports@k-worx.org>
Reviewed by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-NetAddr-MAC/Makefile | 11 | ||||
-rw-r--r-- | net/p5-NetAddr-MAC/distinfo | 5 |
2 files changed, 13 insertions, 3 deletions
diff --git a/net/p5-NetAddr-MAC/Makefile b/net/p5-NetAddr-MAC/Makefile index f3061cee98e1..ce0221b3ac3f 100644 --- a/net/p5-NetAddr-MAC/Makefile +++ b/net/p5-NetAddr-MAC/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= NetAddr-MAC -PORTVERSION= 0.93 +PORTVERSION= 0.96 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= dgeo@centrale-marseille.fr COMMENT= NetAddr::MAC - Handles hardware MAC Addresses (EUI-48 and EUI-64) +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSE + +TEST_DEPENDS= p5-Test-Trap>=0:devel/p5-Test-Trap + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/net/p5-NetAddr-MAC/distinfo b/net/p5-NetAddr-MAC/distinfo index e90f43cce260..91c109b35763 100644 --- a/net/p5-NetAddr-MAC/distinfo +++ b/net/p5-NetAddr-MAC/distinfo @@ -1,2 +1,3 @@ -SHA256 (NetAddr-MAC-0.93.tar.gz) = b9e762c1ff4b579040497b8a0089cf998fc839d3897d3597318758e84564a2f9 -SIZE (NetAddr-MAC-0.93.tar.gz) = 22416 +TIMESTAMP = 1529671922 +SHA256 (NetAddr-MAC-0.96.tar.gz) = 027b86cba54977f9cb9d65d07eba0175c82cef7bd5ce1f82ad741d69d2acebc2 +SIZE (NetAddr-MAC-0.96.tar.gz) = 27538 |