aboutsummaryrefslogtreecommitdiff
path: root/security/sks
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-01-05 15:41:39 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-01-05 15:41:39 +0000
commit11b6704ad89eeabaf2c8d98b2fc5b0061e3a5c86 (patch)
treed2eb30ab32fe6edf406cbfd0d0d62beb34666d5e /security/sks
parent8de651e0dcf5db69b329c0ed0d50f2e1f4872a59 (diff)
downloadports-11b6704ad89eeabaf2c8d98b2fc5b0061e3a5c86.tar.gz
ports-11b6704ad89eeabaf2c8d98b2fc5b0061e3a5c86.zip
Notes
Diffstat (limited to 'security/sks')
-rw-r--r--security/sks/Makefile17
-rw-r--r--security/sks/distinfo4
-rw-r--r--security/sks/files/pkg-message.in9
-rw-r--r--security/sks/pkg-message8
4 files changed, 19 insertions, 19 deletions
diff --git a/security/sks/Makefile b/security/sks/Makefile
index b09d80f5ddfc..fb2c8f96588b 100644
--- a/security/sks/Makefile
+++ b/security/sks/Makefile
@@ -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
diff --git a/security/sks/distinfo b/security/sks/distinfo
index 4106e82572d2..2c11d11ec81f 100644
--- a/security/sks/distinfo
+++ b/security/sks/distinfo
@@ -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
diff --git a/security/sks/files/pkg-message.in b/security/sks/files/pkg-message.in
new file mode 100644
index 000000000000..e5cea9beaebd
--- /dev/null
+++ b/security/sks/files/pkg-message.in
@@ -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/
diff --git a/security/sks/pkg-message b/security/sks/pkg-message
deleted file mode 100644
index d451faa29a25..000000000000
--- a/security/sks/pkg-message
+++ /dev/null
@@ -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.