diff options
author | garga <garga@FreeBSD.org> | 2015-01-13 21:56:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2015-01-13 21:56:51 +0800 |
commit | ac133daf4244469534597046996717203546d995 (patch) | |
tree | caa92e803c74a9d8c163b8844a992a84d976e64a /devel/git | |
parent | 226578bdf41e3e2375d72b9aee115656304d0d5a (diff) | |
download | freebsd-ports-gnome-ac133daf4244469534597046996717203546d995.tar.gz freebsd-ports-gnome-ac133daf4244469534597046996717203546d995.tar.zst freebsd-ports-gnome-ac133daf4244469534597046996717203546d995.zip |
- Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it's already in all
supported Perl releases
- Bump PORTREVISION
Requested by: sunpoet
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |