svn commit: r309964 - in head/security/sks: . files
Johan van Selst
johans at FreeBSD.org
Sat Jan 5 15:41:41 UTC 2013
Author: johans
Date: Sat Jan 5 15:41:39 2013
New Revision: 309964
URL: http://svnweb.freebsd.org/changeset/ports/309964
Log:
Update SKS to 1.1.4
Added:
head/security/sks/files/
head/security/sks/files/pkg-message.in (contents, props changed)
Deleted:
head/security/sks/pkg-message
Modified:
head/security/sks/Makefile
head/security/sks/distinfo
Modified: head/security/sks/Makefile
==============================================================================
--- head/security/sks/Makefile Sat Jan 5 14:54:06 2013 (r309963)
+++ head/security/sks/Makefile Sat Jan 5 15:41:39 2013 (r309964)
@@ -1,14 +1,9 @@
-# New ports collection makefile for: sks
-# Date created: 2004-10-16
-# Whom: johans at 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 at FreeBSD.org
@@ -26,20 +21,24 @@ MAKE_ENV= BDBINCLUDE="-I${BDB_INCLUDE_DI
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
Modified: head/security/sks/distinfo
==============================================================================
--- head/security/sks/distinfo Sat Jan 5 14:54:06 2013 (r309963)
+++ head/security/sks/distinfo Sat Jan 5 15:41:39 2013 (r309964)
@@ -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
Added: head/security/sks/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/sks/files/pkg-message.in Sat Jan 5 15:41:39 2013 (r309964)
@@ -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/
More information about the svn-ports-all
mailing list