git: 11fc1dad0a36 - main - sysutils/ltfs: Forgot to add Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Sep 2023 04:51:26 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=11fc1dad0a36dcafa2983961f04274f41ce47937 commit 11fc1dad0a36dcafa2983961f04274f41ce47937 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2023-09-17 04:50:28 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2023-09-17 04:50:28 +0000 sysutils/ltfs: Forgot to add Makefile Fixes: 3054340889b2 sysutils/ltfs: Update to 2.4.6.0 --- sysutils/ltfs/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sysutils/ltfs/Makefile b/sysutils/ltfs/Makefile index 532d4bd50a1b..f866e49074fb 100644 --- a/sysutils/ltfs/Makefile +++ b/sysutils/ltfs/Makefile @@ -1,8 +1,7 @@ PORTNAME= ltfs DISTVERSIONPREFIX= v -DISTVERSION= 2.4.5.0 -DISTVERSIONSUFFIX= -10502 -PORTREVISION= 2 +DISTVERSION= 2.4.6.0 +DISTVERSIONSUFFIX= -10507 CATEGORIES= sysutils MAINTAINER= kbowling@FreeBSD.org @@ -30,7 +29,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-icu-6x -INSTALL_TARGET= install-strip +#INSTALL_TARGET= install-strip OPTIONS_DEFINE= DEBUG SNMP OPTIONS_SUB= yes