Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 17:15:21 +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: r325883 - head/mail/imaputils
Message-ID:  <201309011715.r81HFLTQ050152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  1 17:15:21 2013
New Revision: 325883
URL: http://svnweb.freebsd.org/changeset/ports/325883

Log:
  - Resolve of using PERL_CONFIGURE and USE_PERL5_RUN together
  - Convert to new perl5 framework
  - Remove an indefinite article from COMMENT line
  - Use shebangfix for runable files
  
  With hat:	perl@

Modified:
  head/mail/imaputils/Makefile   (contents, props changed)

Modified: head/mail/imaputils/Makefile
==============================================================================
--- head/mail/imaputils/Makefile	Sun Sep  1 17:12:03 2013	(r325882)
+++ head/mail/imaputils/Makefile	Sun Sep  1 17:15:21 2013	(r325883)
@@ -7,14 +7,15 @@ CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	m.tsatsenko@gmail.com
-COMMENT=	A number of tools and scripts for use with IMAP servers
+COMMENT=	Number of tools and scripts for use with IMAP servers
 
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_PERL5_RUN=	yes
+USES=		perl5 shebangfix
+USE_PERL5=	configure
 NO_BUILD=	yes
-PERL_CONFIGURE=	yes
+SHEBANG_FILES=	bin/*
 
 OPTIONS_DEFINE=	SSL UNICODE
 



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