From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 09:46:17 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 BEA3FB73; Fri, 4 Apr 2014 09:46:17 +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 A793C682; Fri, 4 Apr 2014 09:46:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s349kHUw007893; Fri, 4 Apr 2014 09:46:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s349kHfJ007892; Fri, 4 Apr 2014 09:46:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404040946.s349kHfJ007892@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Apr 2014 09:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350077 - head/devel/p5-Sys-Info-Base 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: Fri, 04 Apr 2014 09:46:17 -0000 Author: sunpoet Date: Fri Apr 4 09:46:17 2014 New Revision: 350077 URL: http://svnweb.freebsd.org/changeset/ports/350077 QAT: https://qat.redports.org/buildarchive/r350077/ Log: - Add LICENSE - Remove regression-test: Modified: head/devel/p5-Sys-Info-Base/Makefile Modified: head/devel/p5-Sys-Info-Base/Makefile ============================================================================== --- head/devel/p5-Sys-Info-Base/Makefile Fri Apr 4 09:32:12 2014 (r350076) +++ head/devel/p5-Sys-Info-Base/Makefile Fri Apr 4 09:46:17 2014 (r350077) @@ -11,13 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Base class for Sys::Info +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage USE_PERL5= configure USES= perl5 -regression-test test: build - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test - .include