aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2006-08-22 20:44:47 +0800
committerjmelo <jmelo@FreeBSD.org>2006-08-22 20:44:47 +0800
commit8585eee13eb94ae03c454ed2c4f31739a6be650b (patch)
treef6f041143f9fdb5e3e6f5e1852e57c6dbf1a76f8
parent031a7725ea8a1a36eb505e64bdb56faae94c495b (diff)
downloadfreebsd-ports-gnome-8585eee13eb94ae03c454ed2c4f31739a6be650b.tar.gz
freebsd-ports-gnome-8585eee13eb94ae03c454ed2c4f31739a6be650b.tar.zst
freebsd-ports-gnome-8585eee13eb94ae03c454ed2c4f31739a6be650b.zip
- Add mastersite.
- Reformat pkg-descr - Remove unused checksums from distinfo - Pass maintainership to submitter. PR: ports/102358 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
-rw-r--r--misc/since/Makefile5
-rw-r--r--misc/since/distinfo2
-rw-r--r--misc/since/pkg-descr13
3 files changed, 8 insertions, 12 deletions
diff --git a/misc/since/Makefile b/misc/since/Makefile
index c4e05bc06248..ab93377082ff 100644
--- a/misc/since/Makefile
+++ b/misc/since/Makefile
@@ -8,9 +8,10 @@
PORTNAME= since
PORTVERSION= 0.5
CATEGORIES= misc
-MASTER_SITES= ftp://jade.cs.uct.ac.za/pub/
+MASTER_SITES= http://fresh.t-systems-sfr.com/linux/src/ \
+ http://www.goodking.ca/pub/files/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= thomas@goodking.ca
COMMENT= View the end of a file like tail(1), but save state between sessions
MAN1= since.1
diff --git a/misc/since/distinfo b/misc/since/distinfo
index 8614f9f0285f..e94dab80fbf1 100644
--- a/misc/since/distinfo
+++ b/misc/since/distinfo
@@ -1,5 +1,3 @@
MD5 (since-0.5.tar.gz) = 923c23f5198380cae42cbcaf411f3bca
-SHA1 (since-0.5.tar.gz) = 4b09435b7100e91a23010b2cb655a5d847558f3e
-RMD160 (since-0.5.tar.gz) = 87987c50612b2ab2df604b5029a6aab4d8f15ed8
SHA256 (since-0.5.tar.gz) = 179afff70f9e13fbdfda72e5b3862fd84f6eed7631543f696108012dba9abf64
SIZE (since-0.5.tar.gz) = 12557
diff --git a/misc/since/pkg-descr b/misc/since/pkg-descr
index f75d266e7306..4650a5894dc8 100644
--- a/misc/since/pkg-descr
+++ b/misc/since/pkg-descr
@@ -1,10 +1,7 @@
Paraphrasing since(1):
- since is similar to tail(1) since it also displays the tail of a file.
- However, since displays only the data which has been added since the last
- time since was run. If since has not been run before, the entire file is
- displayed. since is useful for watching over log files.
-
-Author: Marc Welz <marc@jade.cs.uct.ac.za>
-
--- Johann Visagie <wjv@FreeBSD.org>
+ since is similar to tail(1) since it also displays the tail of a
+ file. However, since displays only the data which has been added
+ since the last time since was run. If since has not been run
+ before, the entire file is displayed. since is useful for watching
+ over log files.