From owner-svn-ports-all@FreeBSD.ORG Thu May 15 12:59:19 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 902B6F5B; Thu, 15 May 2014 12:59:19 +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 7D5022564; Thu, 15 May 2014 12:59:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FCxJqF077857; Thu, 15 May 2014 12:59:19 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FCxJfp077856; Thu, 15 May 2014 12:59:19 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201405151259.s4FCxJfp077856@svn.freebsd.org> From: Renato Botelho Date: Thu, 15 May 2014 12:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354119 - head/ftp/ftpmirror 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: Thu, 15 May 2014 12:59:19 -0000 Author: garga Date: Thu May 15 12:59:19 2014 New Revision: 354119 URL: http://svnweb.freebsd.org/changeset/ports/354119 QAT: https://qat.redports.org/buildarchive/r354119/ Log: . Add LICENSE . Fix .packlist Modified: head/ftp/ftpmirror/Makefile Modified: head/ftp/ftpmirror/Makefile ============================================================================== --- head/ftp/ftpmirror/Makefile Thu May 15 12:55:27 2014 (r354118) +++ head/ftp/ftpmirror/Makefile Thu May 15 12:59:19 2014 (r354119) @@ -3,13 +3,15 @@ PORTNAME= ftpmirror PORTVERSION= 1.96 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/ MAINTAINER= garga@FreeBSD.org COMMENT= An utility to mirror directory hierarchy with FTP +LICENSE= BSD2CLAUSE + RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 OPTIONS_DEFINE= DOCS @@ -28,6 +30,7 @@ post-configure: ${WRKSRC}/Fan/Fan.pm post-install: + -@[ -d ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \; @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}