[Git][reproducible-builds/diffoscope][master] Update FreeBSD package names

Chris Lamb (@lamby) gitlab at salsa.debian.org
Tue Jun 13 13:39:00 UTC 2023



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
354be836 by Ed Maste at 2023-06-13T09:09:45-04:00
Update FreeBSD package names

vim | vim-lite -> vim
ghostscript9-base -> ghostscript

The vim-lite port was renamed to vim-console (because it wasn't actually
any smaller), and later renamed to vim.  (The original vim package with
GUI became vim-gtk3.)

The ghostscript9-base package was renamed to ghostscript9-agpl-base.
The ghostscript package (with no suffix) provides ghostscript 10.

- - - - -


1 changed file:

- diffoscope/external_tools.py


Changes:

=====================================
diffoscope/external_tools.py
=====================================
@@ -182,7 +182,7 @@ EXTERNAL_TOOLS = {
     "ps2ascii": {
         "debian": "ghostscript",
         "arch": "ghostscript",
-        "FreeBSD": "ghostscript9-base",
+        "FreeBSD": "ghostscript",
         "guix": "ghostscript",
     },
     "pypdf": {"debian": "python3-pypdf"},
@@ -232,7 +232,7 @@ EXTERNAL_TOOLS = {
     "xxd": {
         "debian": "xxd",
         "arch": "vim",
-        "FreeBSD": "vim | vim-lite",
+        "FreeBSD": "vim",
         "guix": "xxd",
     },
     "xz": {"debian": "xz-utils", "arch": "xz", "guix": "xz"},



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/354be836c449f69d2c1ecd78b222398f0a4ae786

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/354be836c449f69d2c1ecd78b222398f0a4ae786
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230613/17790121/attachment.htm>


More information about the rb-commits mailing list