Date: Tue, 26 Jan 2010 16:31:08 GMT From: Boris Kochergin <spawk@acm.poly.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/143262: [UPDATE] sysutils/geomWatch to 1.1.0 Message-ID: <201001261631.o0QGV8JN058368@www.freebsd.org> Resent-Message-ID: <201001261640.o0QGe6M5025563@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143262 >Category: ports >Synopsis: [UPDATE] sysutils/geomWatch to 1.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 26 16:40:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Boris Kochergin >Release: 8.0-RELEASE-p1 >Organization: Polytechnic Institute of NYU >Environment: FreeBSD peer 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #4: Sat Dec 12 19:33:12 EST 2009 root@peer:/usr/obj/usr/src/sys/PEER i386 >Description: New features: - SMTP AUTH support. Bug fixes: - Replaced "bare LFs" with CRLFs in e-mails, making them compliant with RFC 822. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN geomWatch.old/Makefile geomWatch/Makefile --- geomWatch.old/Makefile 2010-01-26 09:51:36.396067409 -0500 +++ geomWatch/Makefile 2010-01-26 09:52:35.788097171 -0500 @@ -6,8 +6,7 @@ # PORTNAME= geomWatch -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= sysutils MASTER_SITES= http://isis.poly.edu/~bk/geomWatch/ \ http://bk.macroblock.net/geomWatch/ @@ -19,7 +18,7 @@ LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp PLIST_FILES= sbin/geomWatch \ - etc/rc.d/geomWatch \ + etc/rc.d/geomWatch \ etc/geomWatch.conf.sample SUB_FILES= pkg-message geomWatch diff -ruN geomWatch.old/distinfo geomWatch/distinfo --- geomWatch.old/distinfo 2010-01-26 09:51:36.386067531 -0500 +++ geomWatch/distinfo 2010-01-26 09:53:38.064123107 -0500 @@ -1,3 +1,3 @@ -MD5 (geomWatch-1.0.0.tbz) = ade5c2498ff08975e70600ef065b0945 -SHA256 (geomWatch-1.0.0.tbz) = 3cad58a1ffb036f941f59b1f4699b5cf3cca6435a960639fd53f176788479501 -SIZE (geomWatch-1.0.0.tbz) = 6181 +MD5 (geomWatch-1.1.0.tbz) = 78cd50517cd1b16e8d732525ce1cc450 +SHA256 (geomWatch-1.1.0.tbz) = 8ba902bdc260acf404084fe0adcbeaa4dd3a2724f53a729b60ffc8973093cf05 +SIZE (geomWatch-1.1.0.tbz) = 6715 diff -ruN geomWatch.old/files/pkg-message.in geomWatch/files/pkg-message.in --- geomWatch.old/files/pkg-message.in 2010-01-26 09:51:36.363067392 -0500 +++ geomWatch/files/pkg-message.in 2010-01-26 09:54:08.648142681 -0500 @@ -1,8 +1,8 @@ A sample geomWatch configuration file has been installed as %%PREFIX%%/etc/geomWatch.conf.sample. You should copy it to -%%PREFIX%%/etc/geomWatch.conf, edit it to your liking, and add the following line -to /etc/rc.conf: +%%PREFIX%%/etc/geomWatch.conf, edit it to your liking, and add the following +line to /etc/rc.conf: geomwatch_enable="YES" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001261631.o0QGV8JN058368>