diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-29 12:36:29 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-29 12:36:29 +0000 |
commit | 6f62a979837fcb8165c8ee2d78c80357ef669ba9 (patch) | |
tree | 7487b31660315c70d7a78f123f6af6ddd86e9033 | |
parent | Fix missing BUILD_DEPENDS on tree-widget I didn't catch last time (diff) |
- Teach configure about ia64 platform (similar to the recent amd64 fix)
- Propagate the detached GPG signature to distfiles mirrors
PR: ports/74510
Submitted by: Johan van Selst (maintainer)
-rw-r--r-- | security/sks/Makefile | 11 | ||||
-rw-r--r-- | security/sks/files/sks.numerix.patch | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/sks/Makefile b/security/sks/Makefile index e783b31dd9de..95aef16c0fcb 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -7,11 +7,12 @@ PORTNAME= sks PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR=sks -EXTRACT_SUFX= .tgz +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${DISTNAME}.tgz ${DISTNAME}.tgz.sig +EXTRACT_ONLY= ${DISTNAME}.tgz MAINTAINER= johans@stack.nl COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver @@ -19,8 +20,8 @@ COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml-nox11 LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 -USE_GPG= yes -SIG_SUFFIX= .sig +USE_GPG?= yes +SIG_FILES= ${DISTNAME}.tgz.sig USE_GMAKE= yes MAKE_ENV= BDBINCLUDE="-I${LOCALBASE}/include/db42" \ BDBLIB="-L${LOCALBASE}/lib" \ diff --git a/security/sks/files/sks.numerix.patch b/security/sks/files/sks.numerix.patch index 6ffd2ab314f5..057802339285 100644 --- a/security/sks/files/sks.numerix.patch +++ b/security/sks/files/sks.numerix.patch @@ -15,7 +15,7 @@ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ - | mipstx39 | mipstx39el \ -+ | mipstx39 | mipstx39el | amd64 \ ++ | mipstx39 | mipstx39el | amd64 | ia64 \ | sparc | sparclet | sparclite | sparc64 | v850) basic_machine=$basic_machine-unknown ;; @@ -24,7 +24,7 @@ | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ - | mipstx39-* | mipstx39el-* \ -+ | mipstx39-* | mipstx39el-* | amd64-* \ ++ | mipstx39-* | mipstx39el-* | amd64-* | ia64-* \ | f301-*) ;; # Recognize the various machine names and aliases which stand |