From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 04:01:37 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 E1312241; Wed, 16 Jul 2014 04:01:37 +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 CD25D27D5; Wed, 16 Jul 2014 04:01:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G41bp1013176; Wed, 16 Jul 2014 04:01:37 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6G41b9e013172; Wed, 16 Jul 2014 04:01:37 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407160401.s6G41b9e013172@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 16 Jul 2014 04:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362028 - in head/net: coda6_client coda6_server 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: Wed, 16 Jul 2014 04:01:38 -0000 Author: vanilla Date: Wed Jul 16 04:01:36 2014 New Revision: 362028 URL: http://svnweb.freebsd.org/changeset/ports/362028 QAT: https://qat.redports.org/buildarchive/r362028/ Log: 1: Stagify. 2: add RUN_DEPENDS to perl, bump version. Approved by: portmgr@ (blanket) Modified: head/net/coda6_client/Makefile head/net/coda6_client/pkg-plist head/net/coda6_server/Makefile head/net/coda6_server/pkg-plist Modified: head/net/coda6_client/Makefile ============================================================================== --- head/net/coda6_client/Makefile Wed Jul 16 03:47:05 2014 (r362027) +++ head/net/coda6_client/Makefile Wed Jul 16 04:01:36 2014 (r362028) @@ -1,7 +1,7 @@ # Created by: Tim Robbins # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Client programs for a replicated high-performance network file system @@ -10,5 +10,4 @@ PKGDIR= ${.CURDIR} CODA_SUITE= client -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/net/coda6_client/pkg-plist ============================================================================== --- head/net/coda6_client/pkg-plist Wed Jul 16 03:47:05 2014 (r362027) +++ head/net/coda6_client/pkg-plist Wed Jul 16 04:01:36 2014 (r362028) @@ -19,6 +19,22 @@ bin/xaskuser bin/xfrepair etc/coda/realms etc/coda/venus.conf.ex +man/man1/au.1.gz +man/man1/cfs.1.gz +man/man1/clog.1.gz +man/man1/cmon.1.gz +man/man1/coda_replay.1.gz +man/man1/cpasswd.1.gz +man/man1/ctokens.1.gz +man/man1/cunlog.1.gz +man/man1/hoard.1.gz +man/man1/mkcodabf.1.gz +man/man1/repair.1.gz +man/man1/spy.1.gz +man/man8/venus-setup.8.gz +man/man8/venus.8.gz +man/man8/volmunge.8.gz +man/man8/vutil.8.gz sbin/asrlauncher sbin/codaconfedit sbin/venus Modified: head/net/coda6_server/Makefile ============================================================================== --- head/net/coda6_server/Makefile Wed Jul 16 03:47:05 2014 (r362027) +++ head/net/coda6_server/Makefile Wed Jul 16 04:01:36 2014 (r362028) @@ -3,7 +3,7 @@ PORTNAME= coda PORTVERSION= 6.9.4 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ ftp://ftp.planetmirror.com/pub/coda/src/ \ @@ -18,61 +18,20 @@ LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel librpc2.so:${PORTSDIR}/devel/rpc2 \ librvmlwp.so:${PORTSDIR}/devel/rvm -USES= pkgconfig gmake +USES= pkgconfig gmake shebangfix perl5 +USE_PERL5= run +SHEBANG_FILES= coda-src/scripts/tape.pl \ + coda-src/scripts/volinfo.pl \ + coda-src/scripts/volsizes.pl \ + coda-src/scripts/volmunge GNU_CONFIGURE= yes - CONFIGURE_ARGS+= --enable-${CODA_SUITE} - CODA_SUITE?= server .if ${CODA_SUITE} == server CONFLICTS= openafs-[0-9]* - -MAN5= backuplogs.5 \ - dumpfile.5 \ - dumplist.5 \ - maxgroupid.5 \ - passwd.coda.5 \ - servers.5 \ - vicetab.5 \ - volumelist.5 \ - vrdb.5 -MAN8= auth2.8 \ - backup.8 \ - bldvldb.sh.8 \ - codasrv.8 \ - createvol_rep.8 \ - initpw.8 \ - merge.8 \ - norton.8 \ - pdbtool.8 \ - purgevol_rep.8 \ - readdump.8 \ - startserver.8 \ - updateclnt.8 \ - updatesrv.8 \ - vice-setup.8 \ - volutil.8 -.else -MAN1= au.1 \ - cfs.1 \ - clog.1 \ - cmon.1 \ - coda_replay.1 \ - cpasswd.1 \ - ctokens.1 \ - cunlog.1 \ - hoard.1 \ - mkcodabf.1 \ - repair.1 \ - spy.1 -MAN8= venus-setup.8 \ - venus.8 \ - volmunge.8 \ - vutil.8 .endif -NO_STAGE= yes .include .if ${CODA_SUITE} == client Modified: head/net/coda6_server/pkg-plist ============================================================================== --- head/net/coda6_server/pkg-plist Wed Jul 16 03:47:05 2014 (r362027) +++ head/net/coda6_server/pkg-plist Wed Jul 16 04:01:36 2014 (r362028) @@ -5,6 +5,31 @@ bin/rvmsizer bin/smon2 etc/coda/server.conf.ex @dirrmtry etc/coda +man/man5/backuplogs.5.gz +man/man5/dumpfile.5.gz +man/man5/dumplist.5.gz +man/man5/maxgroupid.5.gz +man/man5/passwd.coda.5.gz +man/man5/servers.5.gz +man/man5/vicetab.5.gz +man/man5/volumelist.5.gz +man/man5/vrdb.5.gz +man/man8/auth2.8.gz +man/man8/backup.8.gz +man/man8/bldvldb.sh.8.gz +man/man8/codasrv.8.gz +man/man8/createvol_rep.8.gz +man/man8/initpw.8.gz +man/man8/merge.8.gz +man/man8/norton.8.gz +man/man8/pdbtool.8.gz +man/man8/purgevol_rep.8.gz +man/man8/readdump.8.gz +man/man8/startserver.8.gz +man/man8/updateclnt.8.gz +man/man8/updatesrv.8.gz +man/man8/vice-setup.8.gz +man/man8/volutil.8.gz sbin/auth2 sbin/backup sbin/backup.sh