diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2008-12-22 23:53:15 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2008-12-22 23:53:15 +0000 |
commit | cb9550b22bb729bd43b216a35340e7d108e5b791 (patch) | |
tree | 20488807064fb62ddded6554022374a9147fdb2c /sysutils | |
parent | - Update to 14.2.7 (diff) |
Upgrade to SGE 6.2u1.
Remove fetch dependency of wget as the file is now downloadable with
fetch.
Notes
Notes:
svn path=/head/; revision=224617
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sge62/Makefile | 12 | ||||
-rw-r--r-- | sysutils/sge62/distinfo | 6 |
2 files changed, 5 insertions, 13 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index ebaee4b494ac..cf45237b9b7c 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -8,7 +8,7 @@ PORTNAME= sge PORTVERSION= ${SGE_VERSION} CATEGORIES= sysutils parallel -MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/181/:src \ +MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/190/:src \ ${MASTER_SITE_LOCAL}:src MASTER_SITE_SUBDIR= brooks DISTNAME= ge-V${SGE_RELEASE:S/.//}_TAG-src @@ -18,14 +18,6 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine, a batch queueing system -# MASTER_SITE requires cookies, which fetch does not support -FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget - -# We have to use wget because the master site required cookies to -# download the file. -DISABLE_SIZE= yes -FETCH_CMD= wget -c - OPTIONS= BDB "Use DB based spooler" on \ X11 "Qmon X11 GUI" on \ QSH "Enable qsh (requires xterm on exec hosts)" on @@ -44,7 +36,7 @@ SGE_BASE?= sge SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} SGE_BUILD_ARCH= FREEBSD_${ARCH:U} -SGE_RELEASE= 6.2 +SGE_RELEASE= 6.2u1 SGE_VERSION= ${SGE_RELEASE:S/u/./:S/beta/.b/} PLIST_SUB+= SGE_ARCH=${SGE_ARCH} diff --git a/sysutils/sge62/distinfo b/sysutils/sge62/distinfo index ad16030d7c7e..da7e790634de 100644 --- a/sysutils/sge62/distinfo +++ b/sysutils/sge62/distinfo @@ -1,3 +1,3 @@ -MD5 (ge-V62_TAG-src.tar.gz) = 36e47fba0454d25e4126324384cec221 -SHA256 (ge-V62_TAG-src.tar.gz) = b1dc1dd5da32fde4af3d62a7e215e1d93223c4f4ca151b53d3b91b253d71e2ba -SIZE (ge-V62_TAG-src.tar.gz) = 9000709 +MD5 (ge-V62u1_TAG-src.tar.gz) = 9ba9fbdfa3568bc278ba53db8b52223c +SHA256 (ge-V62u1_TAG-src.tar.gz) = b630b5abb886c33cc766a7b89840f613a374740b33a09b787bf6d60248486f4c +SIZE (ge-V62u1_TAG-src.tar.gz) = 9014129 |