aboutsummaryrefslogtreecommitdiff
path: root/mail/ripmime
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-05 04:09:41 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-05 04:09:41 +0000
commitfa0fa4e20f4433b2d0ea969082ffb0c01bb7cf55 (patch)
treec971a45f86df9cbe35c044fab480f0c97e123f71 /mail/ripmime
parent57cc34adf8f6e91bb214fc7af63171cf00409a21 (diff)
downloadports-fa0fa4e20f4433b2d0ea969082ffb0c01bb7cf55.tar.gz
ports-fa0fa4e20f4433b2d0ea969082ffb0c01bb7cf55.zip
o Update to 1.0.6
o Unecho commands o Update both DESCR and COMMENT PR: 29424 Submitted by: Pete Fritchman <petef@databits.net> Reviewed by: MAINTAINER
Notes
Notes: svn path=/head/; revision=45815
Diffstat (limited to 'mail/ripmime')
-rw-r--r--mail/ripmime/Makefile5
-rw-r--r--mail/ripmime/distinfo2
-rw-r--r--mail/ripmime/pkg-descr13
-rw-r--r--mail/ripmime/pkg-message14
4 files changed, 11 insertions, 23 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile
index 787d62d68054..85bb1463947a 100644
--- a/mail/ripmime/Makefile
+++ b/mail/ripmime/Makefile
@@ -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}
diff --git a/mail/ripmime/distinfo b/mail/ripmime/distinfo
index 852389830b7f..663dd1ebea19 100644
--- a/mail/ripmime/distinfo
+++ b/mail/ripmime/distinfo
@@ -1 +1 @@
-MD5 (ripmime-1.0.0pr4.tar.gz) = a8e512108662c913e0883a2964d68f78
+MD5 (ripmime-1.0.6.tar.gz) = 714419eaf7e91531d9b82e0ad81a32f1
diff --git a/mail/ripmime/pkg-descr b/mail/ripmime/pkg-descr
index e16a76ebfd19..25d4ad1e81f3 100644
--- a/mail/ripmime/pkg-descr
+++ b/mail/ripmime/pkg-descr
@@ -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
diff --git a/mail/ripmime/pkg-message b/mail/ripmime/pkg-message
index 4c4603701f15..3a8d451db1a3 100644
--- a/mail/ripmime/pkg-message
+++ b/mail/ripmime/pkg-message
@@ -1,9 +1,7 @@
-To use RipMIME...
-
- 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
+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 you would
+type: ripmime -i recvmail001.mime -d /var/tmp/unpack