svn commit: r439888 - head/net/p5-Net-Address-Ethernet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 1 12:47:16 UTC 2017


Author: sunpoet
Date: Mon May  1 12:47:15 2017
New Revision: 439888
URL: https://svnweb.freebsd.org/changeset/ports/439888

Log:
  Update to 1.125
  
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/net/p5-Net-Address-Ethernet/Makefile
  head/net/p5-Net-Address-Ethernet/distinfo

Modified: head/net/p5-Net-Address-Ethernet/Makefile
==============================================================================
--- head/net/p5-Net-Address-Ethernet/Makefile	Mon May  1 12:47:10 2017	(r439887)
+++ head/net/p5-Net-Address-Ethernet/Makefile	Mon May  1 12:47:15 2017	(r439888)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-Address-Ethernet
-PORTVERSION=	1.124
+PORTVERSION=	1.125
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,11 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Find hardware ethernet address
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Env-Path>=0:devel/p5-Env-Path \
 		p5-Net-Ifconfig-Wrapper>=0:net/p5-Net-Ifconfig-Wrapper \
 		p5-Regexp-Common>=0:textproc/p5-Regexp-Common
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/net/p5-Net-Address-Ethernet/distinfo
==============================================================================
--- head/net/p5-Net-Address-Ethernet/distinfo	Mon May  1 12:47:10 2017	(r439887)
+++ head/net/p5-Net-Address-Ethernet/distinfo	Mon May  1 12:47:15 2017	(r439888)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466519456
-SHA256 (Net-Address-Ethernet-1.124.tar.gz) = ee04bd41c84b7978ba5a46380733152c20e898fd35aa820bad38f8f0e8570e9f
-SIZE (Net-Address-Ethernet-1.124.tar.gz) = 23842
+TIMESTAMP = 1493631762
+SHA256 (Net-Address-Ethernet-1.125.tar.gz) = 16481a85d38370b5aa3d9b66ab0b4bf6de01f2899fbe7025de1c5855bfdfb105
+SIZE (Net-Address-Ethernet-1.125.tar.gz) = 24059


More information about the svn-ports-all mailing list