diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-21 13:57:29 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-21 13:57:29 +0000 |
commit | 349e2173c73681fd5ef56ffeea296d2494aee03c (patch) | |
tree | ac788ca5d0adb58c8177c669f5f96789c44c9d05 /ports-mgmt/portupgrade-devel/Makefile | |
parent | 613f7bfd03e62538ce950e5462d35242ec4cfbcc (diff) |
Notes
Diffstat (limited to 'ports-mgmt/portupgrade-devel/Makefile')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index ee5922ae18b9..e14d63e8f16d 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20130916 +PORTVERSION= 20130921 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -21,7 +21,7 @@ NO_STAGE= yes USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= portupgrade -GH_COMMIT= e4a515a +GH_COMMIT= 452ad6a GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} @@ -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="" |