diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-04-29 03:02:37 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-04-29 03:02:37 +0000 |
commit | 57e34efd926c4e453f0adaaa3df1be20d0522866 (patch) | |
tree | 69556e9f12f4968e2b5db25350b27c3334eda6d4 /mail/ripmime | |
parent | 00fe6a77d4e7bedae038c240aab625ced94ffcc8 (diff) | |
download | FreeBSD-ports-57e34efd926c4e453f0adaaa3df1be20d0522866.zip FreeBSD-ports-57e34efd926c4e453f0adaaa3df1be20d0522866.tar.gz |
- 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 922cdf4..76c6643 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 2ead7f1..756c708 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 0000000..472c1e6 --- /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 |