From owner-svn-ports-head@FreeBSD.ORG Sat Mar 15 08:55:14 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 427C17B5; Sat, 15 Mar 2014 08:55:14 +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 13FFDF81; Sat, 15 Mar 2014 08:55:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F8tDnT078896; Sat, 15 Mar 2014 08:55:13 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2F8tDZA078893; Sat, 15 Mar 2014 08:55:13 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201403150855.s2F8tDZA078893@svn.freebsd.org> From: Rene Ladan Date: Sat, 15 Mar 2014 08:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348299 - in head: . sysutils sysutils/wait_on 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.17 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: Sat, 15 Mar 2014 08:55:14 -0000 Author: rene Date: Sat Mar 15 08:55:13 2014 New Revision: 348299 URL: http://svnweb.freebsd.org/changeset/ports/348299 QAT: https://qat.redports.org/buildarchive/r348299/ Log: Resurrect sysutils/wait_on, it has a new home. [1] While here, fix packaging as user. Submitted by: Ondra Knezour Added: head/sysutils/wait_on/ - copied from r347741, head/sysutils/wait_on/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/wait_on/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Mar 15 08:37:48 2014 (r348298) +++ head/MOVED Sat Mar 15 08:55:13 2014 (r348299) @@ -5638,7 +5638,6 @@ emulators/cygne-sdl||2014-03-10|Has expi mail/newmail||2014-03-10|Has expired: No more public distfiles x11-toolkits/xscoop||2014-03-10|Has expired: No more public distfiles security/didentd||2014-03-10|Has expired: No more public distfiles -sysutils/wait_on||2014-03-10|Has expired: No more public distfiles net/freeswitch-sbc-devel||2014-03-10|Has expired: No more public distfiles multimedia/gxanim||2014-03-10|Has expired: No more public distfiles www/nd||2014-03-10|Has expired: No more public distfiles Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Mar 15 08:37:48 2014 (r348298) +++ head/sysutils/Makefile Sat Mar 15 08:55:13 2014 (r348299) @@ -986,6 +986,7 @@ SUBDIR += vpnc-scripts SUBDIR += vstrip SUBDIR += vttest + SUBDIR += wait_on SUBDIR += watchdog SUBDIR += watchfolder SUBDIR += watchmen Modified: head/sysutils/wait_on/Makefile ============================================================================== --- head/sysutils/wait_on/Makefile Mon Mar 10 11:40:33 2014 (r347741) +++ head/sysutils/wait_on/Makefile Sat Mar 15 08:55:13 2014 (r348299) @@ -4,14 +4,12 @@ PORTNAME= wait_on PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/wait_on/ +MASTER_SITES= http://weboutsourcing.cz/freebsd/ports/sysutils/wait_on/ MAINTAINER= ports@FreeBSD.org COMMENT= Enable shell scripts to monitor directories for new files -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - +USES= uidfix WRKSRC= ${WRKDIR}/wait_on PLIST_FILES= bin/wait_on man/man1/wait_on.1.gz