diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-29 03:02:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-29 03:02:37 +0000 |
commit | afe4fa46418c88b958c28731f8ad2a99ee4b9dfb (patch) | |
tree | 9d7b49f5d0ed0a07f60cc15b093c652a4ed9b185 /mail/ripmime | |
parent | 58aef718be9b98c6896b9629b69656a1abe17e6c (diff) | |
download | freebsd-ports-afe4fa46418c88b958c28731f8ad2a99ee4b9dfb.zip |
- Update to 1.3.1.1
- add patch to respect CFLAGS
65280
Tom McLaughlin
Approved by: (maintainer-timeout)
Diffstat (limited to 'mail/ripmime')
-rw-r--r-- | mail/ripmime/Makefile | 2 | ||||
-rw-r--r-- | mail/ripmime/distinfo | 4 | ||||
-rw-r--r-- | mail/ripmime/files/patch-Makefile | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 922cdf41ca03..76c6643bbf01 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ripmime -PORTVERSION= 1.3.0.5 +PORTVERSION= 1.3.1.1 CATEGORIES= mail MASTER_SITES= http://www.pldaniels.com/ripmime/ diff --git a/mail/ripmime/distinfo b/mail/ripmime/distinfo index 2ead7f11a848..756c708c6dc7 100644 --- a/mail/ripmime/distinfo +++ b/mail/ripmime/distinfo @@ -1,2 +1,2 @@ -MD5 (ripmime-1.3.0.5.tar.gz) = 525c036a3cd2d8ccd62328d27c3d4c37 -SIZE (ripmime-1.3.0.5.tar.gz) = 126170 +MD5 (ripmime-1.3.1.1.tar.gz) = 65c62c35a0c4c24eed36cc4a635656df +SIZE (ripmime-1.3.1.1.tar.gz) = 137171 diff --git a/mail/ripmime/files/patch-Makefile b/mail/ripmime/files/patch-Makefile new file mode 100644 index 000000000000..472c1e6c9beb --- /dev/null +++ b/mail/ripmime/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Apr 5 09:00:49 2004 ++++ Makefile Mon Apr 5 20:53:46 2004 +@@ -5,7 +5,7 @@ + # PERFORMANCE RELATED FLAG SETS + #CFLAGS=-Wall -O3 -march=i686 + #CFLAGS= -Wall -O3 -march=k6 +-CFLAGS= -Wall -g $(CPU_OPTS) ++#CFLAGS= -Wall -g $(CPU_OPTS) + #CFLAGS= -Wall -O3 -march=i686 + + # OLE decoding is still considered to be 'beta' mode - so it |