diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-31 01:35:10 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-31 01:35:10 +0800 |
commit | b450fe30b66236f48f8e78e5f662e08efb3cd48e (patch) | |
tree | 06a396ba7fa072405587dccd84ae7d7cd4e0fbc5 /ports-mgmt/portfmt/Makefile | |
parent | 8c052bccc20ee5d872f327771b545cbe4589a1c0 (diff) | |
download | freebsd-ports-gnome-b450fe30b66236f48f8e78e5f662e08efb3cd48e.tar.gz freebsd-ports-gnome-b450fe30b66236f48f8e78e5f662e08efb3cd48e.tar.zst freebsd-ports-gnome-b450fe30b66236f48f8e78e5f662e08efb3cd48e.zip |
ports-mgmt/portfmt: Update to latest commit
Changes: https://github.com/t6/portfmt/compare/139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93...5c2ccf1c5f52ec80ce4f12d5463c328de02c5d02
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 00c49db9a891..f54bc048ec84 100644 --- a/ports-mgmt/portfmt/Makefile +++ b/ports-mgmt/portfmt/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= portfmt -PORTVERSION= g20190312 +PORTVERSION= g20190329 CATEGORIES= ports-mgmt MAINTAINER= tobik@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= t6 -GH_TAGNAME= 139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93 +GH_TAGNAME= 5c2ccf1c5f52ec80ce4f12d5463c328de02c5d02 HAS_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" \ |