diff options
-rw-r--r-- | mail/mailagent/Makefile | 11 | ||||
-rw-r--r-- | mail/mailagent/distinfo | 5 | ||||
-rw-r--r-- | mail/mailagent/files/patch-Configure | 11 | ||||
-rw-r--r-- | mail/mailagent/pkg-descr | 9 |
4 files changed, 21 insertions, 15 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 9e53c98f1a02..c0343f4bedf9 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -1,11 +1,9 @@ # Created by: Masafumi NAKANE <max@FreeBSD.org> # $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 @@ -14,6 +12,9 @@ LICENSE= ART10 LICENSE_FILES= ${WRKSRC}/Artistic USES= perl5 tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= rmanfredi +GH_TAGNAME= 9a14a15 ORGFILE= ${PREFIX}/etc/mailagent.orgname diff --git a/mail/mailagent/distinfo b/mail/mailagent/distinfo index 6b54dfe91f7a..9bdc0689b366 100644 --- a/mail/mailagent/distinfo +++ b/mail/mailagent/distinfo @@ -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 diff --git a/mail/mailagent/files/patch-Configure b/mail/mailagent/files/patch-Configure new file mode 100644 index 000000000000..0a2df41ad9f0 --- /dev/null +++ b/mail/mailagent/files/patch-Configure @@ -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 && \ diff --git a/mail/mailagent/pkg-descr b/mail/mailagent/pkg-descr index 6e9cf2f49244..19556068a399 100644 --- a/mail/mailagent/pkg-descr +++ b/mail/mailagent/pkg-descr @@ -6,11 +6,4 @@ 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 |