diff --git a/ports-mgmt/portfmt/Makefile b/ports-mgmt/portfmt/Makefile index 977b9ce541ab..bd77b37b0e95 100644 --- a/ports-mgmt/portfmt/Makefile +++ b/ports-mgmt/portfmt/Makefile @@ -1,30 +1,30 @@ PORTNAME= portfmt -DISTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= ports-mgmt -MASTER_SITES= https://github.com/t6/portfmt/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://codeberg.org/attachments/ede108eb-28d5-44d6-a518-7ff014934da2?dummy=/ MAINTAINER= tobik@FreeBSD.org COMMENT= Format FreeBSD Ports Makefiles LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 ninja tar:lz HAS_CONFIGURE= yes CONFIGURE_ARGS= AR="${AR}" \ CC="${CC}" \ CFLAGS="${CFLAGS}" \ CPPFLAGS="${CPPFLAGS}" \ DESTDIR="${STAGEDIR}" \ INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ LDFLAGS="${LDFLAGS}" \ PREFIX="${PREFIX}" OPTIONS_DEFINE= SUBPACKAGES SUBPACKAGES_DESC= Subpackages support (D16457) SUBPACKAGES_CONFIGURE_OFF= FEATURES="!subpackages" .include 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/pkg-descr b/ports-mgmt/portfmt/pkg-descr index 5d525cd4172f..46442eee12cc 100644 --- a/ports-mgmt/portfmt/pkg-descr +++ b/ports-mgmt/portfmt/pkg-descr @@ -1,25 +1,25 @@ Portfmt is a collection of tools for editing, formatting, and linting FreeBSD Ports Collection Makefiles. It comes with several tools: - portfmt formats Makefiles - portclippy is a linter that checks if variables are in the correct order in a more comprehensive way than portlint - portedit edits Makefiles. It comes with several commands that can be used as a basis for your own port update scripts: - bump-epoch: bumps PORTEPOCH or inserts it at the right place - bump-revision: bumps PORTREVISION or inserts it at the right place - get: lookup unevaluated variable values - merge: Generic command to set/update variables while also formatting the updated variables properly and inserting them in the right places if necessary. Useful for merging output of other tools like make cargo-crates, modules2tuple, or make stage-qa. For example to mark a port deprecated: printf "DEPRECATED=%s\nEXPIRATION_DATE=%s" \ Abandonware 2019-08-15 | portedit merge -i Makefile - set-version: resets PORTREVISION, sets DISTVERSION or PORTVERSION -WWW: https://github.com/t6/portfmt +WWW: https://codeberg.org/tobik/portfmt