From owner-svn-ports-all@FreeBSD.ORG Sat Mar 28 14:42:12 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50F4E777; Sat, 28 Mar 2015 14:42:12 +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 20F6DB7A; Sat, 28 Mar 2015 14:42:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SEgCt1074850; Sat, 28 Mar 2015 14:42:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SEgBGf074847; Sat, 28 Mar 2015 14:42:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503281442.t2SEgBGf074847@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Mar 2015 14:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382490 - head/devel/p5-File-DesktopEntry 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-1 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: Sat, 28 Mar 2015 14:42:12 -0000 Author: sunpoet Date: Sat Mar 28 14:42:10 2015 New Revision: 382490 URL: https://svnweb.freebsd.org/changeset/ports/382490 QAT: https://qat.redports.org/buildarchive/r382490/ Log: - Update to 0.08 - Add LICENSE - Fix *_DEPENDS: File::Spec is already in all supported Perl releases - Use single space after WWW: Changes: http://search.cpan.org/dist/File-DesktopEntry/Changes PR: 198412 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 20 days) Modified: head/devel/p5-File-DesktopEntry/Makefile head/devel/p5-File-DesktopEntry/distinfo head/devel/p5-File-DesktopEntry/pkg-descr Modified: head/devel/p5-File-DesktopEntry/Makefile ============================================================================== --- head/devel/p5-File-DesktopEntry/Makefile Sat Mar 28 14:41:59 2015 (r382489) +++ head/devel/p5-File-DesktopEntry/Makefile Sat Mar 28 14:42:10 2015 (r382490) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= File-DesktopEntry -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= acm@FreeBSD.org COMMENT= Object to handle desktop files -BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ - p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include Modified: head/devel/p5-File-DesktopEntry/distinfo ============================================================================== --- head/devel/p5-File-DesktopEntry/distinfo Sat Mar 28 14:41:59 2015 (r382489) +++ head/devel/p5-File-DesktopEntry/distinfo Sat Mar 28 14:42:10 2015 (r382490) @@ -1,2 +1,2 @@ -SHA256 (File-DesktopEntry-0.05.tar.gz) = 21c5f6422fe0c21a4e42bab2a8e24be41b11c6a7f95723b6e3999d80800a65d9 -SIZE (File-DesktopEntry-0.05.tar.gz) = 16623 +SHA256 (File-DesktopEntry-0.08.tar.gz) = 1e51b962f21fb9ce31df88210e305605f48f595845eed536c1f049cf0de09486 +SIZE (File-DesktopEntry-0.08.tar.gz) = 14273 Modified: head/devel/p5-File-DesktopEntry/pkg-descr ============================================================================== --- head/devel/p5-File-DesktopEntry/pkg-descr Sat Mar 28 14:41:59 2015 (r382489) +++ head/devel/p5-File-DesktopEntry/pkg-descr Sat Mar 28 14:42:10 2015 (r382490) @@ -1,4 +1,4 @@ This module is used to work with .desktop files. The format of these files is specified by the freedesktop "Desktop Entry" specification. -WWW: http://search.cpan.org/dist/File-DesktopEntry/ +WWW: http://search.cpan.org/dist/File-DesktopEntry/