From ac133daf4244469534597046996717203546d995 Mon Sep 17 00:00:00 2001 From: garga Date: Tue, 13 Jan 2015 13:56:51 +0000 Subject: - Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it's already in all supported Perl releases - Bump PORTREVISION Requested by: sunpoet --- devel/git/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/git') diff --git a/devel/git/Makefile b/devel/git/Makefile index 3df6c276dd41..8da1bb9bffd3 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -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 -- cgit