svn commit: r376932 - head/devel/git

Renato Botelho garga at FreeBSD.org
Tue Jan 13 13:56:52 UTC 2015


Author: garga
Date: Tue Jan 13 13:56:51 2015
New Revision: 376932
URL: https://svnweb.freebsd.org/changeset/ports/376932
QAT: https://qat.redports.org/buildarchive/r376932/

Log:
  - Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it's already in all
    supported Perl releases
  - Bump PORTREVISION
  
  Requested by:	sunpoet

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Tue Jan 13 13:45:51 2015	(r376931)
+++ head/devel/git/Makefile	Tue Jan 13 13:56:51 2015	(r376932)
@@ -3,6 +3,7 @@
 
 PORTNAME=	git
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	KERNEL_ORG
 MASTER_SITE_SUBDIR=	software/scm/git
@@ -81,7 +82,6 @@ MAKE_ENV+=	PERL_PATH=${PERL}
 BUILD_DEPENDS+=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
 RUN_DEPENDS+=	p5-Error>=0:${PORTSDIR}/lang/p5-Error \
 		p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \
-		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
 		p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
 PLIST_SUB+=	PERLSUB=""
 .else


More information about the svn-ports-all mailing list