Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 10:53:15 -0500 (EST)
From:      Wesley Shields <wxs@atarininja.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118183: [MAINTAINER]: Update net/daemonlogger
Message-ID:  <20071121155315.076E25C37@syn.atarininja.org>
Resent-Message-ID: <200711211600.lALG08Rl095844@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118183
>Category:       ports
>Synopsis:       [MAINTAINER]: Update net/daemonlogger
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 16:00:08 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.2-RELEASE-p8 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #8: Mon Oct 8 13:38:09 EDT 2007 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
net/daemonlogger is up to version 1.0.  The attached patch updates the
port, cleans up some cruft at the end of pkg-descr and adds a patch (the
author forgot to bump the version in the release).

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/daemonlogger/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	17 Sep 2007 13:57:46 -0000	1.2
+++ Makefile	21 Nov 2007 15:50:58 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	daemonlogger
-PORTVERSION=	0.91
+PORTVERSION=	1.0
 CATEGORIES=	net
 MASTER_SITES=	http://www.snort.org/dl/daemonlogger/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/daemonlogger/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	17 Sep 2007 13:57:46 -0000	1.2
+++ distinfo	21 Nov 2007 15:50:58 -0000
@@ -1,3 +1,3 @@
-MD5 (daemonlogger-0.91.tar.gz) = 692e713bb429f21b9cf42d1179fc4223
-SHA256 (daemonlogger-0.91.tar.gz) = 4c114bbd3a57f555939f59a07a1f28d2ca8014aca55c8d3d2d93f386187ea654
-SIZE (daemonlogger-0.91.tar.gz) = 108210
+MD5 (daemonlogger-1.0.tar.gz) = c6db2af9b728aed179f0ffe2bca39214
+SHA256 (daemonlogger-1.0.tar.gz) = d056096c73c133cedd1e700a1df04a494a7f94b8753d9b99a946663d1bab9964
+SIZE (daemonlogger-1.0.tar.gz) = 110693
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/net/daemonlogger/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	11 Apr 2007 06:05:50 -0000	1.1
+++ pkg-descr	21 Nov 2007 15:50:58 -0000
@@ -3,7 +3,3 @@
 interface if configured as such.
 
 WWW: http://www.snort.org/dl/daemonlogger/
-
--- WXS
-Wesley Shields
-wxs@csh.rit.edu
Index: files/patch-daemonlogger.c
===================================================================
RCS file: files/patch-daemonlogger.c
diff -N files/patch-daemonlogger.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-daemonlogger.c	21 Nov 2007 15:50:58 -0000
@@ -0,0 +1,11 @@
+--- ./daemonlogger.c.orig	2007-11-21 10:48:21.000000000 -0500
++++ ./daemonlogger.c	2007-11-21 10:48:43.000000000 -0500
+@@ -108,7 +108,7 @@
+ #define ERROR       1
+ #define STDBUF      1024
+ #define GIGABYTE    1 << 30
+-#define VERSION     "0.91"
++#define VERSION     "1.0"
+ 
+ typedef enum {
+     MINUTES=1,
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071121155315.076E25C37>