aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2022-09-10 14:19:11 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2022-09-10 14:36:29 +0000
commitd41358de8a6376f16e415d5b5a65955faaee0060 (patch)
tree82e61fada343be3a18245a2643487c6609af7808
parentac16d92202324a918f3096b4c7b9f6a89404d70a (diff)
downloadports-d41358de8a6376f16e415d5b5a65955faaee0060.tar.gz
ports-d41358de8a6376f16e415d5b5a65955faaee0060.zip
ports-mgmt/portfmt: Update to 1.1.3
-rw-r--r--ports-mgmt/portfmt/Makefile5
-rw-r--r--ports-mgmt/portfmt/distinfo6
-rw-r--r--ports-mgmt/portfmt/files/patch-6ae6bd4e645070b91ece4f6d393cdfbb836b86ef18
3 files changed, 5 insertions, 24 deletions
diff --git a/ports-mgmt/portfmt/Makefile b/ports-mgmt/portfmt/Makefile
index 905503461762..d835ef862483 100644
--- a/ports-mgmt/portfmt/Makefile
+++ b/ports-mgmt/portfmt/Makefile
@@ -1,8 +1,7 @@
PORTNAME= portfmt
-DISTVERSION= 1.1.2
-PORTREVISION= 1
+DISTVERSION= 1.1.3
CATEGORIES= ports-mgmt
-MASTER_SITES= https://codeberg.org/attachments/0991a836-2810-45b3-9035-45716b5a29a7?dummy=/
+MASTER_SITES= https://codeberg.org/attachments/ede108eb-28d5-44d6-a518-7ff014934da2?dummy=/
MAINTAINER= tobik@FreeBSD.org
COMMENT= Format FreeBSD Ports Makefiles
diff --git a/ports-mgmt/portfmt/distinfo b/ports-mgmt/portfmt/distinfo
index aa97880c2256..7a2b4c35a29e 100644
--- a/ports-mgmt/portfmt/distinfo
+++ b/ports-mgmt/portfmt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649413299
-SHA256 (portfmt-1.1.2.tar.lz) = 1800a703f88e90a4535a032492cb3d515062c9a078a6302ae69842c66b5f7cd7
-SIZE (portfmt-1.1.2.tar.lz) = 173734
+TIMESTAMP = 1662818927
+SHA256 (portfmt-1.1.3.tar.lz) = db632176e75aa8ad9f5afd855974ed4d431c6e2bf7755496f1ec99bf12e9331a
+SIZE (portfmt-1.1.3.tar.lz) = 175953
diff --git a/ports-mgmt/portfmt/files/patch-6ae6bd4e645070b91ece4f6d393cdfbb836b86ef b/ports-mgmt/portfmt/files/patch-6ae6bd4e645070b91ece4f6d393cdfbb836b86ef
deleted file mode 100644
index 0ddd1348c431..000000000000
--- a/ports-mgmt/portfmt/files/patch-6ae6bd4e645070b91ece4f6d393cdfbb836b86ef
+++ /dev/null
@@ -1,18 +0,0 @@
-From 6ae6bd4e645070b91ece4f6d393cdfbb836b86ef Mon Sep 17 00:00:00 2001
-From: Tobias Kortkamp <tobik@FreeBSD.org>
-Date: Fri, 19 Aug 2022 15:48:12 +0200
-Subject: [PATCH] Replace references to GitHub
-
-diff --git parser/edits/lint/order.c parser/edits/lint/order.c
-index df69f2d..57f610c 100644
---- parser/edits/lint/order.c
-+++ parser/edits/lint/order.c
-@@ -377,7 +377,7 @@ check_variable_order(struct Parser *parser, struct AST *root, bool no_color)
- row(pool, target, "# Portclippy to ignore them.", NULL);
- row(pool, target, "#", NULL);
- row(pool, target, "# If in doubt please report this on portfmt's bug tracker:", NULL);
-- row(pool, target, "# https://github.com/t6/portfmt/issues", NULL);
-+ row(pool, target, "# https://codeberg.org/tobik/portfmt/issues", NULL);
- }
- ARRAY_FOREACH(unknowns, char *, var) {
- struct Set *uses_candidates = NULL;