Skip to content

Commit

Permalink
ports-mgmt/portfmt: Move to new home
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Aug 25, 2022
1 parent 7a18484 commit 1c04ed3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports-mgmt/portfmt/Makefile
@@ -1,7 +1,8 @@
PORTNAME= portfmt
DISTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= https://github.com/t6/portfmt/releases/download/v${DISTVERSION}/
MASTER_SITES= https://codeberg.org/attachments/0991a836-2810-45b3-9035-45716b5a29a7?dummy=/

MAINTAINER= tobik@FreeBSD.org
COMMENT= Format FreeBSD Ports Makefiles
Expand Down
@@ -0,0 +1,18 @@
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;
2 changes: 1 addition & 1 deletion ports-mgmt/portfmt/pkg-descr
Expand Up @@ -22,4 +22,4 @@ It comes with several tools:

- set-version: resets PORTREVISION, sets DISTVERSION or PORTVERSION

WWW: https://github.com/t6/portfmt
WWW: https://codeberg.org/tobik/portfmt

0 comments on commit 1c04ed3

Please sign in to comment.