[22182] trunk/dports/python/py-fpconst/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 20 17:47:12 PST 2007


Revision: 22182
          http://trac.macosforge.org/projects/macports/changeset/22182
Author:   mww at macports.org
Date:     2007-02-20 17:47:12 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
switch to cheesehop mirror (and use md5 from the "latest" 0.7.2 tarball - the one also hosted at cheeseshop)

Modified Paths:
--------------
    trunk/dports/python/py-fpconst/Portfile

Modified: trunk/dports/python/py-fpconst/Portfile
===================================================================
--- trunk/dports/python/py-fpconst/Portfile	2007-02-20 23:57:24 UTC (rev 22181)
+++ trunk/dports/python/py-fpconst/Portfile	2007-02-21 01:47:12 UTC (rev 22182)
@@ -5,9 +5,10 @@
 
 name			py-fpconst
 version			0.7.2
+revision		1
 categories		python
 platforms		darwin freebsd
-maintainers		mww at opendarwin.org
+maintainers		mww at macports.org
 description		IEEE 754 floating point special handling for Python
 long_description	This python module implements constants and functions \
 				for working with IEEE754 double-precision \
@@ -17,23 +18,13 @@
 				functions to test for these values.
 
 homepage		http://research.warnes.net/projects/rzope/fpconst/
+master_sites	http://cheeseshop.python.org/packages/source/f/fpconst/
 
-# The author of fpconst had his site go down and he replaced the
-# tarball with a different file of the same name.  Doing a diff
-# between the two shows only minor differences in comments and a
-# missing file, but I'm listing here mirrors that contain the file
-# with the original hash, to prevent different distributions having
-# different hashes.  It seems better to have consistent hashes than be
-# consistent with the new file.
-master_sites		http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ \
-				ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ \
-				http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/ \
-				ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/
-			
 distname		fpconst-${version}
-checksums		md5 0c194744ab60f3301dfda2da9f7c4068
+dist_subdir		${name}/${version}
+checksums		md5 10ba9e04129af23108d24c22c3a698b1
 
 post-destroot {
-	xinstall -m 644 -W ${worksrcpath} README CHANGELOG COPYING \
+	xinstall -m 644 -W ${worksrcpath} README \
 		${destroot}${prefix}/share/doc/${name}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070220/d8171f67/attachment.html


More information about the macports-changes mailing list