From owner-svn-ports-head@FreeBSD.ORG Fri Jun 27 17:08:59 2014 Return-Path: Delivered-To: svn-ports-head@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 16C4B4F4; Fri, 27 Jun 2014 17:08:59 +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 DDC81258B; Fri, 27 Jun 2014 17:08:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RH8wop092038; Fri, 27 Jun 2014 17:08:58 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RH8wHc092035; Fri, 27 Jun 2014 17:08:58 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406271708.s5RH8wHc092035@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 27 Jun 2014 17:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359583 - in head/sysutils/respond: . 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, 27 Jun 2014 17:08:59 -0000 Author: vanilla Date: Fri Jun 27 17:08:57 2014 New Revision: 359583 URL: http://svnweb.freebsd.org/changeset/ports/359583 QAT: https://qat.redports.org/buildarchive/r359583/ Log: Stagify. Approved by: portmgr@ (blanket approval) Added: head/sysutils/respond/files/ head/sysutils/respond/files/patch-Makefile (contents, props changed) Modified: head/sysutils/respond/Makefile head/sysutils/respond/pkg-descr Modified: head/sysutils/respond/Makefile ============================================================================== --- head/sysutils/respond/Makefile Fri Jun 27 17:04:52 2014 (r359582) +++ head/sysutils/respond/Makefile Fri Jun 27 17:08:57 2014 (r359583) @@ -9,13 +9,10 @@ MASTER_SITES= SF MAINTAINER= j.witteveen@gmail.com COMMENT= A response automator for logged events -PLIST_FILES= bin/${PORTNAME} -MAN1= respond.1 -MANCOMPRESSED= maybe +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ MANEXT=${MANEXT} -NO_STAGE= yes .include Added: head/sysutils/respond/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/respond/files/patch-Makefile Fri Jun 27 17:08:57 2014 (r359583) @@ -0,0 +1,13 @@ +--- Makefile.orig 2014-06-28 01:05:25.738044813 +0800 ++++ Makefile 2014-06-28 01:05:42.652046702 +0800 +@@ -39,8 +39,8 @@ respond.1.gz: respond.1 + + .PHONY: install + install: all +- $(INSTALL_PROGRAM) respond $(BINDIR)/respond +- $(INSTALL_MAN) $(MANPAGE) $(MANPREFIX)/man/man1/$(MANPAGE) ++ $(INSTALL_PROGRAM) respond $(DESTDIR)$(BINDIR)/respond ++ $(INSTALL_MAN) $(MANPAGE) $(DESTDIR)$(MANPREFIX)/man/man1/$(MANPAGE) + + .PHONY: uninstall + uninstall: Modified: head/sysutils/respond/pkg-descr ============================================================================== --- head/sysutils/respond/pkg-descr Fri Jun 27 17:04:52 2014 (r359582) +++ head/sysutils/respond/pkg-descr Fri Jun 27 17:08:57 2014 (r359583) @@ -3,4 +3,4 @@ each line it reads to the regular expres specified actionscript. If a line matches, respond executes a rewritten command defined in the actionscript. -WWW: http://respond.sf.net +WWW: http://respond.sf.net