Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2026 22:30:46 +0000
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e87f3e3812b - main - mail/spampd: update 2.62 -> 2.63 and take maintenership
Message-ID:  <69c06d96.26037.34128a08@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e87f3e3812bef230fac4a619a3c58b855e3580d

commit 5e87f3e3812bef230fac4a619a3c58b855e3580d
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2026-03-22 22:25:44 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2026-03-22 22:30:10 +0000

    mail/spampd: update 2.62 -> 2.63 and take maintenership
    
    Changelog:
        https://github.com/mpaperno/spampd/releases/tag/2.63
    
    Also reorder the Makefile to make portclipy happy.
---
 mail/spampd/Makefile | 19 ++++++++++---------
 mail/spampd/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile
index 849599ca97dd..c7f438fb6d1b 100644
--- a/mail/spampd/Makefile
+++ b/mail/spampd/Makefile
@@ -1,25 +1,26 @@
 PORTNAME=	spampd
-PORTVERSION=	2.62
+PORTVERSION=	2.63
 CATEGORIES=	mail perl5
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	Spamassassin SMTP Proxy
 WWW=		https://github.com/mpaperno/spampd
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	spamc:mail/spamassassin \
-		p5-Net-Server>=0:net/p5-Net-Server
+RUN_DEPENDS=	p5-Net-Server>=0:net/p5-Net-Server \
+		spamc:mail/spamassassin
 
-NO_BUILD=	yes
-PLIST_FILES=	sbin/spampd
 USES=		perl5 shebangfix
+USE_GITHUB=	yes
+GH_ACCOUNT=	mpaperno
+USE_RC_SUBR=	spampd
+
 SHEBANG_FILES=	spampd.pl
+NO_BUILD=	yes
 SUB_LIST=	PERL=${PERL}
-USE_RC_SUBR=	spampd
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	mpaperno
+PLIST_FILES=	sbin/spampd
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/spampd.pl ${STAGEDIR}${PREFIX}/sbin/spampd
diff --git a/mail/spampd/distinfo b/mail/spampd/distinfo
index b6d197caf08f..7344baf46345 100644
--- a/mail/spampd/distinfo
+++ b/mail/spampd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741829321
-SHA256 (mpaperno-spampd-2.62_GH0.tar.gz) = efe016d111f8c2094f4936f2efa16ca6e78c1b485465b269fc5c4273b9c57cf8
-SIZE (mpaperno-spampd-2.62_GH0.tar.gz) = 249062
+TIMESTAMP = 1774214875
+SHA256 (mpaperno-spampd-2.63_GH0.tar.gz) = 84548fc4d030b7a63b7d2d179b116970ceb9bc793da318bea9dd67fc96d77853
+SIZE (mpaperno-spampd-2.63_GH0.tar.gz) = 249425


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c06d96.26037.34128a08>