aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-01 10:05:22 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-01 10:05:22 +0000
commitd0eeb7246b36e47a0c44ab57d104199846a4af4a (patch)
tree284f7220c587088769bd70ab1004bdefbd5bdbda
parentd03aaaaa5e5f36381e8cdc0e58985c49d4dfa8c1 (diff)
downloadports-d0eeb7246b36e47a0c44ab57d104199846a4af4a.tar.gz
ports-d0eeb7246b36e47a0c44ab57d104199846a4af4a.zip
Notes
-rw-r--r--mail/ripmime/Makefile7
-rw-r--r--mail/ripmime/distinfo4
-rw-r--r--mail/ripmime/files/patch-Makefile11
-rw-r--r--mail/ripmime/files/patch-ripOLE_Makefile11
4 files changed, 6 insertions, 27 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile
index 3b2fceec35cd..c2b3e747a49b 100644
--- a/mail/ripmime/Makefile
+++ b/mail/ripmime/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ripmime
-PORTVERSION= 1.3.2.3
+PORTVERSION= 1.4.0.5
CATEGORIES= mail
MASTER_SITES= http://www.pldaniels.com/ripmime/
@@ -19,8 +19,9 @@ USE_REINPLACE= yes
pre-build:
@${REINPLACE_CMD} -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!; \
- s!CFLAGS= -Wall -O2!CFLAGS+= -Wall!' \
- ${WRKSRC}/Makefile
+ s!^CFLAGS=!CFLAGS ?=!' \
+ ${WRKSRC}/Makefile ${WRKSRC}/ripOLE/Makefile \
+ ${WRKSRC}/tnef/Makefile
do_install:
${INSTALL_PROGRAM} ${WRKSRC}/ripmime ${PREFIX}/bin/
diff --git a/mail/ripmime/distinfo b/mail/ripmime/distinfo
index 00af972825de..e04c3167b6e4 100644
--- a/mail/ripmime/distinfo
+++ b/mail/ripmime/distinfo
@@ -1,2 +1,2 @@
-MD5 (ripmime-1.3.2.3.tar.gz) = 9e0aef38aceb8468ac59aea8351f5313
-SIZE (ripmime-1.3.2.3.tar.gz) = 142762
+MD5 (ripmime-1.4.0.5.tar.gz) = 732b07890397d320f5f5835b5229190a
+SIZE (ripmime-1.4.0.5.tar.gz) = 160896
diff --git a/mail/ripmime/files/patch-Makefile b/mail/ripmime/files/patch-Makefile
deleted file mode 100644
index 211213fffe41..000000000000
--- a/mail/ripmime/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Mon Jun 28 09:31:17 2004
-+++ Makefile Fri Jul 16 08:45:03 2004
-@@ -5,7 +5,7 @@
- # if there isn't already a default CFLAGS set,
- # use our recommended settings.
- #CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS)
--CFLAGS=-Wall -g -O2 -Werror
-+#CFLAGS=-Wall -g -O2 -Werror
-
- # OLE decoding is still considered to be 'beta' mode - so it
- # disabled in the stable release of ripMIME for now
diff --git a/mail/ripmime/files/patch-ripOLE_Makefile b/mail/ripmime/files/patch-ripOLE_Makefile
deleted file mode 100644
index 003d84547974..000000000000
--- a/mail/ripmime/files/patch-ripOLE_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- ripOLE/Makefile.orig Sat May 22 00:16:01 2004
-+++ ripOLE/Makefile Sat Jul 24 01:05:45 2004
-@@ -1,7 +1,7 @@
-
- OBJS= ole.o olestream-unwrap.o bytedecoders.o logger.o pldstr.o
- #CFLAGS ?= -Wall -Werror -g -O2
--CFLAGS=-Wall -Werror -g -O2
-+#CFLAGS=-Wall -Werror -g -O2
- #DEFINES ?=
- #DEFINES=-DDEBUG_TIMETEST
-