sysutils/shlock: Update to 2.6.5
This commit is contained in:
parent
677afed03d
commit
9566f9795a
2 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= shlock
|
||||
PORTVERSION= 2.6.4
|
||||
PORTVERSION= 2.6.5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ISC/inn
|
||||
DISTNAME= inn-${PORTVERSION}
|
||||
|
@ -10,7 +10,6 @@ COMMENT= Create lock files for use in shell scripts
|
|||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ALL_TARGET= all-lib
|
||||
CONFIGURE_ARGS= --disable-shared
|
||||
CONFIGURE_ENV= ac_cv_path_PERL="${TRUE}"
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -18,8 +17,10 @@ GNU_CONFIGURE= yes
|
|||
PLIST_FILES= bin/shlock \
|
||||
share/man/man1/shlock.1.gz
|
||||
|
||||
post-build:
|
||||
@${DO_MAKE_BUILD} -C ${WRKSRC}/backends shlock
|
||||
do-build:
|
||||
${DO_MAKE_BUILD} -C ${WRKSRC}/include all
|
||||
${DO_MAKE_BUILD} -C ${WRKSRC}/lib all
|
||||
${DO_MAKE_BUILD} -C ${WRKSRC}/backends shlock
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/backends/shlock ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1611665337
|
||||
SHA256 (inn-2.6.4.tar.gz) = f05e803e0b3772b235bfb11b688f1def3d422dbf30ccbbce973f7fe518ac7518
|
||||
SIZE (inn-2.6.4.tar.gz) = 2610659
|
||||
TIMESTAMP = 1647264444
|
||||
SHA256 (inn-2.6.5.tar.gz) = 34236cb34486e8083111821388670e02de5588ac24e819ca4468eafbb7b67598
|
||||
SIZE (inn-2.6.5.tar.gz) = 2646269
|
||||
|
|
Loading…
Reference in a new issue