Download raw body.
[update] mail/opensmtpd-filters/senderscore
On Mon, Feb 19, 2024 at 09:41:02AM +0100, Landry Breuil wrote:
> Le Mon, Feb 19, 2024 at 09:25:32AM +0100, Gilles Chehade a ?crit :
> > Hello,
> >
> > Following is a diff to update filter-senderscore from 0.1.1 to 0.1.2,
> > adding support for IP address whitelisting.
> >
> > I'm not too comfortable with ports, let me know if I messed up.
>
> you should drop the REVISION line when updating the version :)
oopsie.
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/opensmtpd-filters/senderscore/Makefile,v
diff -u -p -r1.5 Makefile
--- Makefile 26 Sep 2023 12:28:14 -0000 1.5
+++ Makefile 19 Feb 2024 09:40:22 -0000
@@ -1,9 +1,8 @@
COMMENT = SenderScore integration to the OpenSMTPD daemon
-V = 0.1.1
+V = 0.1.2
FILTER_NAME = senderscore
DISTNAME = filter-senderscore-${V}
-REVISION = 0
CATEGORIES = mail
HOMEPAGE = https://github.com/poolpOrg/filter-senderscore/
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/opensmtpd-filters/senderscore/distinfo,v
diff -u -p -r1.2 distinfo
--- distinfo 9 Dec 2019 20:24:02 -0000 1.2
+++ distinfo 19 Feb 2024 09:40:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (filter-senderscore-0.1.1.tar.gz) = oeGzEG6mkhhADjXJwR6EcClhuYpHi5n7MppSyVTsS4Y=
-SIZE (filter-senderscore-0.1.1.tar.gz) = 3481
+SHA256 (filter-senderscore-0.1.2.tar.gz) = rQhmHEyXCjZ7zslVNTPQ8SMyTo5MJHUO5FhkUDMfLh0=
+SIZE (filter-senderscore-0.1.2.tar.gz) = 7416
--
Gilles Chehade
[update] mail/opensmtpd-filters/senderscore