summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2006-05-08 06:45:07 +0000
committermax <max@FreeBSD.org>2006-05-08 06:45:07 +0000
commit4f44842a467d1e8d2205f6d4e596a9a3713ba632 (patch)
tree5879af892b63cb9548e4a1696b0b0e00f59f6a04 /mail
parent53d2024a1dddd88ab79be5aed1d239ac8f6ae1a5 (diff)
downloadFreeBSD-ports-4f44842a467d1e8d2205f6d4e596a9a3713ba632.zip
FreeBSD-ports-4f44842a467d1e8d2205f6d4e596a9a3713ba632.tar.gz
Add a patch to fix an infinite loop with the filter program on AMD64.
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> PR: 94585 Use the EXAMPLESDIR macro. Reclaim my maintainership.
Diffstat (limited to 'mail')
-rw-r--r--mail/mailagent/Makefile11
-rw-r--r--mail/mailagent/pkg-plist88
2 files changed, 50 insertions, 49 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile
index 325d636..03af3a3 100644
--- a/mail/mailagent/Makefile
+++ b/mail/mailagent/Makefile
@@ -7,15 +7,16 @@
PORTNAME= mailagent
PORTVERSION= 3.0.73
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/RAM
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= max@FreeBSD.org
COMMENT= A sophisticated automatic mail-processing tool
USE_PERL5= yes
-NO_PACKAGE= "Correct FQDN needs to be hardcoded"
+NO_PACKAGE= Correct FQDN needs to be hardcoded
IS_INTERACTIVE= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
@@ -52,8 +53,8 @@ post-patch:
misc/news/newsgate)
post-install:
- @${MKDIR} ${PREFIX}/share/examples/mailagent/misc
- ${CP} -pR ${WRKSRC}/misc/* ${PREFIX}/share/examples/mailagent/misc
- @${LN} -fs ${PREFIX}/lib/mailagent/examples ${PREFIX}/share/examples/mailagent/agent
+ @${MKDIR} ${EXAMPLESDIR}/misc
+ ${CP} -pR ${WRKSRC}/misc/* ${EXAMPLESDIR}/misc
+ @${LN} -fs ${PREFIX}/lib/mailagent/examples ${EXAMPLESDIR}/agent
.include <bsd.port.mk>
diff --git a/mail/mailagent/pkg-plist b/mail/mailagent/pkg-plist
index a6ff4db..e30162e 100644
--- a/mail/mailagent/pkg-plist
+++ b/mail/mailagent/pkg-plist
@@ -39,50 +39,50 @@ lib/mailagent/examples/nocmds
lib/mailagent/examples/profile
lib/mailagent/examples/rules
lib/mailagent/examples/vacation
-share/examples/mailagent/misc/README
-share/examples/mailagent/misc/fakesend/README
-share/examples/mailagent/misc/fakesend/fakesend.pl
-share/examples/mailagent/misc/fakesend/freplcomps
-share/examples/mailagent/misc/fakesend/mh_profile
-share/examples/mailagent/misc/getcost/README
-share/examples/mailagent/misc/getcost/getcost
-share/examples/mailagent/misc/getcost/getcost.bak
-share/examples/mailagent/misc/getcost/rules
-share/examples/mailagent/misc/getcost/spamconfig
-share/examples/mailagent/misc/mime/README
-share/examples/mailagent/misc/mime/rules
-share/examples/mailagent/misc/mime/unmime
-share/examples/mailagent/misc/mime/unmime.bak
-share/examples/mailagent/misc/news/README
-share/examples/mailagent/misc/news/ml.map
-share/examples/mailagent/misc/news/newsgate
-share/examples/mailagent/misc/news/newsgate.bak
-share/examples/mailagent/misc/news/rules
-share/examples/mailagent/misc/pbounce/README
-share/examples/mailagent/misc/pbounce/mailagent.cf
-share/examples/mailagent/misc/pbounce/newcmd.cf
-share/examples/mailagent/misc/pbounce/patbounce.pl
-share/examples/mailagent/misc/pbounce/rules
-share/examples/mailagent/misc/shell/README
-share/examples/mailagent/misc/shell/server.cf
-share/examples/mailagent/misc/shell/shell
-share/examples/mailagent/misc/unkit/README
-share/examples/mailagent/misc/unkit/kitok.msg
-share/examples/mailagent/misc/unkit/mailagent.cf
-share/examples/mailagent/misc/unkit/newcmd.cf
-share/examples/mailagent/misc/unkit/rules
-share/examples/mailagent/misc/unkit/unkit.pl
-@exec /bin/ln -sf %D/lib/mailagent/examples %D/share/examples/mailagent/agent
-@unexec /bin/rm -f %D/share/examples/mailagent/agent
-@dirrm share/examples/mailagent/misc/unkit
-@dirrm share/examples/mailagent/misc/shell
-@dirrm share/examples/mailagent/misc/pbounce
-@dirrm share/examples/mailagent/misc/news
-@dirrm share/examples/mailagent/misc/mime
-@dirrm share/examples/mailagent/misc/getcost
-@dirrm share/examples/mailagent/misc/fakesend
-@dirrm share/examples/mailagent/misc
-@dirrm share/examples/mailagent
+%%EXAMPLESDIR%%/misc/README
+%%EXAMPLESDIR%%/misc/fakesend/README
+%%EXAMPLESDIR%%/misc/fakesend/fakesend.pl
+%%EXAMPLESDIR%%/misc/fakesend/freplcomps
+%%EXAMPLESDIR%%/misc/fakesend/mh_profile
+%%EXAMPLESDIR%%/misc/getcost/README
+%%EXAMPLESDIR%%/misc/getcost/getcost
+%%EXAMPLESDIR%%/misc/getcost/getcost.bak
+%%EXAMPLESDIR%%/misc/getcost/rules
+%%EXAMPLESDIR%%/misc/getcost/spamconfig
+%%EXAMPLESDIR%%/misc/mime/README
+%%EXAMPLESDIR%%/misc/mime/rules
+%%EXAMPLESDIR%%/misc/mime/unmime
+%%EXAMPLESDIR%%/misc/mime/unmime.bak
+%%EXAMPLESDIR%%/misc/news/README
+%%EXAMPLESDIR%%/misc/news/ml.map
+%%EXAMPLESDIR%%/misc/news/newsgate
+%%EXAMPLESDIR%%/misc/news/newsgate.bak
+%%EXAMPLESDIR%%/misc/news/rules
+%%EXAMPLESDIR%%/misc/pbounce/README
+%%EXAMPLESDIR%%/misc/pbounce/mailagent.cf
+%%EXAMPLESDIR%%/misc/pbounce/newcmd.cf
+%%EXAMPLESDIR%%/misc/pbounce/patbounce.pl
+%%EXAMPLESDIR%%/misc/pbounce/rules
+%%EXAMPLESDIR%%/misc/shell/README
+%%EXAMPLESDIR%%/misc/shell/server.cf
+%%EXAMPLESDIR%%/misc/shell/shell
+%%EXAMPLESDIR%%/misc/unkit/README
+%%EXAMPLESDIR%%/misc/unkit/kitok.msg
+%%EXAMPLESDIR%%/misc/unkit/mailagent.cf
+%%EXAMPLESDIR%%/misc/unkit/newcmd.cf
+%%EXAMPLESDIR%%/misc/unkit/rules
+%%EXAMPLESDIR%%/misc/unkit/unkit.pl
+@exec /bin/ln -sf %D/lib/mailagent/examples %D/%%EXAMPLESDIR%%/agent
+@unexec /bin/rm -f %D/%%EXAMPLESDIR%%/agent
+@dirrm %%EXAMPLESDIR%%/misc/unkit
+@dirrm %%EXAMPLESDIR%%/misc/shell
+@dirrm %%EXAMPLESDIR%%/misc/pbounce
+@dirrm %%EXAMPLESDIR%%/misc/news
+@dirrm %%EXAMPLESDIR%%/misc/mime
+@dirrm %%EXAMPLESDIR%%/misc/getcost
+@dirrm %%EXAMPLESDIR%%/misc/fakesend
+@dirrm %%EXAMPLESDIR%%/misc
+@dirrm %%EXAMPLESDIR%%
@dirrm lib/mailagent/examples
@dirrm lib/mailagent/help
@dirrm lib/mailagent
OpenPOWER on IntegriCloud