mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Update SKS to 1.1.4
This commit is contained in:
parent
8de651e0dc
commit
11b6704ad8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309964
@ -1,14 +1,9 @@
|
||||
# New ports collection makefile for: sks
|
||||
# Date created: 2004-10-16
|
||||
# Whom: johans@stack.nl
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sks
|
||||
PORTVERSION= 1.1.3
|
||||
PORTVERSION= 1.1.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= http://cdn.bitbucket.org/skskeyserver/sks-keyserver/downloads/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
@ -26,20 +21,24 @@ MAKE_ENV= BDBINCLUDE="-I${BDB_INCLUDE_DIR}" \
|
||||
LIBDB="-l${BDB_LIB_NAME}" \
|
||||
MANDIR="${MANPREFIX}/man"
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_FILES= bin/sks bin/sks_add_mail bin/sks_build.sh
|
||||
MAN8= sks.8
|
||||
MANCOMPRESSED= yes
|
||||
PORTDOCS= BUGS README TODO
|
||||
PORTDOCS= BUGS README.md TODO UPGRADING
|
||||
|
||||
post-extract:
|
||||
@: > ${WRKSRC}/Makefile.local
|
||||
@${REINPLACE_CMD} 's/-ccopt -pg //' ${WRKSRC}/Makefile
|
||||
@cd ${WRKSRC} && ${RM} -f .depend
|
||||
|
||||
pre-build:
|
||||
@cd ${WRKSRC} && test -f .depend || ${GMAKE} dep
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sks-1.1.3.tgz) = 1e5493c686101daefb5ff4e6376aa147cee19fb1851f7a7a38b17266d462bf40
|
||||
SIZE (sks-1.1.3.tgz) = 292558
|
||||
SHA256 (sks-1.1.4.tgz) = baa79be8c1983544518e8a72ccecacb2837d52ae4015dc7cf364cddb53220c76
|
||||
SIZE (sks-1.1.4.tgz) = 345249
|
||||
|
9
security/sks/files/pkg-message.in
Normal file
9
security/sks/files/pkg-message.in
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
=> When updating from a previous sks version be aware that the PGP key
|
||||
=> database files are not compatible. You should run db_recover-5.
|
||||
=> See %%DOCSDIR%%/UPGRADING for details.
|
||||
|
||||
When installing for the first time, you will need to obtain a PGP
|
||||
key database dump from somewhere and build database files from this.
|
||||
See %%DOCSDIR%%/README.md for details.
|
||||
More information is available online at http://www.keysigning.org/sks/
|
@ -1,8 +0,0 @@
|
||||
|
||||
=> When updating from a previous sks version be aware that the PGP key
|
||||
=> database files are not compatible. You should run db_recover-5 on
|
||||
=> the PTree and KDB database directories before starting SKS.
|
||||
|
||||
When installing for the first time, you will need to obtain a pgp
|
||||
key database dump from somewhere and build database files from this.
|
||||
http://www.keysigning.org/sks/ may help you getting started.
|
Loading…
Reference in New Issue
Block a user