diff options
author | bms <bms@FreeBSD.org> | 2006-08-17 17:49:59 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2006-08-17 17:49:59 +0800 |
commit | 3587ba082208e13f8d220469a5f2ccd66faf4ad5 (patch) | |
tree | 149afc4c8b11aed76da466a0d631662eb38dbd88 /devel | |
parent | fbf5e79da6b8e7f31833e045056ae7d036fc296f (diff) | |
download | freebsd-ports-graphics-3587ba082208e13f8d220469a5f2ccd66faf4ad5.tar.gz freebsd-ports-graphics-3587ba082208e13f8d220469a5f2ccd66faf4ad5.tar.zst freebsd-ports-graphics-3587ba082208e13f8d220469a5f2ccd66faf4ad5.zip |
Update to version 2005.2.94595.
Fix quoting in NO_CDROM and RESTRICTED.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p4v/Makefile | 10 | ||||
-rw-r--r-- | devel/p4v/distinfo.i386 | 5 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p4v/Makefile b/devel/p4v/Makefile index 8e42b388764..e2cd5c1233d 100644 --- a/devel/p4v/Makefile +++ b/devel/p4v/Makefile @@ -6,19 +6,17 @@ # PORTNAME= p4v -PORTVERSION= 2005.1.85663 +PORTVERSION= 2005.2.94595 CATEGORIES= devel -MASTER_SITES= \ - http://www.perforce.com/downloads/perforce/r05.1/bin.freebsd4/ \ - ftp://ftp.perforce.com/pub/perforce/r05.1/bin.freebsd4/ +MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r05.2/bin.freebsd4/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= bms@FreeBSD.org COMMENT= Visual client for Perforce SCM -NO_CDROM= "Binary redistribution restrictions in effect" -RESTRICTED= "${NO_CDROM}" +NO_CDROM= Binary redistribution restrictions in effect +RESTRICTED= ${NO_CDROM} ONLY_FOR_ARCHS= i386 NO_BUILD= yes diff --git a/devel/p4v/distinfo.i386 b/devel/p4v/distinfo.i386 index 9c3db901b57..b715e8e18ee 100644 --- a/devel/p4v/distinfo.i386 +++ b/devel/p4v/distinfo.i386 @@ -1,2 +1,3 @@ -MD5 (p4v.tgz) = 795cf9b7d34d73e64121777689857c24 -SIZE (p4v.tgz) = 6475917 +MD5 (p4v.tgz) = 50b92b7d82a8a6cc451f284ec18a44b8 +SHA256 (p4v.tgz) = a67cd05ce00054b52c76ed1f129a1243aba02494087874ebc1ad982fbd5e58c2 +SIZE (p4v.tgz) = 7227746 |