- Update to 0.0.12
- Cosmetic change - Take maintainership Changes: https://github.com/ioerror/tlsdate/blob/master/CHANGELOG
This commit is contained in:
parent
a739309b7b
commit
c1e595f8b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381425
@ -1,40 +1,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tlsdate
|
||||
PORTVERSION= 0.0.11
|
||||
PORTVERSION= 0.0.12
|
||||
CATEGORIES= sysutils
|
||||
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-${GH_COMMIT}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Secure parasitic rdate replacement
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ioerror
|
||||
GH_COMMIT= 5be06de
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf libtool pkgconfig
|
||||
USE_OPENSSL= yes
|
||||
|
||||
PLIST_SUB+= PKGNAME=${PKGNAME}
|
||||
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
LIB_DEPENDS+= libevent.so:${PORTSDIR}/devel/libevent2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_OPENSSL= yes
|
||||
USES= autoreconf libtool pkgconfig
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/doc_DATA\+= LICENSE/d' ${WRKSRC}/Makefile.am
|
||||
PLIST_SUB= PKGNAME=${PKGNAME}
|
||||
PORTDOCS= *
|
||||
|
||||
post-install:
|
||||
@${CHMOD} o+rx ${STAGEDIR}/${PREFIX}/etc/tlsdate ${STAGEDIR}/${PREFIX}/etc/tlsdate/ca-roots
|
||||
@${MKDIR} ${STAGEDIR}/${PREFIX}/share/licenses/${PKGNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${PREFIX}/share/licenses/${PKGNAME}
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ioerror
|
||||
GH_COMMIT= cc2e251
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && make test
|
||||
regression-test test: build
|
||||
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ioerror-tlsdate-0.0.11-5be06de.tar.gz) = 96f0053574ab0119edec0e46ccedf86bff72092e9461eae71f6b59fabd492e04
|
||||
SIZE (ioerror-tlsdate-0.0.11-5be06de.tar.gz) = 263951
|
||||
SHA256 (tlsdate-0.0.12.tar.gz) = 15cf5a86258fa17afe15cc6ea0c87d94caeafe3d77827fea0f358bac734f13e9
|
||||
SIZE (tlsdate-0.0.12.tar.gz) = 264156
|
||||
|
@ -3,8 +3,3 @@ bin/tlsdate-helper
|
||||
etc/tlsdate/ca-roots/tlsdate-ca-roots.conf
|
||||
man/man1/tlsdate-helper.1.gz
|
||||
man/man1/tlsdate.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
share/licenses/%%PKGNAME%%/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user