1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update SKS to 1.1.4

This commit is contained in:
Johan van Selst 2013-01-05 15:41:39 +00:00
parent 8de651e0dc
commit 11b6704ad8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309964
4 changed files with 19 additions and 19 deletions

View File

@ -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

View File

@ -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

View 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/

View File

@ -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.