diff options
author | garga <garga@FreeBSD.org> | 2005-08-01 18:05:22 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-01 18:05:22 +0800 |
commit | 5b132f264fc8f9bcb3b21122e6dbd0756fee492b (patch) | |
tree | 0340022ec0a89ef259e00263ab78377b17e3a433 /mail | |
parent | ff6bf8c8097563b51151938f79f1a6f4dea46c6f (diff) | |
download | freebsd-ports-gnome-5b132f264fc8f9bcb3b21122e6dbd0756fee492b.tar.gz freebsd-ports-gnome-5b132f264fc8f9bcb3b21122e6dbd0756fee492b.tar.zst freebsd-ports-gnome-5b132f264fc8f9bcb3b21122e6dbd0756fee492b.zip |
- Update to 1.4.0.5
PR: ports/83647
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ripmime/Makefile | 7 | ||||
-rw-r--r-- | mail/ripmime/distinfo | 4 | ||||
-rw-r--r-- | mail/ripmime/files/patch-Makefile | 11 | ||||
-rw-r--r-- | mail/ripmime/files/patch-ripOLE_Makefile | 11 |
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 - |