mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/liblockfile: Update to 1.17
ChangeLog: https://github.com/miquels/liblockfile/blob/v1.17/Changelog PR: 253215 Submitted by: yasu@utahime.org (maintainer)
This commit is contained in:
parent
a45c1ac78c
commit
0eb291bddd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564844
2 changed files with 13 additions and 9 deletions
|
@ -2,30 +2,34 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liblockfile
|
||||
PORTVERSION= 1.16
|
||||
PORTVERSION= 1.17
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yasu@utahime.org
|
||||
COMMENT= Standard lockfile library
|
||||
|
||||
LICENSE= GPLv2+ LGPL21+
|
||||
LICENSE_COMB= multi
|
||||
LICENSE= GPLv2+ LGPL21+
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_GPLv2+ = ${WRKSRC}/licenses/GPL-2
|
||||
LICENSE_FILE_LGPL21+ = ${WRKSRC}/licenses/LGPL-2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= miquels
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --with-mailgroup
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-shared \
|
||||
--with-mailgroup
|
||||
|
||||
PORTDOCS= Changelog README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dotlockfile
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblockfile.so.1.0
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1565379232
|
||||
SHA256 (miquels-liblockfile-v1.16_GH0.tar.gz) = dfc552c72a93a28279017e81c9e1924b12cc97e4faca8faf5ddbba6b6f048e01
|
||||
SIZE (miquels-liblockfile-v1.16_GH0.tar.gz) = 68591
|
||||
TIMESTAMP = 1611854055
|
||||
SHA256 (miquels-liblockfile-v1.17_GH0.tar.gz) = 7d34e4b054f878be492dd782c34bfe2107689414aa82a361202756bbe3ec6ad8
|
||||
SIZE (miquels-liblockfile-v1.17_GH0.tar.gz) = 69834
|
||||
|
|
Loading…
Add table
Reference in a new issue