mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- update to 1.3.2.0
- install manpage Submitted by: dinoex Approved by: Justin Stanford
This commit is contained in:
parent
a0662a341d
commit
e97299cc7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115027
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user