Hi,

On 2024/02/19 09:25:32 +0100, Gilles Chehade <[email protected]> wrote:
> 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.

with REVISION removed it's ok op@


Thanks,

Omar Polo

Index: Makefile
===================================================================
RCS file: /home/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 08:28:00 -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: /home/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 08:27:53 -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

Reply via email to