summaryrefslogtreecommitdiffstats
path: root/mail/sigit
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-31 15:25:22 +0000
committerpetef <petef@FreeBSD.org>2001-10-31 15:25:22 +0000
commitb667836979ed182a84628a532f3d6b48ce82224c (patch)
tree972ad1f218aceaca99b7aecbf4299f8a2244cf7e /mail/sigit
parentcad4801e4917ff208834bf1c432a92e0672185cd (diff)
downloadFreeBSD-ports-b667836979ed182a84628a532f3d6b48ce82224c.zip
FreeBSD-ports-b667836979ed182a84628a532f3d6b48ce82224c.tar.gz
- update to 0.1.0
- update WWW: line
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 a48a240..167d7bb 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 653d918..ba73d93 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 0000000..db1f823
--- /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 8eaef1a..e08058f 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
OpenPOWER on IntegriCloud