diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 07:25:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 07:25:54 +0800 |
commit | fe3982789478ed3954aa94c705d2fd443911d0cc (patch) | |
tree | 5ca6a75876b97c15528c56ad788f3aa8f7019845 /astro | |
parent | 7651a5eff215d4b029d10932baa8135350914e2c (diff) | |
download | freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.tar.gz freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.tar.zst freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.zip |
- Move over to python2.5 or higher
- While here kick md5
Diffstat (limited to 'astro')
-rw-r--r-- | astro/astrometry/Makefile | 3 | ||||
-rw-r--r-- | astro/astrometry/distinfo | 1 | ||||
-rw-r--r-- | astro/pyephem/Makefile | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 23952963b19a..99b89aa793ad 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -7,6 +7,7 @@ PORTNAME= astrometry PORTVERSION= 0.34 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.astrometry.net/downloads/ DISTNAME= astrometry.net-${PORTVERSION} @@ -21,7 +22,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_GMAKE= yes ALL_TARGET= all extra MAKE_ENV= INSTALL_DIR=${PREFIX}/astrometry diff --git a/astro/astrometry/distinfo b/astro/astrometry/distinfo index 2122d1cc7594..fffd3514d2e4 100644 --- a/astro/astrometry/distinfo +++ b/astro/astrometry/distinfo @@ -1,3 +1,2 @@ -MD5 (astrometry.net-0.34.tar.gz) = dd700b4bd80f556b528a065eaa959781 SHA256 (astrometry.net-0.34.tar.gz) = 77d42ea31566f0486cce0ce4cab22e82001a5d7c8d40acc95631505e4f590d72 SIZE (astrometry.net-0.34.tar.gz) = 5540368 diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile index dd16f5a58bca..808f678055a2 100644 --- a/astro/pyephem/Makefile +++ b/astro/pyephem/Makefile @@ -7,6 +7,7 @@ PORTNAME= pyephem PORTVERSION= 3.7.4.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= astro math hamradio MASTER_SITES= CHEESESHOP @@ -14,7 +15,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes .include <bsd.port.mk> |