Index: head/mail/mailagent/Makefile =================================================================== --- head/mail/mailagent/Makefile (revision 565380) +++ head/mail/mailagent/Makefile (revision 565381) @@ -1,67 +1,68 @@ # Created by: Masafumi NAKANE # $FreeBSD$ -PORTNAME= mailagent -PORTVERSION= 3.1.78 -PORTREVISION= 3 -CATEGORIES= mail -MASTER_SITES= http://eron.info/ +PORTNAME= mailagent +PORTVERSION= 3.1.106 +CATEGORIES= mail MAINTAINER= ports@FreeBSD.org COMMENT= Sophisticated automatic mail-processing tool LICENSE= ART10 LICENSE_FILES= ${WRKSRC}/Artistic USES= perl5 tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= rmanfredi +GH_TAGNAME= 9a14a15 ORGFILE= ${PREFIX}/etc/mailagent.orgname HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -dres \ -Dperlpath='${PERL}' \ -Dccflags='${CFLAGS}' \ -Dd_flockonly='define' \ -Dutmp='/var/run/utmp' \ -Dorgname='${ORGFILE}' \ -Dprefix='${PREFIX}' \ -Dmansrc='${STAGEDIR}${PREFIX}/man/man1' MAKE_JOBS_UNSAFE= yes MAKE_ENV= PATH=`dirname ${PERL}`:${PATH} INSTALL_PREFIX=${STAGEDIR} INSTALL_TARGET= install install.man SUB_LIST+= ORGFILE="${ORGFILE}" SUB_FILES= pkg-message PLIST_SUB+= ORGFILE="${ORGFILE}" pre-extract: @if [ `${SH} -c umask` != 0022 ]; then \ ${ECHO} "Please set umask to 022 before running make,"; \ ${ECHO} "or mailagent will not build successfully."; \ ${FALSE}; fi post-patch: @(cd ${WRKSRC}; \ ${REINPLACE_CMD} -i '' -e 's|exec perl -S|exec ${PERL} -S|' \ agent/edusers.SH agent/magent.sh agent/maildist.SH \ agent/mailhelp.SH agent/maillist.SH agent/mailpatch.SH \ agent/package.SH agent/test/TEST agent/test/atail \ bin/perload misc/getcost/getcost misc/mime/unmime \ misc/news/newsgate) TEST_CMD= '(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})' do-test: @if [ `${ID} -u` = 0 ]; then \ ${CHOWN} -R nobody ${WRKSRC}/agent/test; \ su -m nobody -c ${TEST_CMD}; \ else \ ${SH} -c ${TEST_CMD}; \ fi post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/misc cd ${WRKSRC}/misc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/misc ${MV} ${STAGEDIR}${PREFIX}/lib/mailagent/examples ${STAGEDIR}${EXAMPLESDIR}/agent .include Index: head/mail/mailagent/distinfo =================================================================== --- head/mail/mailagent/distinfo (revision 565380) +++ head/mail/mailagent/distinfo (revision 565381) @@ -1,2 +1,3 @@ -SHA256 (mailagent-3.1.78.tar.bz2) = 1b1963a2849b344ccec538de7528fce04f434c921fe16211f9821f0c63ba28e5 -SIZE (mailagent-3.1.78.tar.bz2) = 452186 +TIMESTAMP = 1613437164 +SHA256 (rmanfredi-mailagent-3.1.106-9a14a15_GH0.tar.gz) = 563c6220b09dd93f215be76f282cb6be23474c6e32e5bcf97aac4661fcf646ff +SIZE (rmanfredi-mailagent-3.1.106-9a14a15_GH0.tar.gz) = 574872 Index: head/mail/mailagent/files/patch-Configure =================================================================== --- head/mail/mailagent/files/patch-Configure (nonexistent) +++ head/mail/mailagent/files/patch-Configure (revision 565381) @@ -0,0 +1,11 @@ +--- Configure.orig 2020-04-09 14:16:46 UTC ++++ Configure +@@ -7923,7 +7923,7 @@ EOT + file=revision.h + echo " " + echo "Generating $file..." >&4 +-bin/svn-revision . $file ++echo '#define REVISION 0' > $file + + : add special variables + $test -f $src/patchlevel.h && \ Property changes on: head/mail/mailagent/files/patch-Configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/mailagent/pkg-descr =================================================================== --- head/mail/mailagent/pkg-descr (revision 565380) +++ head/mail/mailagent/pkg-descr (revision 565381) @@ -1,16 +1,9 @@ Mailagent allows you to process your mail automatically. Given a set of lex-like rules, you are able to fill mails to specific folders, forward messages to a third person, pipe a message to a command or even post the message to a newsgroup. It is also possible to process messages containing some commands. The mailagent is not usually invoked manually but is rather called via the filter program, which is in turn invoked by sendmail. -Most portion of this package is written in Perl and version 5.01M or -higher is known to work nicely. - -You are advised to setup the path variable in your mailagent configuration -to include the directory containing perl5 before /usr/bin to avoid getting -a lot of warning message although they are harmless. - -See the man page for the detailed information. +WWW: https://github.com/rmanfredi/mailagent