From owner-svn-ports-head@FreeBSD.ORG Fri Jun 6 14:47:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B190415B; Fri, 6 Jun 2014 14:47:29 +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 849B728EA; Fri, 6 Jun 2014 14:47:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56ElT2P072778; Fri, 6 Jun 2014 14:47:29 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56ElTYG072776; Fri, 6 Jun 2014 14:47:29 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406061447.s56ElTYG072776@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Jun 2014 14:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356796 - in head/sysutils/cdeploy: . files 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.18 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: Fri, 06 Jun 2014 14:47:29 -0000 Author: vanilla Date: Fri Jun 6 14:47:28 2014 New Revision: 356796 URL: http://svnweb.freebsd.org/changeset/ports/356796 QAT: https://qat.redports.org/buildarchive/r356796/ Log: Stagify. Added: head/sysutils/cdeploy/files/ head/sysutils/cdeploy/files/patch-Makefile (contents, props changed) Modified: head/sysutils/cdeploy/Makefile Modified: head/sysutils/cdeploy/Makefile ============================================================================== --- head/sysutils/cdeploy/Makefile Fri Jun 6 14:40:34 2014 (r356795) +++ head/sysutils/cdeploy/Makefile Fri Jun 6 14:47:28 2014 (r356796) @@ -1,20 +1,16 @@ # Created by: jfreund # $FreeBSD$ -PORTNAME= cdeploy +PORTNAME= cdeploy PORTVERSION= 0.2.1 -CATEGORIES= sysutils +CATEGORIES= sysutils MASTER_SITES= SF/root-tools/cdeploy/0.2 -MAINTAINER= ports@FreeBSD.org -COMMENT= Deploy a set of configuration files to a target file system +MAINTAINER= ports@FreeBSD.org +COMMENT= Deploy a set of configuration files to a target file system -USE_BZIP2= yes +USES= tar:bzip2 -MAN1= cdeploy.1 -MANCOMPRESSED= yes +PLIST_FILES= man/man1/cdeploy.1.gz sbin/cdeploy -PLIST_FILES= sbin/cdeploy - -NO_STAGE= yes .include Added: head/sysutils/cdeploy/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cdeploy/files/patch-Makefile Fri Jun 6 14:47:28 2014 (r356796) @@ -0,0 +1,14 @@ +--- Makefile.orig 2014-06-06 22:45:04.941118895 +0800 ++++ Makefile 2014-06-06 22:45:42.650118186 +0800 +@@ -5,9 +5,8 @@ all: + chmod 0555 cdeploy + + install: +- install -o root -g wheel -m 0555 cdeploy.sh /usr/local/sbin/cdeploy +- install -o root -g wheel -m 0444 cdeploy.1 /usr/local/man/man1/cdeploy.1 +- gzip -f9 /usr/local/man/man1/cdeploy.1 ++ install -o root -g wheel -m 0555 cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy ++ install -o root -g wheel -m 0444 cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1 + + deinstall: + rm -f /usr/local/sbin/cdeploy