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/gpt/Makefile | |
parent | - misc/gpt31 has been repocopied from misc/gpt (diff) |
- Upgrade to 3.2 [1].
- Add CONFLICTS with misc/gpt31.
Submitted by: mi [1]
Diffstat (limited to 'misc/gpt/Makefile')
-rw-r--r-- | misc/gpt/Makefile | 5 |
1 files changed, 3 insertions, 2 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 \ |