Date: Tue, 13 Jan 2015 13:56:52 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376932 - head/devel/git Message-ID: <201501131356.t0DDuqt1014526@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501131356.t0DDuqt1014526>