From owner-svn-ports-all@FreeBSD.ORG Thu Sep 12 06:27:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1F6A1CA; Thu, 12 Sep 2013 06:27:45 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1FED239E; Thu, 12 Sep 2013 06:27:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C6RjQY082592; Thu, 12 Sep 2013 06:27:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8C6RgQp082555; Thu, 12 Sep 2013 06:27:42 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309120627.r8C6RgQp082555@svn.freebsd.org> From: Andrej Zverev Date: Thu, 12 Sep 2013 06:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327035 - in head: comms/gscmxx comms/o2sms comms/p5-Cisco-UCS comms/p5-Device-Gsm comms/p5-SMS-Send-DeviceGsm comms/p5-SMS-Send-NexmoUnicode comms/p5-SMS-Send-TW-HiAir comms/p5-SMS-Sen... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 06:27:46 -0000 Author: az Date: Thu Sep 12 06:27:41 2013 New Revision: 327035 URL: http://svnweb.freebsd.org/changeset/ports/327035 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/comms/gscmxx/Makefile (contents, props changed) head/comms/o2sms/Makefile (contents, props changed) head/comms/p5-Cisco-UCS/Makefile (contents, props changed) head/comms/p5-Device-Gsm/Makefile (contents, props changed) head/comms/p5-SMS-Send-DeviceGsm/Makefile (contents, props changed) head/comms/p5-SMS-Send-NexmoUnicode/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-HiAir/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-PChome/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-Qma/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-Socket2Air/Makefile head/comms/p5-SMS-Send-TW-chtsns/Makefile (contents, props changed) head/comms/p5-SMS-Send-TW-emome/Makefile (contents, props changed) head/comms/uird/Makefile (contents, props changed) head/comms/yfklog/Makefile (contents, props changed) head/shells/p5-Shell-Perl/Makefile head/shells/psh/Makefile head/shells/shell-include/Makefile (contents, props changed) head/shells/vshnu/Makefile (contents, props changed) Modified: head/comms/gscmxx/Makefile ============================================================================== --- head/comms/gscmxx/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/gscmxx/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gscmxx -# Date created: 13 May 2003 -# Whom: svmohr -# +# Created by: svmohr # $FreeBSD$ -# PORTNAME= gscmxx PORTVERSION= 0.4.1 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Image-Size>=0:${PORTSD scmxx:${PORTSDIR}/comms/scmxx \ convert:${PORTSDIR}/graphics/ImageMagick -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure USE_GNOME= gtk12 MAN1= gscmxx.1 Modified: head/comms/o2sms/Makefile ============================================================================== --- head/comms/o2sms/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/o2sms/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: o2sms -# Date created: June 13th, 2006 -# Whom: Conor McDermottroe -# +# Created by: Conor McDermottroe # $FreeBSD$ -# PORTNAME= o2sms PORTVERSION= 3.36 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORT p5-TestGen4Web-Runner>=0:${PORTSDIR}/www/p5-TestGen4Web-Runner RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= aftsms.1 \ o2sms.1 \ Modified: head/comms/p5-Cisco-UCS/Makefile ============================================================================== --- head/comms/p5-Cisco-UCS/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-Cisco-UCS/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORT p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Cisco::UCS.3 Cisco::UCS::Blade.3 Cisco::UCS::Chassis.3 \ Cisco::UCS::Common::EthernetPort.3 Cisco::UCS::Common::Fan.3 \ Modified: head/comms/p5-Device-Gsm/Makefile ============================================================================== --- head/comms/p5-Device-Gsm/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-Device-Gsm/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Device-Gsm -# Date created: 09 May 2006 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $FreeBSD$ -# PORTNAME= Device-Gsm PORTVERSION= 1.60 @@ -17,7 +13,8 @@ COMMENT= Perl interface to GSM phones/mo BUILD_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem RUN_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Device::Gsm::Sms.3 Device::Gsm::Pdu.3 Device::Gsm.3 Modified: head/comms/p5-SMS-Send-DeviceGsm/Makefile ============================================================================== --- head/comms/p5-SMS-Send-DeviceGsm/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-SMS-Send-DeviceGsm/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-DeviceGsm -# Date created: 2007-09-22 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= SMS-Send-DeviceGsm PORTVERSION= 1.06 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-SMS-Send>=0.04:${PORTS p5-Device-Gsm>=1.45:${PORTSDIR}/comms/p5-Device-Gsm RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::DeviceGsm.3 Modified: head/comms/p5-SMS-Send-NexmoUnicode/Makefile ============================================================================== --- head/comms/p5-SMS-Send-NexmoUnicode/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-SMS-Send-NexmoUnicode/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-NexmoUnicode -# Date created: 2011-12-01 -# Whom: Jui-Nan Lin -# +# Created by: Jui-Nan Lin # $FreeBSD$ -# PORTNAME= SMS-Send-NexmoUnicode PORTVERSION= 0.01 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Nexmo-SMS>=0.04:${PORT p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::NexmoUnicode.3 Modified: head/comms/p5-SMS-Send-TW-HiAir/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-HiAir/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-SMS-Send-TW-HiAir/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-HiAir -# Date created: 2010-01-06 -# Whom: Jui-Nan Lin -# +# Created by: Jui-Nan Lin # $FreeBSD$ -# PORTNAME= SMS-Send-TW-HiAir PORTVERSION= 0.02 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-SMS-Send>=0:${PORTSDIR p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::HiAir.3 Modified: head/comms/p5-SMS-Send-TW-PChome/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-PChome/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-SMS-Send-TW-PChome/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-PChome -# Date created: 2007-04-06 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= SMS-Send-TW-PChome PORTVERSION= 0.03 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::PChome.3 Modified: head/comms/p5-SMS-Send-TW-Qma/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-Qma/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-SMS-Send-TW-Qma/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-Qma -# Date created: 2011-03-20 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= SMS-Send-TW-Qma PORTVERSION= 0.01 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::Qma.3 Modified: head/comms/p5-SMS-Send-TW-Socket2Air/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-Socket2Air/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-SMS-Send-TW-Socket2Air/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -16,7 +16,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::Socket2Air.3 Modified: head/comms/p5-SMS-Send-TW-chtsns/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-chtsns/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-SMS-Send-TW-chtsns/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-chtsns -# Date created: 2010-01-06 -# Whom: Jui-Nan Lin -# +# Created by: Jui-Nan Lin # $FreeBSD$ -# PORTNAME= SMS-Send-TW-chtsns PORTVERSION= 0.03 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::chtsns.3 Modified: head/comms/p5-SMS-Send-TW-emome/Makefile ============================================================================== --- head/comms/p5-SMS-Send-TW-emome/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/p5-SMS-Send-TW-emome/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-emome -# Date created: 2007-10-10 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= SMS-Send-TW-emome PORTVERSION= 0.04 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-SMS-Send>=0.03:${PORTSDI p5-Text-Iconv>=:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::emome.3 Modified: head/comms/uird/Makefile ============================================================================== --- head/comms/uird/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/uird/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uird -# Date created: 2005-11-21 -# Whom: David Thiel -# +# Created by: David Thiel # $FreeBSD$ -# PORTNAME= uird PORTVERSION= 1.1 @@ -16,7 +12,7 @@ MAINTAINER= lx@FreeBSD.org COMMENT= The Universal IR Receiver Daemon USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ${PORTNAME} Modified: head/comms/yfklog/Makefile ============================================================================== --- head/comms/yfklog/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/comms/yfklog/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# ports collection makefile for: yflklog -# Date created: 17 October 2007 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= yfklog PORTVERSION= 0.3.5 @@ -25,7 +21,7 @@ RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/de hamlib>=0:${PORTSDIR}/comms/hamlib \ p5-Net-FTP-File>=0:${PORTSDIR}/net/p5-Net-FTP-File -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= yfklog.1 Modified: head/shells/p5-Shell-Perl/Makefile ============================================================================== --- head/shells/p5-Shell-Perl/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/shells/p5-Shell-Perl/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Shell-Perl -# Date created: 2008-02-27 -# Whom: Shinsuke Matsui -# +# Created by: Shinsuke Matsui # $FreeBSD$ -# PORTNAME= Shell-Perl PORTVERSION= 0.0022 @@ -25,7 +21,8 @@ BUILD_DEPENDS= p5-Test-Script>=0:${PORTS p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN1= pirl.1 MAN3= Shell::Perl.3 Shell::Perl::Dumper.3 Modified: head/shells/psh/Makefile ============================================================================== --- head/shells/psh/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/shells/psh/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -11,7 +11,8 @@ MASTER_SITE_SUBDIR= CPAN:GREGOR MAINTAINER= garga@FreeBSD.org COMMENT= New shell made entirely out of a Perl script -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure SUB_FILES= pkg-install pkg-deinstall Modified: head/shells/shell-include/Makefile ============================================================================== --- head/shells/shell-include/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/shells/shell-include/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qar-bufo -# Date created: 18 April 2007 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= shell-include PORTVERSION= 0.1.2 @@ -14,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= vvelox@vvelox.net COMMENT= A include system for shell scripts -USE_PERL5= yes +USES= perl5 MAN3= random::shortIntRandom.3 \ random.3 \ Modified: head/shells/vshnu/Makefile ============================================================================== --- head/shells/vshnu/Makefile Thu Sep 12 06:19:31 2013 (r327034) +++ head/shells/vshnu/Makefile Thu Sep 12 06:27:41 2013 (r327035) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: vshnu -# Date created: Feb 26, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= vshnu PORTVERSION= 1.0305 @@ -18,6 +13,7 @@ COMMENT= New Visual Shell BUILD_DEPENDS= p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include