aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-09-21 14:02:45 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-09-21 14:02:45 +0000
commit5616147454469467dcd1d47c0fe08e7a6efddb45 (patch)
tree82aba33a7aa7f95ab22664bd047c09bbac778412 /ports-mgmt/portupgrade/Makefile
parent349e2173c73681fd5ef56ffeea296d2494aee03c (diff)
downloadports-5616147454469467dcd1d47c0fe08e7a6efddb45.tar.gz
ports-5616147454469467dcd1d47c0fe08e7a6efddb45.zip
Notes
Diffstat (limited to 'ports-mgmt/portupgrade/Makefile')
-rw-r--r--ports-mgmt/portupgrade/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 03b9f51e166b..bd646073df2a 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= portupgrade
-PORTVERSION= 2.4.11.1
+PORTVERSION= 2.4.11.2
PORTEPOCH= 2
CATEGORIES= ports-mgmt
MASTER_SITES= SF/portupgrade/pkgtools/dist/ \
@@ -62,11 +62,6 @@ INSTALL_TARGET+= install-doc
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
.endif
-# parsedate is needed for date globbing
-.if ${RUBY_VER} == 1.9
-RUN_DEPENDS+= ${RUBY_SITELIBDIR}/parsedate.rb:${PORTSDIR}/devel/ruby-date2
-.endif
-
# Need to install working script(1)
.if ${OSVERSION} < 801000
PLIST_SUB+= SCRIPT=""