Date: Thu, 12 Sep 2013 06:27:42 +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: 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... Message-ID: <201309120627.r8C6RgQp082555@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ports@mcdermottroe.com> -# +# Created by: Conor McDermottroe <ports@mcdermottroe.com> # $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 <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $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 <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $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 <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $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 <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $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 <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $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 <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $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 <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $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 <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $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 <lx@redundancy.redundancy.org> -# +# Created by: David Thiel <lx@redundancy.redundancy.org> # $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 <smatsui@karashi.org> -# +# Created by: Shinsuke Matsui <smatsui@karashi.org> # $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 <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309120627.r8C6RgQp082555>