aboutsummaryrefslogtreecommitdiff
path: root/mail/sigit
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-31 15:25:22 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-31 15:25:22 +0000
commite21a024b50700a9f24ae8d8cc385b2b6ca6585f0 (patch)
treee0040e0475f182f4965162db787679c589e93a75 /mail/sigit
parent1884e6e1a17616124bc367e9e722d3d13c3cc551 (diff)
downloadports-e21a024b50700a9f24ae8d8cc385b2b6ca6585f0.tar.gz
ports-e21a024b50700a9f24ae8d8cc385b2b6ca6585f0.zip
- update to 0.1.0
- update WWW: line
Notes
Notes: svn path=/head/; revision=49427
Diffstat (limited to 'mail/sigit')
-rw-r--r--mail/sigit/Makefile6
-rw-r--r--mail/sigit/distinfo2
-rw-r--r--mail/sigit/files/patch-deamoninit.c20
-rw-r--r--mail/sigit/pkg-descr2
4 files changed, 26 insertions, 4 deletions
diff --git a/mail/sigit/Makefile b/mail/sigit/Makefile
index a48a240dd9fd..167d7bb2ff88 100644
--- a/mail/sigit/Makefile
+++ b/mail/sigit/Makefile
@@ -6,13 +6,15 @@
#
PORTNAME= sigit
-PORTVERSION= 0.0.4
+PORTVERSION= 0.1.0
CATEGORIES= mail
-MASTER_SITES= http://www.math.ku.dk/~m99khn/download/stable/
+MASTER_SITES= http://www.redhead.dk/download/stable/
+DISTNAME= Sigit-${PORTVERSION}
MAINTAINER= petef@FreeBSD.org
USE_GMAKE= yes
+WRKSRC= ${WRKDIR}/sigit-${PORTVERSION}
MAN1= sigit.1 sigit.rc.1
diff --git a/mail/sigit/distinfo b/mail/sigit/distinfo
index 653d91843283..ba73d930c106 100644
--- a/mail/sigit/distinfo
+++ b/mail/sigit/distinfo
@@ -1 +1 @@
-MD5 (sigit-0.0.4.tar.gz) = a35bf12b85617254af81dcf5728c4291
+MD5 (Sigit-0.1.0.tar.gz) = 2f668e76780746498d44b15b60549317
diff --git a/mail/sigit/files/patch-deamoninit.c b/mail/sigit/files/patch-deamoninit.c
new file mode 100644
index 000000000000..db1f823ed5fb
--- /dev/null
+++ b/mail/sigit/files/patch-deamoninit.c
@@ -0,0 +1,20 @@
+--- deamoninit.c.orig Wed Oct 31 10:19:57 2001
++++ deamoninit.c Wed Oct 31 10:22:35 2001
+@@ -113,13 +113,13 @@
+ logging(2, 1, 0, 0, 1, "[ERROR] : Segfault bugtrace started at address: 0x%.8X\n", &ptr);
+ logging(1, 1, 0, 0, 1, "Running as pid: %d, with uid: %d, recieving status: %d\n",
+ &sig->si_pid, &sig->si_uid, &sig->si_status);
+- logging(1, 1, 0, 0, 1, "Consuming %d User time, and %d System time\n",
+- &sig->si_utime , &sig->si_stime);
++ /* logging(1, 1, 0, 0, 1, "Consuming %d User time, and %d System time\n",
++ &sig->si_utime , &sig->si_stime); */
+ logging(1, 1, 0, 0, 1, "Recovering from error code: %d\n", &sig->si_errno);
+ logging(1, 1, 0, 0, 1, "Caused at address: 0x%.8X\n", &sig->si_addr);
+- logging(1, 1, 0, 0, 1, "While mengeling with fd: %d\n", &sig->si_fd);
++ /* logging(1, 1, 0, 0, 1, "While mengeling with fd: %d\n", &sig->si_fd); */
+ /* hope this 'si_band' can be used here.. */
+- logging(1, 1, 0, 0, 1, "(%score dumped)\n", WCOREDUMP(&sig->si_band) ?"" : "no ");
++ /* logging(1, 1, 0, 0, 1, "(%score dumped)\n", WCOREDUMP(&sig->si_band) ?"" : "no "); */
+ /*logging(1, 1, 0, 0, 1, "");*/
+
+ /* hmmm should be a check here, about the syslog,
diff --git a/mail/sigit/pkg-descr b/mail/sigit/pkg-descr
index 8eaef1abb62e..e08058f4054f 100644
--- a/mail/sigit/pkg-descr
+++ b/mail/sigit/pkg-descr
@@ -2,7 +2,7 @@ sigit is a tool that runs in the background and puts a random quote
in a file (usually .plan or .signature) at a configurable interval.
It comes with sample data, and custom quotes can be added.
-WWW: http://www.redhead.dk/download/sigit-download.html
+WWW: http://www.redhead.dk/download/
- Pete
petef@FreeBSD.org