Date: Fri, 25 Oct 2013 15:52:41 +0000 (UTC) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331602 - in head/misc/since: . files Message-ID: <201310251552.r9PFqfdn022362@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310251552.r9PFqfdn022362>