diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-31 22:34:33 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-31 22:34:33 +0800 |
commit | c624f855584440c0f1e7b0594abda71c38bc2700 (patch) | |
tree | 61d34e13f2974201d78d4da6a85c8590ea962d3b /ports-mgmt/portfmt/Makefile | |
parent | c6f18da91604cdbe20a66268dd087195a5b3f057 (diff) | |
download | freebsd-ports-gnome-c624f855584440c0f1e7b0594abda71c38bc2700.tar.gz freebsd-ports-gnome-c624f855584440c0f1e7b0594abda71c38bc2700.tar.zst freebsd-ports-gnome-c624f855584440c0f1e7b0594abda71c38bc2700.zip |
ports-mgmt/portfmt: Update to latest commit
Changes: https://github.com/t6/portfmt/commits/86fa1a1ecece296f5f440bd86510cd5a8ab5b546
Diffstat (limited to 'ports-mgmt/portfmt/Makefile')
-rw-r--r-- | ports-mgmt/portfmt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portfmt/Makefile b/ports-mgmt/portfmt/Makefile index f50b609968d2..e10a88465b96 100644 --- a/ports-mgmt/portfmt/Makefile +++ b/ports-mgmt/portfmt/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= portfmt -PORTVERSION= g20190819 +PORTVERSION= g20190831 CATEGORIES= ports-mgmt MAINTAINER= tobik@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= t6 -GH_TAGNAME= cce65716454e8601bfffff0b07d592b960722cc4 +GH_TAGNAME= 86fa1a1ecece296f5f440bd86510cd5a8ab5b546 USE_LDCONFIG= yes HAS_CONFIGURE= yes |