You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
altermime: update to 0.3.11
This commit is contained in:
+24
-24
@@ -1,33 +1,33 @@
|
||||
PortSystem 1.0
|
||||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
||||
|
||||
name altermime
|
||||
version 0.3.10
|
||||
categories mail
|
||||
platforms darwin
|
||||
license Permissive
|
||||
maintainers nomaintainer
|
||||
description integrated email manipulation utility
|
||||
long_description alterMIME is an integrated email/mailpack manipulation \
|
||||
utility. It adds and modifies headers, adds disclaimers, and \
|
||||
changes or removes embedded attachments.
|
||||
PortSystem 1.0
|
||||
PortGroup makefile 1.0
|
||||
|
||||
homepage http://www.pldaniels.com/altermime/
|
||||
master_sites ${homepage}
|
||||
name altermime
|
||||
version 0.3.11
|
||||
revision 0
|
||||
|
||||
checksums md5 aaf0ad8029958a2dc6da3abb4dc178c2 \
|
||||
sha1 b94d83a86645b4916e4999e9cf41c09575e480ab \
|
||||
rmd160 e5d7f7ad1f0c7ed02e4cf85bd9233f5543e3b6cf
|
||||
categories mail
|
||||
license Permissive
|
||||
maintainers nomaintainer
|
||||
description integrated email manipulation utility
|
||||
long_description \
|
||||
alterMIME is an integrated email/mailpack manipulation utility. It adds \
|
||||
and modifies headers, adds disclaimers, and changes or removes embedded \
|
||||
attachments.
|
||||
|
||||
patchfiles patch-Makefile.diff
|
||||
homepage https://www.pldaniels.com/altermime/
|
||||
master_sites ${homepage}
|
||||
|
||||
use_configure no
|
||||
checksums rmd160 a1132343ffd3a6257ebcd500240790dfa988dfbb \
|
||||
sha256 475ed2710587d24f11d00dafa5c3f6df8ac79e13b8c5d54d2ea35576b579fd97 \
|
||||
size 89962
|
||||
|
||||
build.env CC=${configure.cc} \
|
||||
CFLAGS=${configure.cflags}
|
||||
patchfiles patch-Makefile.diff
|
||||
|
||||
destroot {
|
||||
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
|
||||
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
|
||||
xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL LICENCE README \
|
||||
${destroot}${prefix}/share/doc/${name}/
|
||||
xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
|
||||
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
|
||||
xinstall -m 0644 -W ${worksrcpath} CHANGELOG INSTALL LICENCE README \
|
||||
${destroot}${prefix}/share/doc/${name}/
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
--- Makefile.orig 2008-11-16 02:45:45.000000000 -0600
|
||||
+++ Makefile 2010-04-18 03:05:11.000000000 -0500
|
||||
--- ./Makefile 2013-10-17 04:52:00.000000000 -0400
|
||||
+++ ./Makefile 2023-06-24 15:03:49.000000000 -0400
|
||||
@@ -9,7 +9,7 @@
|
||||
# opposite of a disclaimer.
|
||||
#ALTERMIME_OPTIONS=-DALTERMIME_PRETEXT
|
||||
ALTERMIME_OPTIONS=
|
||||
ALTERMIME_OPTIONS=-DALTERMIME_PRETEXT
|
||||
#ALTERMIME_OPTIONS=
|
||||
-CFLAGS=-Wall -Werror -g -I. -O2 $(ALTERMIME_OPTIONS)
|
||||
+CFLAGS+=-Wall -g -I. $(ALTERMIME_OPTIONS)
|
||||
OBJS= strstack.o mime_alter.o ffget.o pldstr.o filename-filters.o logger.o MIME_headers.o libmime-decoders.o boundary-stack.o qpe.o
|
||||
|
||||
Reference in New Issue
Block a user