From owner-svn-ports-all@FreeBSD.ORG Tue Apr 29 21:11:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C260282F; Tue, 29 Apr 2014 21:11:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B028619E9; Tue, 29 Apr 2014 21:11:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3TLBOqo044121; Tue, 29 Apr 2014 21:11:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3TLBOpb044120; Tue, 29 Apr 2014 21:11:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404292111.s3TLBOpb044120@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Apr 2014 21:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352654 - head/devel/p5-Sys-Info-Driver-BSD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2014 21:11:24 -0000 Author: sunpoet Date: Tue Apr 29 21:11:24 2014 New Revision: 352654 URL: http://svnweb.freebsd.org/changeset/ports/352654 QAT: https://qat.redports.org/buildarchive/r352654/ Log: - Add LICENSE - Update *_DEPENDS Modified: head/devel/p5-Sys-Info-Driver-BSD/Makefile Modified: head/devel/p5-Sys-Info-Driver-BSD/Makefile ============================================================================== --- head/devel/p5-Sys-Info-Driver-BSD/Makefile Tue Apr 29 21:11:19 2014 (r352653) +++ head/devel/p5-Sys-Info-Driver-BSD/Makefile Tue Apr 29 21:11:24 2014 (r352654) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= Sys-Info-Driver-BSD -PORTVERSION= 0.78.01 +PORTVERSION= 0.7801 CATEGORIES= devel sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= BSD driver for Sys::Info +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-BSD-Sysctl>=0.08:${PORTSDIR}/sysutils/p5-BSD-Sysctl \ - p5-Sys-Info-Base>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Base \ + p5-Sys-Info-Base>=0.7801:${PORTSDIR}/devel/p5-Sys-Info-Base \ p5-Unix-Processors>=0:${PORTSDIR}/sysutils/p5-Unix-Processors RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \