pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rt4



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Aug 21 20:44:05 UTC 2022

Modified Files:
        pkgsrc/devel/rt4: Makefile distinfo

Log Message:
rt4: Fix bug exposed by perl 5.36


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/rt4/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/rt4/distinfo

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

Modified files:

Index: pkgsrc/devel/rt4/Makefile
diff -u pkgsrc/devel/rt4/Makefile:1.40 pkgsrc/devel/rt4/Makefile:1.41
--- pkgsrc/devel/rt4/Makefile:1.40      Tue Jun 28 11:33:42 2022
+++ pkgsrc/devel/rt4/Makefile   Sun Aug 21 20:44:05 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2022/06/28 11:33:42 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/08/21 20:44:05 markd Exp $
 
 DISTNAME=      rt-4.2.16
 PKGNAME=       ${DISTNAME:S/rt/rt4/}
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    devel
 MASTER_SITES=  https://download.bestpractical.com/pub/rt/release/
 
@@ -215,4 +215,7 @@ INSTALL_MAKE_FLAGS+=        BIN_OWNER=${ROOT_US
                        LIBS_GROUP=${ROOT_GROUP:Q} RTGROUP=${ROOT_GROUP:Q} \
                        WEB_USER=${ROOT_USER:Q} WEB_GROUP=${ROOT_GROUP:Q}
 
+post-patch:
+       rm ${WRKSRC}/lib/RT/Condition.pm.orig
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/rt4/distinfo
diff -u pkgsrc/devel/rt4/distinfo:1.16 pkgsrc/devel/rt4/distinfo:1.17
--- pkgsrc/devel/rt4/distinfo:1.16      Tue Oct 26 10:19:23 2021
+++ pkgsrc/devel/rt4/distinfo   Sun Aug 21 20:44:05 2022
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:19:23 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/08/21 20:44:05 markd Exp $
 
 BLAKE2s (rt-4.2.16.tar.gz) = 6555849f97ba3649aff50aefae1306c1436323b16d01d7244bf8babbdab536d5
 SHA512 (rt-4.2.16.tar.gz) = fa4e40270d285c9b0154f2d2ac9b17756bd717989591bc995a7c7175e142f4bce3768672dd9b1ca54cf5c3da39d9b29d3e7ae10098547b5b563035494da24f17
 Size (rt-4.2.16.tar.gz) = 7787267 bytes
 SHA1 (patch-Makefile.in) = 9009623bc764c351dcb79d365a4b0728b18f4205
 SHA1 (patch-config.layout) = 1e237d38d4e3a2ad6c240feb3e58f1345c7ff476
+SHA1 (patch-lib_RT_Condition.pm) = 662d799b4cc28ab8a7408cfdca3467c1f2c24964



Home | Main Index | Thread Index | Old Index