- Update to 2.4.11.2
Changes: Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1] PR: ports/182239 [1]
This commit is contained in:
parent
349e2173c7
commit
5616147454
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327816
@ -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=""
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (portupgrade/pkgtools-2.4.11.1.tar.bz2) = 9e683cba14fe5717f0518e00463a200c4318da177158fc284c7b482c6452b790
|
||||
SIZE (portupgrade/pkgtools-2.4.11.1.tar.bz2) = 85818
|
||||
SHA256 (portupgrade/pkgtools-2.4.11.2.tar.bz2) = a65813a51e946a742d2e035912a0b1a7aaf6a3fb709ccb7248a77a7f3a600acd
|
||||
SIZE (portupgrade/pkgtools-2.4.11.2.tar.bz2) = 85832
|
||||
|
Loading…
Reference in New Issue
Block a user