From owner-svn-ports-all@FreeBSD.ORG Tue Oct 16 05:38:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4206CE89; Tue, 16 Oct 2012 05:38:26 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC228FC08; Tue, 16 Oct 2012 05:38:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9G5cQSU058029; Tue, 16 Oct 2012 05:38:26 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9G5cPYl058027; Tue, 16 Oct 2012 05:38:25 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201210160538.q9G5cPYl058027@svn.freebsd.org> From: Andrej Zverev Date: Tue, 16 Oct 2012 05:38:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305949 - head/sysutils/psgconf 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.14 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: Tue, 16 Oct 2012 05:38:26 -0000 Author: az Date: Tue Oct 16 05:38:25 2012 New Revision: 305949 URL: http://svn.freebsd.org/changeset/ports/305949 Log: - fix breakage Pointyhat to: az@ Feature safe: yes Modified: head/sysutils/psgconf/Makefile (contents, props changed) Modified: head/sysutils/psgconf/Makefile ============================================================================== --- head/sysutils/psgconf/Makefile Tue Oct 16 04:17:02 2012 (r305948) +++ head/sysutils/psgconf/Makefile Tue Oct 16 05:38:25 2012 (r305949) @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Config-Objective>=0:${ p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \ - Unix-Mknod>=0:${PORTSDIR}/sysutils/p5-Unix-Mknod \ + p5-Unix-Mknod>=0:${PORTSDIR}/sysutils/p5-Unix-Mknod \ p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ p5-version>=0:${PORTSDIR}/devel/p5-version \ p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff