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:   wiz
Date:           Wed May  8 12:07:01 UTC 2024

Modified Files:
        pkgsrc/devel/rt4: INSTALL Makefile distinfo
Added Files:
        pkgsrc/devel/rt4/patches: patch-sbin_rt-test-dependencies.in

Log Message:
rt4: fix build

Same as for rt5: LWP::Simple not detected.

Fix INSTALL script while here.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/rt4/INSTALL
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/rt4/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/rt4/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/rt4/patches/patch-sbin_rt-test-dependencies.in

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/INSTALL
diff -u pkgsrc/devel/rt4/INSTALL:1.2 pkgsrc/devel/rt4/INSTALL:1.3
--- pkgsrc/devel/rt4/INSTALL:1.2        Sat Jan 30 23:54:20 2016
+++ pkgsrc/devel/rt4/INSTALL    Wed May  8 12:07:01 2024
@@ -1,17 +1,14 @@
 #!@SH@
 #
-# $NetBSD: INSTALL,v 1.2 2016/01/30 23:54:20 ryoon Exp $
+# $NetBSD: INSTALL,v 1.3 2024/05/08 12:07:01 wiz Exp $
 
 WWWGRP="@WWWGRP@"
 WWWOWN="@WWWOWN@"
 RT4DIR="@RT4DIR@"
-RT4ETCDIR="@RT4ETCDIR@"
 
 case "${STAGE}" in
 POST-INSTALL)
-       cd ${RT4DIR} &&
-               ${CHOWN} -R ${WWWOWN} ${RT4DIR} &&
-               ${CHOWN} -R ${WWWOWN} ${RT4ETCDIR} &&
-               ${CHGRP} -R ${WWWGRP} ${RT4DIR}
+       ${CHOWN} -R ${WWWOWN} ${RT4DIR}
+       ${CHGRP} -R ${WWWGRP} ${RT4DIR}
        ;;
 esac

Index: pkgsrc/devel/rt4/Makefile
diff -u pkgsrc/devel/rt4/Makefile:1.41 pkgsrc/devel/rt4/Makefile:1.42
--- pkgsrc/devel/rt4/Makefile:1.41      Sun Aug 21 20:44:05 2022
+++ pkgsrc/devel/rt4/Makefile   Wed May  8 12:07:01 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2022/08/21 20:44:05 markd Exp $
+# $NetBSD: Makefile,v 1.42 2024/05/08 12:07:01 wiz Exp $
 
 DISTNAME=      rt-4.2.16
 PKGNAME=       ${DISTNAME:S/rt/rt4/}
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    devel
 MASTER_SITES=  https://download.bestpractical.com/pub/rt/release/
 

Index: pkgsrc/devel/rt4/distinfo
diff -u pkgsrc/devel/rt4/distinfo:1.17 pkgsrc/devel/rt4/distinfo:1.18
--- pkgsrc/devel/rt4/distinfo:1.17      Sun Aug 21 20:44:05 2022
+++ pkgsrc/devel/rt4/distinfo   Wed May  8 12:07:01 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2022/08/21 20:44:05 markd Exp $
+$NetBSD: distinfo,v 1.18 2024/05/08 12:07:01 wiz Exp $
 
 BLAKE2s (rt-4.2.16.tar.gz) = 6555849f97ba3649aff50aefae1306c1436323b16d01d7244bf8babbdab536d5
 SHA512 (rt-4.2.16.tar.gz) = fa4e40270d285c9b0154f2d2ac9b17756bd717989591bc995a7c7175e142f4bce3768672dd9b1ca54cf5c3da39d9b29d3e7ae10098547b5b563035494da24f17
@@ -6,3 +6,4 @@ 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
+SHA1 (patch-sbin_rt-test-dependencies.in) = 4247eb3275bacb90192803a16b8f2585d3cb7921

Added files:

Index: pkgsrc/devel/rt4/patches/patch-sbin_rt-test-dependencies.in
diff -u /dev/null pkgsrc/devel/rt4/patches/patch-sbin_rt-test-dependencies.in:1.1
--- /dev/null   Wed May  8 12:07:01 2024
+++ pkgsrc/devel/rt4/patches/patch-sbin_rt-test-dependencies.in Wed May  8 12:07:01 2024
@@ -0,0 +1,12 @@
+$NetBSD: patch-sbin_rt-test-dependencies.in,v 1.1 2024/05/08 12:07:01 wiz Exp $
+
+--- sbin/rt-test-dependencies.in.orig  2024-05-08 12:04:21.149583060 +0000
++++ sbin/rt-test-dependencies.in
+@@ -225,7 +225,6 @@ HTML::Scrubber 0.08
+ HTTP::Message 6.0
+ IPC::Run3
+ JSON
+-LWP::Simple
+ List::MoreUtils
+ Locale::Maketext 1.06
+ Locale::Maketext::Fuzzy 0.11



Home | Main Index | Thread Index | Old Index