svn commit: r565381 - in head/mail/mailagent: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 16 01:33:06 UTC 2021


Author: amdmi3
Date: Tue Feb 16 01:33:05 2021
New Revision: 565381
URL: https://svnweb.freebsd.org/changeset/ports/565381

Log:
  - Update to the latest commit [1]
  - Fetch source from GitHub [1]
  - Trim unnecessary parts of pkg-descr [2]
  - Add WWW [2]
  
  PR:		251805 [1]
  Submitted by:	ykasap at gmail.com [1], amdmi3 [2]

Added:
  head/mail/mailagent/files/patch-Configure   (contents, props changed)
Modified:
  head/mail/mailagent/Makefile
  head/mail/mailagent/distinfo
  head/mail/mailagent/pkg-descr

Modified: head/mail/mailagent/Makefile
==============================================================================
--- head/mail/mailagent/Makefile	Tue Feb 16 01:29:30 2021	(r565380)
+++ head/mail/mailagent/Makefile	Tue Feb 16 01:33:05 2021	(r565381)
@@ -1,11 +1,9 @@
 # Created by: Masafumi NAKANE <max at 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 at 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
 

Modified: head/mail/mailagent/distinfo
==============================================================================
--- head/mail/mailagent/distinfo	Tue Feb 16 01:29:30 2021	(r565380)
+++ head/mail/mailagent/distinfo	Tue Feb 16 01:33:05 2021	(r565381)
@@ -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

Added: head/mail/mailagent/files/patch-Configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/mailagent/files/patch-Configure	Tue Feb 16 01:33:05 2021	(r565381)
@@ -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 && \

Modified: head/mail/mailagent/pkg-descr
==============================================================================
--- head/mail/mailagent/pkg-descr	Tue Feb 16 01:29:30 2021	(r565380)
+++ head/mail/mailagent/pkg-descr	Tue Feb 16 01:33:05 2021	(r565381)
@@ -6,11 +6,4 @@ messages containing some commands.  The mailagent is n
 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


More information about the svn-ports-all mailing list