diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2004-06-18 18:52:13 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2004-06-18 18:52:13 +0000 |
commit | 860b30f360473049ee940cb975e051cc0e8c4508 (patch) | |
tree | 447821b9fc9997a3fe240eef1a2cf512141d59f6 /misc | |
parent | 38226b09d6e6d65e01f7db03c9d7e61a7ea63b8a (diff) | |
download | ports-860b30f360473049ee940cb975e051cc0e8c4508.tar.gz ports-860b30f360473049ee940cb975e051cc0e8c4508.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gpt/Makefile | 5 | ||||
-rw-r--r-- | misc/gpt/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index 82194e4e951c..b62103e456a7 100644 --- a/misc/gpt/Makefile +++ b/misc/gpt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gpt -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 3.2 CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -15,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= brooks@FreeBSD.org COMMENT= Grid Packaging Tools (used to install Globus) +CONFLICTS= gpt-3.1 + RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ diff --git a/misc/gpt/distinfo b/misc/gpt/distinfo index c41efa1fe453..175bb25389a9 100644 --- a/misc/gpt/distinfo +++ b/misc/gpt/distinfo @@ -1,2 +1,2 @@ -MD5 (gpt-3.1-src.tar.gz) = 566c39776311786d70a6753eac1cd5a5 -SIZE (gpt-3.1-src.tar.gz) = 1518003 +MD5 (gpt-3.2-src.tar.gz) = 478ca14d571d4b5701c8a687b7ced11f +SIZE (gpt-3.2-src.tar.gz) = 1522596 |