Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 18:53:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444071 - head/www/p5-Business-PayPal
Message-ID:  <201706211853.v5LIro6A080978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jun 21 18:53:50 2017
New Revision: 444071
URL: https://svnweb.freebsd.org/changeset/ports/444071

Log:
  Remove Perl core modules
  
  - While I'm here, add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/www/p5-Business-PayPal/Makefile

Modified: head/www/p5-Business-PayPal/Makefile
==============================================================================
--- head/www/p5-Business-PayPal/Makefile	Wed Jun 21 18:53:45 2017	(r444070)
+++ head/www/p5-Business-PayPal/Makefile	Wed Jun 21 18:53:50 2017	(r444071)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Business-PayPal
 PORTVERSION=	0.18
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +15,10 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 RUN_DEPENDS=	p5-Net-SSLeay>=1.35:security/p5-Net-SSLeay \
-		p5-CGI>=3.49:www/p5-CGI \
-		p5-Digest-MD5>=2.52:security/p5-Digest-MD5
+		p5-CGI>=3.49:www/p5-CGI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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