[Lunar-commits] r15862 - moonbase/trunk/utils/altermime
Florin Braescu
florin at lunar-linux.org
Sun Jul 24 20:47:57 UTC 2005
Author: florin
Date: 2005-07-24 20:47:56 +0000 (Sun, 24 Jul 2005)
New Revision: 15862
Modified:
moonbase/trunk/utils/altermime/BUILD
moonbase/trunk/utils/altermime/DETAILS
Log:
apply Dennis Veatch's patch.
Modified: moonbase/trunk/utils/altermime/BUILD
===================================================================
--- moonbase/trunk/utils/altermime/BUILD 2005-07-24 20:03:42 UTC (rev 15861)
+++ moonbase/trunk/utils/altermime/BUILD 2005-07-24 20:47:56 UTC (rev 15862)
@@ -1,9 +1,9 @@
(
- sedit "s/^CFLAGS/\$CFLAGS=$CFLAGS #/" Makefile &&
- make &&
- prepare_install &&
- strip altermime &&
+ sedit "s/^CFLAGS/\$CFLAGS=$CFLAGS #/" Makefile &&
+ make &&
+ prepare_install &&
+ strip altermime &&
install -m755 altermime /usr/bin
) > $C_FIFO 2>&1
Modified: moonbase/trunk/utils/altermime/DETAILS
===================================================================
--- moonbase/trunk/utils/altermime/DETAILS 2005-07-24 20:03:42 UTC (rev 15861)
+++ moonbase/trunk/utils/altermime/DETAILS 2005-07-24 20:47:56 UTC (rev 15862)
@@ -1,12 +1,17 @@
MODULE=altermime
VERSION=0.1.14
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://pldaniels.org/$MODULE/
- WEB_SITE=http://pldaniels.org/$MODULE/
+ SOURCE_URL[0]=http://www.pldaniels.com/$MODULE/
+ WEB_SITE=http://www.pldaniels.com/$MODULE/
+ SOURCE_VFY=sha1:07225f4133991186419ee190ba609805a1b8bd67
ENTERED=20030103
- UPDATED=20030103
+ UPDATED=20050714
SHORT="a MIME encoder mail modifier"
+
cat << EOF
-alterMIME is a small program which is used to alter your mime-encoded emailpacks as typically received by Inflex, XaMime and AMaViS.
-alterMIME will allow you to put in things like disclaimers in each email's text body, and also permit you to nullify (make into a zero-byte) attachments.
+alterMIME is a small program which is used to alter your mime-encoded
+emailpacks as typically received by Inflex, XaMime and AMaViS.
+alterMIME will allow you to put in things like disclaimers in each
+email's text body, and also permit you to nullify (make into a zero-byte)
+attachments.
EOF
More information about the Lunar-commits
mailing list