Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 08:00:07 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        perl@FreeBSD.org
Subject:   Re: ports/178938: commit references a PR
Message-ID:  <201306070800.r57807HM062823@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178938; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178938: commit references a PR
Date: Fri,  7 Jun 2013 07:51:53 +0000 (UTC)

 Author: az
 Date: Fri Jun  7 07:51:46 2013
 New Revision: 320169
 URL: http://svnweb.freebsd.org/changeset/ports/320169
 
 Log:
   - Trim Makefile header
   - Remove unnecessary depend on PERL_LEVEL < 5.12
   - Make portlint happy
   
   PR:		ports/178938
   Submitted by:	az
   Approved by:	maintainer (timeout)
 
 Modified:
   head/www/p5-WWW-Contact/Makefile   (contents, props changed)
   head/www/p5-WWW-Contact/pkg-descr   (contents, props changed)
 
 Modified: head/www/p5-WWW-Contact/Makefile
 ==============================================================================
 --- head/www/p5-WWW-Contact/Makefile	Fri Jun  7 07:49:56 2013	(r320168)
 +++ head/www/p5-WWW-Contact/Makefile	Fri Jun  7 07:51:46 2013	(r320169)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:	p5-WWW-Contact
 -# Date created:				2010/02/22
 -# Whom:					Fred Cox
 -#
 +# Created by: Fred Cox
  # $FreeBSD$
 -#
  
  PORTNAME=	WWW-Contact
  PORTVERSION=	0.47
 @@ -49,10 +45,4 @@ MAN3=		WWW::Contact.3 \
  		WWW::Contact::Rediffmail.3 \
  		WWW::Contact::Yahoo.3
  
 -.include <bsd.port.pre.mk>
 -
 -.if ${PERL_LEVEL} < 501001
 -TEST_DEPENDS+=	p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple
 -.endif
 -
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/www/p5-WWW-Contact/pkg-descr
 ==============================================================================
 --- head/www/p5-WWW-Contact/pkg-descr	Fri Jun  7 07:49:56 2013	(r320168)
 +++ head/www/p5-WWW-Contact/pkg-descr	Fri Jun  7 07:51:46 2013	(r320169)
 @@ -1,4 +1,4 @@
  Perl5 contact importer for use with all the major email systems, such as
  Yahoo!, Gmail, Hotmail, etc.
  
 -WWW:	http://search.cpan.org/dist/WWW-Contact/
 +WWW: http://search.cpan.org/dist/WWW-Contact/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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