From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 21:23:25 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 28172873; Wed, 12 Feb 2014 21:23:25 +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 1291C1FB0; Wed, 12 Feb 2014 21:23:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CLNOkS096449; Wed, 12 Feb 2014 21:23:24 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CLNOLt096447; Wed, 12 Feb 2014 21:23:24 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402122123.s1CLNOLt096447@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 12 Feb 2014 21:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344017 - head/archivers/zoo 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.17 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: Wed, 12 Feb 2014 21:23:25 -0000 Author: ehaupt Date: Wed Feb 12 21:23:24 2014 New Revision: 344017 URL: http://svnweb.freebsd.org/changeset/ports/344017 QAT: https://qat.redports.org/buildarchive/r344017/ Log: - Support staging - Add mirror Modified: head/archivers/zoo/Makefile head/archivers/zoo/pkg-plist Modified: head/archivers/zoo/Makefile ============================================================================== --- head/archivers/zoo/Makefile Wed Feb 12 21:12:37 2014 (r344016) +++ head/archivers/zoo/Makefile Wed Feb 12 21:23:24 2014 (r344017) @@ -5,16 +5,21 @@ PORTNAME= zoo PORTVERSION= 2.10.1 PORTREVISION= 3 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ \ + CRITICAL DISTNAME= zoo-2.10pl1 MAINTAINER= gabor@FreeBSD.org COMMENT= Manipulate archives of files in compressed form -NO_STAGE= yes NO_WRKSUBDIR= yes ALL_TARGET= bsdansi MAKEFILE= makefile -MAN1= fiz.1 zoo.1 + +do-install: +.for f in fiz zoo + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 +.endfor .include Modified: head/archivers/zoo/pkg-plist ============================================================================== --- head/archivers/zoo/pkg-plist Wed Feb 12 21:12:37 2014 (r344016) +++ head/archivers/zoo/pkg-plist Wed Feb 12 21:23:24 2014 (r344017) @@ -1,2 +1,4 @@ bin/fiz bin/zoo +man/man1/fiz.1.gz +man/man1/zoo.1.gz