Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2013 11:43:44 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325040 - in head: devel/checkbashisms devel/valgrind devel/valgrind-snapshot mail/qmail security/openssh-portable
Message-ID:  <201308201143.r7KBhi0A082137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Aug 20 11:43:44 2013
New Revision: 325040
URL: http://svnweb.freebsd.org/changeset/ports/325040

Log:
  - Convert to new perl5 framework
  
  Approved by:	bdrewery@ (maintainer)

Modified:
  head/devel/checkbashisms/Makefile
  head/devel/valgrind-snapshot/Makefile   (contents, props changed)
  head/devel/valgrind/Makefile
  head/mail/qmail/Makefile   (contents, props changed)
  head/security/openssh-portable/Makefile   (contents, props changed)

Modified: head/devel/checkbashisms/Makefile
==============================================================================
--- head/devel/checkbashisms/Makefile	Tue Aug 20 09:54:16 2013	(r325039)
+++ head/devel/checkbashisms/Makefile	Tue Aug 20 11:43:44 2013	(r325040)
@@ -14,7 +14,8 @@ LICENSE=	GPLv2
 
 SF_PROJECT=	checkbaskisms
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 

Modified: head/devel/valgrind-snapshot/Makefile
==============================================================================
--- head/devel/valgrind-snapshot/Makefile	Tue Aug 20 09:54:16 2013	(r325039)
+++ head/devel/valgrind-snapshot/Makefile	Tue Aug 20 11:43:44 2013	(r325040)
@@ -40,8 +40,8 @@ MPI_LIB_DEPENDS=	mpich:${PORTSDIR}/net/m
 
 OPTIONS_SUB=	yes
 USE_BZIP2=	yes
-USES=		pathfix pkgconfig gmake
-USE_PERL5_BUILD=yes
+USES=		pathfix pkgconfig gmake perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile	Tue Aug 20 09:54:16 2013	(r325039)
+++ head/devel/valgrind/Makefile	Tue Aug 20 11:43:44 2013	(r325040)
@@ -38,8 +38,8 @@ MPI_LIB_DEPENDS=	mpich:${PORTSDIR}/net/m
 
 OPTIONS_SUB=	yes
 USE_BZIP2=	yes
-USES=		pathfix pkgconfig gmake
-USE_PERL5_BUILD=yes
+USES=		pathfix pkgconfig gmake perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile	Tue Aug 20 09:54:16 2013	(r325039)
+++ head/mail/qmail/Makefile	Tue Aug 20 11:43:44 2013	(r325040)
@@ -256,8 +256,8 @@ EXTRA_MAN8=	qmail-badloadertypes.8 qmail
 		qmail-recipients.8
 ALL_TARGET+=	${EXTRA_MAN8}
 MAN8+=		${EXTRA_MAN8}
-USE_PERL5_BUILD=	yes
-PATCH_DEPENDS+=		${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
+USES+=		perl5
+USE_PERL5=	patch build
 .endif
 
 .if defined(SLAVE_LDAP)

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Tue Aug 20 09:54:16 2013	(r325039)
+++ head/security/openssh-portable/Makefile	Tue Aug 20 11:43:44 2013	(r325040)
@@ -26,7 +26,8 @@ CONFLICTS?=		openssh-3.* ssh-1.* ssh2-3.
 PATCH_SITES+=		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
 			http://mirror.shatow.net/freebsd/${PORTNAME}/:x509
 
-USE_PERL5_BUILD=	yes
+USES=			perl5
+USE_PERL5=		build
 USE_AUTOTOOLS=		autoconf autoheader
 USE_OPENSSL=		yes
 GNU_CONFIGURE=		yes



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