diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-24 23:25:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-24 23:25:54 +0000 |
commit | 9992960752387703d799e84dd822eeb1b61bee99 (patch) | |
tree | 6f16fbcd8cee4c3d0b39424eaae52a1ec9a896c4 /astro | |
parent | 5d2451c2a63be7d650d669270ef65bb255f9f90f (diff) |
Notes
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> |