diff options
author | sergei <sergei@FreeBSD.org> | 2004-11-29 20:36:29 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-11-29 20:36:29 +0800 |
commit | a5913cf5263f84549fdc5dac30f5212be62dc699 (patch) | |
tree | 40f7e89e93e89ae2a2ebb6a7354f4e7f0ea77bfd /security | |
parent | 3051fca66b870b92b40900d3a4899f4855d5bfe3 (diff) | |
download | freebsd-ports-gnome-a5913cf5263f84549fdc5dac30f5212be62dc699.tar.gz freebsd-ports-gnome-a5913cf5263f84549fdc5dac30f5212be62dc699.tar.zst freebsd-ports-gnome-a5913cf5263f84549fdc5dac30f5212be62dc699.zip |
- 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)
Diffstat (limited to 'security')
-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 |