From owner-svn-ports-head@FreeBSD.ORG Fri Oct 25 15:52:42 2013 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 ESMTP id 105E0797; Fri, 25 Oct 2013 15:52:42 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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 F1B312F60; Fri, 25 Oct 2013 15:52:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PFqfCY022366; Fri, 25 Oct 2013 15:52:41 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9PFqfdn022362; Fri, 25 Oct 2013 15:52:41 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201310251552.r9PFqfdn022362@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 25 Oct 2013 15:52:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331602 - in head/misc/since: . 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.14 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, 25 Oct 2013 15:52:42 -0000 Author: tabthorpe Date: Fri Oct 25 15:52:40 2013 New Revision: 331602 URL: http://svnweb.freebsd.org/changeset/ports/331602 Log: - Convert to staging Modified: head/misc/since/Makefile head/misc/since/files/patch-Makefile (contents, props changed) head/misc/since/files/patch-since.1 (contents, props changed) head/misc/since/pkg-descr (contents, props changed) Modified: head/misc/since/Makefile ============================================================================== --- head/misc/since/Makefile Fri Oct 25 15:48:30 2013 (r331601) +++ head/misc/since/Makefile Fri Oct 25 15:52:40 2013 (r331602) @@ -10,14 +10,15 @@ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= View the end of a file like tail(1), but save state between sessions LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes +USES= gmake ALL_TARGET= ${PORTNAME} -MAN1= since.1 -PLIST_FILES= bin/since +PLIST_FILES= bin/since man/man1/since.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/since ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/since.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -NO_STAGE= yes .include Modified: head/misc/since/files/patch-Makefile ============================================================================== --- head/misc/since/files/patch-Makefile Fri Oct 25 15:48:30 2013 (r331601) +++ head/misc/since/files/patch-Makefile Fri Oct 25 15:52:40 2013 (r331602) @@ -1,6 +1,6 @@ ---- Makefile.orig 2010-07-10 08:57:32.000000000 -0400 -+++ Makefile 2010-07-15 23:44:12.000000000 -0400 -@@ -1,25 +1,22 @@ +--- ./Makefile.orig 2010-07-10 08:57:32.000000000 -0400 ++++ ./Makefile 2013-10-25 11:33:34.000000000 -0400 +@@ -1,16 +1,14 @@ # IMHO auto{make,conf} is overkill. Simple, readable makefiles improve security -prefix=/usr/local @@ -16,16 +16,5 @@ -CC = gcc RM = rm -f --INSTALL = install -D + INSTALL = install -D - $(NAME): $(NAME).c - $(CC) $(CFLAGS) -o $@ $^ - - install: $(NAME) -- $(INSTALL) $(NAME) $(prefix)/bin/$(NAME) -- $(INSTALL) $(NAME).1 $(prefix)/share/man/man1/$(NAME).1 -+ $(BSD_INSTALL_PROGRAM) $(NAME) $(PREFIX)/bin/$(NAME) -+ $(BSD_INSTALL_MAN) $(NAME).1 $(PREFIX)/man/man1/$(NAME).1 - - clean: - $(RM) $(NAME) core *.o Modified: head/misc/since/files/patch-since.1 ============================================================================== --- head/misc/since/files/patch-since.1 Fri Oct 25 15:48:30 2013 (r331601) +++ head/misc/since/files/patch-since.1 Fri Oct 25 15:52:40 2013 (r331602) @@ -1,5 +1,5 @@ --- ./since.1.orig 2009-01-05 15:52:55.000000000 -0500 -+++ ./since.1 2009-06-17 14:06:14.000000000 -0400 ++++ ./since.1 2013-10-25 11:29:39.000000000 -0400 @@ -1,4 +1,4 @@ -.TH SINCE 1 "JULY 1998" Linux "User Manuals" +.TH SINCE 1 "JULY 1998" FreeBSD "User Manuals" Modified: head/misc/since/pkg-descr ============================================================================== --- head/misc/since/pkg-descr Fri Oct 25 15:48:30 2013 (r331601) +++ head/misc/since/pkg-descr Fri Oct 25 15:52:40 2013 (r331602) @@ -1,5 +1,5 @@ -since is a unix utility similar to tail. Unlike tail, since only -shows the lines appended since the last time. It is useful to monitor -growing log files. +since is a unix utility similar to tail. Unlike tail, since only shows the +lines appended since the last time. It is useful to monitor growing log +files. -WWW: http://welz.org.za/projects/since +WWW: http://welz.org.za/projects/since