Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 14:25:40 +0200 (CEST)
From:      Mads Martin Joergensen <mmj@mmj.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67829: mail/biabam version bump to 0.9.6
Message-ID:  <20040611122540.B8E35F3422@panther.mmj.dk>
Resent-Message-ID: <200406111230.i5BCUKxk092638@freefall.freebsd.org>

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

>Number:         67829
>Category:       ports
>Synopsis:       mail/biabam version bump to 0.9.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 11 12:30:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mads Martin Joergensen
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD panther.mmj.dk 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #2: Wed May 26 19:54:28 CEST 2004 root@panther.mmj.dk:/usr/obj/usr/src/sys/PANTHER i386


	
>Description:
	Update /usr/ports/mail/biabam to 0.9.6
>How-To-Repeat:
	
>Fix:

	Apply the below patch.

--- biabam.diff begins here ---
--- biabam/Makefile
+++ biabam/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	biabam
-PORTVERSION=	0.9.5
+PORTVERSION=	0.9.6
 CATEGORIES=	mail
 MASTER_SITES=	http://mmj.dk/biabam/
 
--- biabam/distinfo
+++ biabam/distinfo
@@ -1,2 +1,2 @@
-MD5 (biabam-0.9.5.tar.gz) = 304dad3a6d8497f7cacdc6672d5c7a1d
-SIZE (biabam-0.9.5.tar.gz) = 7881
+MD5 (biabam-0.9.6.tar.gz) = f4e610b38ab35f55a9a0512521c04cb6
+SIZE (biabam-0.9.6.tar.gz) = 8763
--- biabam/pkg-descr
+++ biabam/pkg-descr
@@ -1,18 +1,19 @@
 Biabam Is A Bash Attachment Mailer
 
-To use BIABAM use the following syntax (yes, it is on my todo list, to add
-switches so the syntax get's like mailing with commandline Mutt):
+To use BIABAM use the following syntax:
 
-echo <body> | biabam <attachment> -s <subject> <recipient>
+echo [body] | biabam attachment1,[attachment2,attachmentN] [-s subject] \
+	      recipient1[,recipient2,recipientN]
 
 Example:
-echo "Here is the tarball you requested" | \
-  biabam foobar-0.7.8.tar.gz -s "Answer to your request" john@doe.org
+echo "Here are the tarballs you requested" | biabam \
+     foobar-0.7.8.tar.gz,coolapp-0.4.3.tar.gz,otherapp-4.3.0.tar.gz \
+     -s "Answer to your request" john@doe.org,irene@prima.org,cira@alpispa.es
 
 If no text is piped into biabam, it will wait for text on standard input
 (finish with CTRL-D)
 
-BIABAM also works with the Bourne shell (/bin/sh).
-
 - George Reid
 greid@ukug.uk.freebsd.org
+- Mads Martin Joergensen
+mmj@mmj.dk
--- biabam.diff ends here ---


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



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