We package RPM from 2000 and I want to remove it: this is the only
consumer of it in-tree... and it only uses it for tests.

with rpm installed:

        # TOTAL: 137
        # PASS:  20
        # SKIP:  0
        # XFAIL: 4
        # FAIL:  113
        # XPASS: 0
        # ERROR: 0

with this diff and rpm removed:

        # TOTAL: 137
        # PASS:  30
        # SKIP:  0
        # XFAIL: 4
        # FAIL:  103
        # XPASS: 0
        # ERROR: 0

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/patchutils/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    3 Jun 2019 16:06:58 -0000       1.5
+++ Makefile    22 Mar 2020 16:57:06 -0000
@@ -22,8 +22,7 @@ MASTER_SITES= http://cyberelk.net/tim/da
 BUILD_DEPENDS= ${RUN_DEPENDS} \
                textproc/xmlto
 RUN_DEPENDS=   devel/gpatch
-TEST_DEPENDS=  misc/rpm \
-               shells/bash
+TEST_DEPENDS=  shells/bash
 TEST_FLAGS=    PATCH=${LOCALBASE}/bin/gpatch
 
 # only needed for tests

Reply via email to