Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2011 15:02:11 GMT
From:      Boris Kochergin <spawk@acm.poly.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159358: [UPDATE] sysutils/geomWatch to 1.3.0
Message-ID:  <201108011502.p71F2Bwi040971@red.freebsd.org>
Resent-Message-ID: <201108011510.p71FABel039891@freefall.freebsd.org>

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

>Number:         159358
>Category:       ports
>Synopsis:       [UPDATE] sysutils/geomWatch to 1.3.0
>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:   Mon Aug 01 15:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kochergin
>Release:        9.0-CURRENT
>Organization:
New York Internet
>Environment:
FreeBSD t42 9.0-CURRENT FreeBSD 9.0-CURRENT #4: Fri Jun 24 10:13:30 EDT 2011     root@t42:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
  * New features:

    * Added support for ZFS version 28.

    * Added a -t command-line option for testing SMTP configuration.

  * Bug fixes:

    * SMTP error messages from previous attempts to send mail are no longer
      carried over and prepended to new ones.

    * Fixed a bug that caused all e-mail after the first one to be sent to only
      the last configured recipient.

    * The value of the "from" configuration parameter should not be sent as the
      SMTP envelope sender, as that has the possibility of violating RFC 2821.
      Consequently, the "from" configuration parameter has been replaced by the
      "senderName" and "senderAddress" parameters, from which a correct
      envelope sender and "From" message header will be generated. So as not to
      break existing configuration files, if the "senderName" parameter is
      missing, it will be set to "GEOM Watch", and if the "senderAddress"
      parameter is missing, it will be set to "geomwatch@" followed by the
      system's hostname.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN geomWatch.old/Makefile geomWatch/Makefile
--- geomWatch.old/Makefile	2010-06-03 18:03:14.000000000 -0400
+++ geomWatch/Makefile	2011-08-01 10:49:17.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	geomWatch
-PORTVERSION=	1.2.2
+PORTVERSION=	1.3.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://isis.poly.edu/~bk/${PORTNAME}/ \
 		http://bk.macroblock.net/${PORTNAME}/
@@ -28,6 +28,12 @@
 .elif ${OSVERSION} < 702102 || \
 	(${OSVERSION} >= 800000 && ${OSVERSION} < 800054)
 MAKE_ARGS+=	WITH_ZFS=6
+.elif (${OSVERSION} >= 702102 && ${OSVERSION} < 800000) || \
+	(${OSVERSION} >= 800054 && ${OSVERSION} < 802506) || \
+	(${OSVERSION} >= 900000 && ${OSVERSION} < 900033)
+MAKE_ARGS+=	WITH_ZFS=13
+.else
+MAKE_ARGS+=	WITH_ZFS=28
 .endif
 
 post-install:
diff -ruN geomWatch.old/distinfo geomWatch/distinfo
--- geomWatch.old/distinfo	2011-03-19 12:06:22.000000000 -0400
+++ geomWatch/distinfo	2011-08-01 10:51:40.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (geomWatch-1.2.2.tbz) = 24bf1c23f9bb1a2fe4ea61835ad9dd8bfcdfc261f20339ba4fdcca049ec59ad0
-SIZE (geomWatch-1.2.2.tbz) = 82665
+SHA256 (geomWatch-1.3.0.tbz) = ef81cbaf27558d9e957f924697e681d20cc2e44fafa0eff6c192fd2c1c242570
+SIZE (geomWatch-1.3.0.tbz) = 128787
diff -ruN geomWatch.old/files/pkg-message.in geomWatch/files/pkg-message.in
--- geomWatch.old/files/pkg-message.in	2010-05-17 00:06:18.000000000 -0400
+++ geomWatch/files/pkg-message.in	2011-08-01 10:13:47.000000000 -0400
@@ -8,3 +8,7 @@
 
 %%PREFIX%%/etc/rc.d/geomWatch start
 
+You can also test your SMTP configuration by running the following command:
+
+%%PREFIX%%/sbin/geomWatch -t
+


>Release-Note:
>Audit-Trail:
>Unformatted:



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