diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-29 20:11:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-29 20:11:31 +0000 |
commit | e97299cc7d548179017771484faa0cfe994a8991 (patch) | |
tree | 578a701b4e2be2b286a66d853e62f144efef09d4 | |
parent | - Update rc script to conform latest localpkg changes (diff) |
- update to 1.3.2.0
- install manpage
Submitted by: dinoex
Approved by: Justin Stanford
Notes
Notes:
svn path=/head/; revision=115027
-rw-r--r-- | mail/ripmime/Makefile | 7 | ||||
-rw-r--r-- | mail/ripmime/distinfo | 4 | ||||
-rw-r--r-- | mail/ripmime/files/patch-Makefile | 16 |
3 files changed, 16 insertions, 11 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 76c6643bbf01..32afe0a1a13e 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ripmime -PORTVERSION= 1.3.1.1 +PORTVERSION= 1.3.2.0 CATEGORIES= mail MASTER_SITES= http://www.pldaniels.com/ripmime/ @@ -14,6 +14,7 @@ MAINTAINER= jus@security.za.net COMMENT= Extracts attached files out of a MIME encoded email package PLIST_FILES= bin/ripmime +MAN1= ripmime.1 USE_REINPLACE= yes pre-build: @@ -21,6 +22,10 @@ pre-build: s!CFLAGS= -Wall -O2!CFLAGS+= -Wall!' \ ${WRKSRC}/Makefile +do_install: + ${INSTALL_PROGRAM} ${WRKSRC}/ripmime ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/ripmime.1 ${MANPREFIX}/man/man1/ + post-install: @${CAT} ${PKGMESSAGE} diff --git a/mail/ripmime/distinfo b/mail/ripmime/distinfo index 756c708c6dc7..858a56b51e01 100644 --- a/mail/ripmime/distinfo +++ b/mail/ripmime/distinfo @@ -1,2 +1,2 @@ -MD5 (ripmime-1.3.1.1.tar.gz) = 65c62c35a0c4c24eed36cc4a635656df -SIZE (ripmime-1.3.1.1.tar.gz) = 137171 +MD5 (ripmime-1.3.2.0.tar.gz) = 53563be7791189161a4776bbf042f10f +SIZE (ripmime-1.3.2.0.tar.gz) = 141558 diff --git a/mail/ripmime/files/patch-Makefile b/mail/ripmime/files/patch-Makefile index 472c1e6c9beb..211213fffe41 100644 --- a/mail/ripmime/files/patch-Makefile +++ b/mail/ripmime/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig Mon Apr 5 09:00:49 2004 -+++ Makefile Mon Apr 5 20:53:46 2004 +--- Makefile.orig Mon Jun 28 09:31:17 2004 ++++ Makefile Fri Jul 16 08:45:03 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 + # 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 |