Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 17:34:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329348 - head/net/p5-Net-MAC-Vendor
Message-ID:  <201310041734.r94HYron029649@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct  4 17:34:52 2013
New Revision: 329348
URL: http://svnweb.freebsd.org/changeset/ports/329348

Log:
  - Update to 1.20
  - Add LICENSE
  - Add TEST_DEPENDS
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/Net-MAC-Vendor/Changes

Modified:
  head/net/p5-Net-MAC-Vendor/Makefile
  head/net/p5-Net-MAC-Vendor/distinfo   (contents, props changed)
  head/net/p5-Net-MAC-Vendor/pkg-plist   (contents, props changed)

Modified: head/net/p5-Net-MAC-Vendor/Makefile
==============================================================================
--- head/net/p5-Net-MAC-Vendor/Makefile	Fri Oct  4 17:33:07 2013	(r329347)
+++ head/net/p5-Net-MAC-Vendor/Makefile	Fri Oct  4 17:34:52 2013	(r329348)
@@ -2,21 +2,28 @@
 # $FreeBSD$
 
 PORTNAME=	Net-MAC-Vendor
-PORTVERSION=	1.1901
+PORTVERSION=	1.2000
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/00$//}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Look up the vendor for a MAC
 
-BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
-MAN3=	Net::MAC::Vendor.3
+BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
-NO_STAGE=	yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/net/p5-Net-MAC-Vendor/distinfo
==============================================================================
--- head/net/p5-Net-MAC-Vendor/distinfo	Fri Oct  4 17:33:07 2013	(r329347)
+++ head/net/p5-Net-MAC-Vendor/distinfo	Fri Oct  4 17:34:52 2013	(r329348)
@@ -1,2 +1,2 @@
-SHA256 (Net-MAC-Vendor-1.1901.tar.gz) = 2906921a3bc9096ea15647f25cd0564e5ec452c7b235b837e6bf530d9687e1d8
-SIZE (Net-MAC-Vendor-1.1901.tar.gz) = 1405300
+SHA256 (Net-MAC-Vendor-1.20.tar.gz) = c500b5fe2267557753549f5146610dee15143944dad169020033a3a16b0a3619
+SIZE (Net-MAC-Vendor-1.20.tar.gz) = 2304152

Modified: head/net/p5-Net-MAC-Vendor/pkg-plist
==============================================================================
--- head/net/p5-Net-MAC-Vendor/pkg-plist	Fri Oct  4 17:33:07 2013	(r329347)
+++ head/net/p5-Net-MAC-Vendor/pkg-plist	Fri Oct  4 17:34:52 2013	(r329348)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Net/MAC/Vendor.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MAC/Vendor/.packlist
+%%PERL5_MAN3%%/Net::MAC::Vendor.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MAC/Vendor
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MAC
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310041734.r94HYron029649>