Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  3 Aug 2001 23:15:54 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jus@security.za.net
Subject:   ports/29424: Update port mail/ripmime to 1.0.6
Message-ID:  <20010804031554.41C46D919@entropy.databits.net>

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

>Number:         29424
>Category:       ports
>Synopsis:       Update port mail/ripmime to 1.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 19:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

- update to version 1.0.6
- clean up pkg-{descr,message}
- make ${PREFIX}-clean

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/ripmime/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2001/05/17 06:33:24	1.2
+++ Makefile	2001/08/04 02:55:42
@@ -6,15 +6,14 @@
 #
 
 PORTNAME=	ripmime
-PORTVERSION=	1.0.0pr4
+PORTVERSION=	1.0.6
 CATEGORIES=	mail
 MASTER_SITES=	http://www.pldaniels.com/ripmime/
 
 MAINTAINER=	jus@security.za.net
 
 pre-build:
-	${PERL} -pi -e "s@/usr/bin/gcc@${CC}@g; \
-			s@-Wall -O3 -m486@${CFLAGS}@g" ${WRKSRC}/Makefile
+	${PERL} -pi -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!' ${WRKSRC}/Makefile
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/ripmime/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2001/05/17 06:33:24	1.2
+++ distinfo	2001/08/04 02:50:20
@@ -1 +1 @@
-MD5 (ripmime-1.0.0pr4.tar.gz) = a8e512108662c913e0883a2964d68f78
+MD5 (ripmime-1.0.6.tar.gz) = 714419eaf7e91531d9b82e0ad81a32f1
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/mail/ripmime/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2001/04/07 07:42:47	1.1
+++ pkg-descr	2001/08/04 02:55:43
@@ -1,14 +1,5 @@
-RipMIME README:
-
-RipMIME is a small program which has been developed as part of the
-commercial cInflex development (http://cinflex.pldaniels.com).
-
-RipMIME is being presented here to the public under a BSD style
-licence (see the LICENCE file included in with this package).
-
-RipMIME has been written with one sole purpose in mind, to extract the
-attached files out of a MIME encoded email package.
-
+RipMIME is a utility to extract attached files out of a MIME-encoded
+email message.
 
 WWW: http://www.pldaniels.com/ripmime
 
Index: pkg-message
===================================================================
RCS file: /home/ncvs/ports/mail/ripmime/pkg-message,v
retrieving revision 1.1
diff -u -r1.1 pkg-message
--- pkg-message	2001/04/07 07:42:47	1.1
+++ pkg-message	2001/08/04 02:57:21
@@ -1,9 +1,7 @@
-To use RipMIME...
+You have installed RipMIME, a utility to extract attachments from
+MIME-encoded email messages.
 
-        If you have an MIME encoded archive (say from sendmail's output)
-        called recvmail001.mime and you wish to unpack it to a directory
-        (which already exists) called "/var/tmp/unpack", then use ripMIME
-        as follows...
-
-                ripmime -i recvmail001.mime -d /var/tmp/unpack
-
+If you have an MIME encoded archive (say from sendmail's output)
+called recvmail001.mime and you wish to unpack it to a directory
+(which already exists) called "/var/tmp/unpack", then you would
+type: ripmime -i recvmail001.mime -d /var/tmp/unpack
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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