Skip to content

Commit

Permalink
ports-mgmt/portfmt: Update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Sep 1, 2021
1 parent 651d49f commit 4a99c65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions ports-mgmt/portfmt/Makefile
@@ -1,7 +1,7 @@
PORTNAME= portfmt
DISTVERSION= g20210321
DISTVERSION= 1.0.0
CATEGORIES= ports-mgmt
MASTER_SITES= https://github.com/t6/portfmt/releases/download/${DISTVERSION}/
MASTER_SITES= https://github.com/t6/portfmt/releases/download/v${DISTVERSION}/

MAINTAINER= tobik@FreeBSD.org
COMMENT= Format FreeBSD Ports Makefiles
Expand All @@ -16,12 +16,11 @@ CONFIGURE_ARGS= CPPFLAGS="${CPPFLAGS}" \
PREFIX="${PREFIX}"
MAKE_ARGS= INSTALL_MAN="${INSTALL_MAN}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
TEST_TARGET= test

OPTIONS_DEFINE= SUBPACKAGES

SUBPACKAGES_DESC= Subpackages support (D16457)

SUBPACKAGES_CPPFLAGS_OFF= -DPORTFMT_SUBPACKAGES=0
SUBPACKAGES_MAKE_ARGS_OFF= SUBPACKAGES=0

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions ports-mgmt/portfmt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1616335023
SHA256 (portfmt-g20210321.tar.lz) = 1df59f39fac2ed216515f3665e6dfec0b3f62f9403b130513d56f2b4fc13a15b
SIZE (portfmt-g20210321.tar.lz) = 111226
TIMESTAMP = 1630521147
SHA256 (portfmt-1.0.0.tar.lz) = bdc020c1adfda3e2e10bc12aa9a8ab8c625cef44b55619e3b7cba622fa5138b6
SIZE (portfmt-1.0.0.tar.lz) = 152282

0 comments on commit 4a99c65

Please sign in to comment.