[56462] trunk/dports/devel/perforce/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Aug 28 01:24:07 PDT 2009
Revision: 56462
http://trac.macports.org/changeset/56462
Author: ryandesign at macports.org
Date: 2009-08-28 01:24:02 -0700 (Fri, 28 Aug 2009)
Log Message:
-----------
perforce: fix program download location, only try to download files from the servers they're actually located on, update checksum of p4d because it has changed, increase revision; see #20851
Modified Paths:
--------------
trunk/dports/devel/perforce/Portfile
Modified: trunk/dports/devel/perforce/Portfile
===================================================================
--- trunk/dports/devel/perforce/Portfile 2009-08-28 08:09:49 UTC (rev 56461)
+++ trunk/dports/devel/perforce/Portfile 2009-08-28 08:24:02 UTC (rev 56462)
@@ -4,6 +4,7 @@
name perforce
version 06.2
+revision 1
categories devel
platforms darwin
maintainers nomaintainer
@@ -15,17 +16,17 @@
software. (see the WWW page for details).
homepage http://www.perforce.com/
-master_sites ftp://www.perforce.com/pub/perforce/r${version}/bin.darwin80ppc/ \
- http://www.perforce.com/perforce/doc.052/man/
+master_sites http://www.perforce.com/downloads/perforce/r${version}/bin.darwin80ppc/:prog \
+ http://www.perforce.com/perforce/doc.052/man/:man
-dist_subdir ${name}
+dist_subdir ${name}/${version}
worksrcdir ${name}
-distfiles p4 p4.1 p4d p4d.1
+distfiles p4:prog p4.1:man p4d:prog p4d.1:man
checksums p4 md5 345fe525b8a647c5b12fc078a67edba6 \
p4.1 md5 e5cada2f402e1e016be7999fdc49035d \
- p4d md5 b00b4a3ff97afe4526ba2a7a8fa7008c \
+ p4d md5 05f430b23f01c661944df6cc494e0447 \
p4d.1 md5 1aa86f28ba0698266bf1dcaded3e4106
extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090828/eaf86419/attachment.html>
More information about the macports-changes
mailing list