svn commit: r324689 - head/security/sks

Johan van Selst johans at FreeBSD.org
Wed Aug 14 08:32:54 UTC 2013


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/


More information about the svn-ports-all mailing list