From owner-svn-ports-all@freebsd.org Fri Jun 30 22:13:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C6D2D9BF75; Fri, 30 Jun 2017 22:13:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CA6B87F47C; Fri, 30 Jun 2017 22:13:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5UMDoO6048041; Fri, 30 Jun 2017 22:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UMDoxK048039; Fri, 30 Jun 2017 22:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706302213.v5UMDoxK048039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Jun 2017 22:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444792 - head/ftp/p5-Net-FTP-Common X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/p5-Net-FTP-Common X-SVN-Commit-Revision: 444792 X-SVN-Commit-Repository: ports 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.23 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, 30 Jun 2017 22:13:52 -0000 Author: sunpoet Date: Fri Jun 30 22:13:50 2017 New Revision: 444792 URL: https://svnweb.freebsd.org/changeset/ports/444792 Log: Remove Perl core modules - While I'm here: - Add LICENSE - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change With hat: perl Modified: head/ftp/p5-Net-FTP-Common/Makefile head/ftp/p5-Net-FTP-Common/pkg-plist Modified: head/ftp/p5-Net-FTP-Common/Makefile ============================================================================== --- head/ftp/p5-Net-FTP-Common/Makefile Fri Jun 30 22:13:45 2017 (r444791) +++ head/ftp/p5-Net-FTP-Common/Makefile Fri Jun 30 22:13:50 2017 (r444792) @@ -2,7 +2,7 @@ PORTNAME= Net-FTP-Common PORTVERSION= 7.0.d -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,8 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module to provide simplify common usages of Net::FTP -RUN_DEPENDS= p5-Net>=0:net/p5-Net +LICENSE= MIT +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/ftp/p5-Net-FTP-Common/pkg-plist ============================================================================== --- head/ftp/p5-Net-FTP-Common/pkg-plist Fri Jun 30 22:13:45 2017 (r444791) +++ head/ftp/p5-Net-FTP-Common/pkg-plist Fri Jun 30 22:13:50 2017 (r444792) @@ -1,4 +1,4 @@ -%%SITE_PERL%%/TestConfig.pm %%SITE_PERL%%/Net/FTP/Common.pm %%SITE_PERL%%/Net/FTP/Common.pod +%%SITE_PERL%%/TestConfig.pm %%PERL5_MAN3%%/Net::FTP::Common.3.gz