From owner-svn-ports-all@FreeBSD.ORG Mon May 26 15:33:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23EA86FA; Mon, 26 May 2014 15:33: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 F3A1B2EF9; Mon, 26 May 2014 15:33:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QFXG81097165; Mon, 26 May 2014 15:33:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QFXGOj097164; Mon, 26 May 2014 15:33:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405261533.s4QFXGOj097164@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 May 2014 15:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355372 - head/devel/p5-Cache-Simple-TimedExpiry 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.18 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: Mon, 26 May 2014 15:33:17 -0000 Author: sunpoet Date: Mon May 26 15:33:16 2014 New Revision: 355372 URL: http://svnweb.freebsd.org/changeset/ports/355372 QAT: https://qat.redports.org/buildarchive/r355372/ Log: - Add LICENSE - Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT PR: ports/190234 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/devel/p5-Cache-Simple-TimedExpiry/Makefile Modified: head/devel/p5-Cache-Simple-TimedExpiry/Makefile ============================================================================== --- head/devel/p5-Cache-Simple-TimedExpiry/Makefile Mon May 26 15:33:11 2014 (r355371) +++ head/devel/p5-Cache-Simple-TimedExpiry/Makefile Mon May 26 15:33:16 2014 (r355372) @@ -7,8 +7,11 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A lightweight cache with timed expiration +MAINTAINER= 5u623l20@gmail.com +COMMENT= Lightweight cache with timed expiration + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure