summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2018-05-06 19:40:16 +0000
committerLarry Rosenman <ler@FreeBSD.org>2018-05-06 19:40:16 +0000
commita56e28790c848d6a994b53e3de49e848450c701b (patch)
treebe7dc0b01176f75e4a9c21507f6880f0a692ceeb /sysutils/lsof/Makefile
parentUpdate to the 20180504 snapshot of GCC 8.1.1. This is just after the (diff)
sysutils/lsof: upgrade to 4.92A to support recent -CURRENT
PR: 227997 Reported by: grahamperrin@gmail.com Approved by: Vic Abell (Author)
Notes
Notes: svn path=/head/; revision=469248
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index c391af258acd..67a9484959a9 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lsof
-DISTVERSION= 4.91
+DISTVERSION= 4.92A
PORTEPOCH= 8
CATEGORIES= sysutils
MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
@@ -19,7 +19,7 @@ LICENSE_FILE= ${FILESDIR}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
#Please leave the below line in for the next clean up.
-#FIXUP_RELEASE= YES
+FIXUP_RELEASE= YES
.if defined(FIXUP_RELEASE)
DISTNAME_SUFFIX=.freebsd
.else