svn commit: r322751 - head/net/p5-ZeroMQ

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 11 06:47:47 UTC 2013


Author: bapt
Date: Thu Jul 11 06:47:47 2013
New Revision: 322751
URL: http://svnweb.freebsd.org/changeset/ports/322751

Log:
  Mark job unsafe
  Convert to USES
  Bump portrevision (pkgconfig is not a run dep anymore)
  Remove leading indefinite article

Modified:
  head/net/p5-ZeroMQ/Makefile

Modified: head/net/p5-ZeroMQ/Makefile
==============================================================================
--- head/net/p5-ZeroMQ/Makefile	Thu Jul 11 06:40:23 2013	(r322750)
+++ head/net/p5-ZeroMQ/Makefile	Thu Jul 11 06:47:47 2013	(r322751)
@@ -1,19 +1,16 @@
-# New ports collection makefile for:	ZeroMQ
-# Date created:		2011-10-26
-# Whom:			Andrej Zverev <az at FreeBSD.org>
-#
+# Created by: Andrej Zverev <az at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ZeroMQ
 PORTVERSION=	0.21
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DMAKI
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	az at FreeBSD.org
-COMMENT=	A ZeroMQ2 wrapper for Perl
+COMMENT=	ZeroMQ2 wrapper for Perl
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
@@ -29,7 +26,8 @@ TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDI
 		p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON
 
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
+MAKE_JOBS_UNSAFE=	yes
 
 PERL_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list