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 | |
parent | 613f7bfd03e62538ce950e5462d35242ec4cfbcc (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 9 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 4 |
2 files changed, 4 insertions, 9 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="" diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index f6bdbaf3a005..e845db04ce35 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (portupgrade/freebsd-portupgrade-20130916-0-ge4a515a.tar.gz) = dbfc0e35693afd243707483e22bd5d60a92a47009175dff9208858d28485bd95 -SIZE (portupgrade/freebsd-portupgrade-20130916-0-ge4a515a.tar.gz) = 106884 +SHA256 (portupgrade/freebsd-portupgrade-20130921-0-g452ad6a.tar.gz) = 629a5bebeea2bcae303603a5cb3b4c5d885e82ea000ce95aa673256b93f5b4d7 +SIZE (portupgrade/freebsd-portupgrade-20130921-0-g452ad6a.tar.gz) = 106950 |