pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/fdm



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Mar 19 17:50:10 UTC 2023

Modified Files:
        pkgsrc/mail/fdm: Makefile distinfo options.mk

Log Message:
fdm: Update to 2.2

Changes:
2.2
---
- Update to PCRE 2


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/fdm/Makefile pkgsrc/mail/fdm/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/fdm/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/fdm/Makefile
diff -u pkgsrc/mail/fdm/Makefile:1.18 pkgsrc/mail/fdm/Makefile:1.19
--- pkgsrc/mail/fdm/Makefile:1.18       Wed Jun  1 21:07:29 2022
+++ pkgsrc/mail/fdm/Makefile    Sun Mar 19 17:50:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/06/01 21:07:29 leot Exp $
+# $NetBSD: Makefile,v 1.19 2023/03/19 17:50:10 leot Exp $
 
-DISTNAME=      fdm-2.1
+DISTNAME=      fdm-2.2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nicm/}
 
Index: pkgsrc/mail/fdm/distinfo
diff -u pkgsrc/mail/fdm/distinfo:1.18 pkgsrc/mail/fdm/distinfo:1.19
--- pkgsrc/mail/fdm/distinfo:1.18       Wed Jun  1 21:07:29 2022
+++ pkgsrc/mail/fdm/distinfo    Sun Mar 19 17:50:10 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2022/06/01 21:07:29 leot Exp $
+$NetBSD: distinfo,v 1.19 2023/03/19 17:50:10 leot Exp $
 
-BLAKE2s (fdm-2.1.tar.gz) = 5744cd86e54562bd057e368faf1ec64906eed7dce3d06ec0ee49668c7bc6b787
-SHA512 (fdm-2.1.tar.gz) = 1963c9149039adebf53e8734083c5c17db3522740b857da9e60779890f2e7aca4b0d0eae922ef041201d1bd95e26adb197e56aa142a5d2bd33e58266fd81daea
-Size (fdm-2.1.tar.gz) = 184711 bytes
+BLAKE2s (fdm-2.2.tar.gz) = 89eb5ee09baea4b949b97578deb439d95955f4c73cc7b6cf620b8a0bf8868e48
+SHA512 (fdm-2.2.tar.gz) = 9af91baf3ee6d4d2fa1994718bde2e8bcc33ca781dced8b2574142ee67ef3b929396ce5f01bccf721ab89f149c85198df1441c4fea44f9a5d061d7cbbbe5b7a2
+Size (fdm-2.2.tar.gz) = 184913 bytes
 SHA1 (patch-Makefile.am) = 2169ebc8e7c920cdf8492ee2039b410f5a6e358c
 SHA1 (patch-shm-mmap.c) = 3cd0c54c982ddd4702ad921ebf5f1b890b503cd4

Index: pkgsrc/mail/fdm/options.mk
diff -u pkgsrc/mail/fdm/options.mk:1.3 pkgsrc/mail/fdm/options.mk:1.4
--- pkgsrc/mail/fdm/options.mk:1.3      Fri May  4 15:33:22 2018
+++ pkgsrc/mail/fdm/options.mk  Sun Mar 19 17:50:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2018/05/04 15:33:22 leot Exp $
+# $NetBSD: options.mk,v 1.4 2023/03/19 17:50:10 leot Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fdm
 PKG_SUPPORTED_OPTIONS= debug pcre
@@ -18,5 +18,5 @@ CONFIGURE_ARGS+=      --enable-debug
 #
 .if !empty(PKG_OPTIONS:Mpcre)
 MAKE_ENV+=     PCRE=1
-.  include "../../devel/pcre/buildlink3.mk"
+.  include "../../devel/pcre2/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index