- Update to latest commit from 20180507

- Drop FreeBSD 10.3 support

- Fix formatting in `msiklm help'
This commit is contained in:
Jason E. Hale 2018-05-09 14:05:22 +00:00
parent edb625cebc
commit db7a132818
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469448
3 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= msiklm
DISTVERSION= g20180428
DISTVERSION= g20180507
CATEGORIES= sysutils
MAINTAINER= jhale@FreeBSD.org
@ -20,7 +20,7 @@ DOS2UNIX_FILES= README.md
USE_GITHUB= yes
GH_ACCOUNT= Gibtnix
GH_PROJECT= MSIKLM
GH_TAGNAME= 1abdaf5
GH_TAGNAME= 329c4b1
MAKEFILE= ${FILESDIR}/Makefile.bsd
PORTDOCS= README.md

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1524918933
SHA256 (Gibtnix-MSIKLM-g20180428-1abdaf5_GH0.tar.gz) = 0a45c3b2a276c4bd456b3f83f1cb97f1b3f0042613a2f7209afd283d20d5776e
SIZE (Gibtnix-MSIKLM-g20180428-1abdaf5_GH0.tar.gz) = 23261
TIMESTAMP = 1525872972
SHA256 (Gibtnix-MSIKLM-g20180507-329c4b1_GH0.tar.gz) = ea4f30e1274597d290138fde1fbe5a7c9bd435cc9319514694ffbd66b31a194b
SIZE (Gibtnix-MSIKLM-g20180507-329c4b1_GH0.tar.gz) = 23267

View File

@ -5,7 +5,6 @@ PROG= msiklm
SRCS= src/main.c src/msiklm.c
CFLAGS+= -Wall -W -D_REENTRANT
LDADD= -lhidapi
# Change to MK_MAN=no after 10.3 support is dropped
NO_MAN= yes
MK_MAN= no
.include <bsd.prog.mk>