From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 14:34:01 2014 Return-Path: Delivered-To: svn-ports-head@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 03538469; Sat, 8 Feb 2014 14:34:01 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E3840113A; Sat, 8 Feb 2014 14:34:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18EY0pH023723; Sat, 8 Feb 2014 14:34:00 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18EY0rD023718; Sat, 8 Feb 2014 14:34:00 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402081434.s18EY0rD023718@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 8 Feb 2014 14:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343339 - head/ftp/paraget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 14:34:01 -0000 Author: danilo Date: Sat Feb 8 14:34:00 2014 New Revision: 343339 URL: http://svnweb.freebsd.org/changeset/ports/343339 QAT: https://qat.redports.org/buildarchive/r343339/ Log: - Add stage support - Add LICENSE Modified: head/ftp/paraget/Makefile head/ftp/paraget/pkg-plist Modified: head/ftp/paraget/Makefile ============================================================================== --- head/ftp/paraget/Makefile Sat Feb 8 14:31:11 2014 (r343338) +++ head/ftp/paraget/Makefile Sat Feb 8 14:34:00 2014 (r343339) @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Parallel ftp-fetching program +LICENSE= GPLv2 + BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ @@ -18,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USES= perl5 USE_PERL5= configure -MAN1= paraget.1 - -NO_STAGE= yes .include Modified: head/ftp/paraget/pkg-plist ============================================================================== --- head/ftp/paraget/pkg-plist Sat Feb 8 14:31:11 2014 (r343338) +++ head/ftp/paraget/pkg-plist Sat Feb 8 14:34:00 2014 (r343339) @@ -1,5 +1,6 @@ bin/paraget bin/paraget-child +man/man1/paraget.1.gz %%SITE_PERL%%/Net/Paraget/Assignment.pm %%SITE_PERL%%/Net/Paraget/AssignmentManager.pm %%SITE_PERL%%/Net/Paraget/Client.pm