Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 08:32:53 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324689 - head/security/sks
Message-ID:  <201308140832.r7E8Wrmj051930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Wed Aug 14 08:32:53 2013
New Revision: 324689
URL: http://svnweb.freebsd.org/changeset/ports/324689

Log:
  Note that parallel builds do not work
  While here, update Perl dependency style and WWW
  
  PR:		ports/181275
  Submitted by:	mat

Modified:
  head/security/sks/Makefile
  head/security/sks/pkg-descr

Modified: head/security/sks/Makefile
==============================================================================
--- head/security/sks/Makefile	Wed Aug 14 08:32:51 2013	(r324688)
+++ head/security/sks/Makefile	Wed Aug 14 08:32:53 2013	(r324689)
@@ -13,7 +13,9 @@ PROJECTHOST=	sks-keyserver
 
 USE_OCAML=	yes
 USE_BDB=	5
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
+MAKE_JOBS_UNSAFE=yes
 
 USE_GMAKE=	yes
 MAKE_ENV=	BDBINCLUDE="-I${BDB_INCLUDE_DIR}" \

Modified: head/security/sks/pkg-descr
==============================================================================
--- head/security/sks/pkg-descr	Wed Aug 14 08:32:51 2013	(r324688)
+++ head/security/sks/pkg-descr	Wed Aug 14 08:32:53 2013	(r324689)
@@ -10,4 +10,4 @@ Refer to the online references for point
 the public PGP databse (about 2Gb) and on tweaking the your configuration.
 http://www.keysigning.org/sks/ may help you getting started.
 
-WWW:	http://minskyprimus.net/sks/
+WWW: https://bitbucket.org/skskeyserver/sks-keyserver/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308140832.r7E8Wrmj051930>