diff options
author | wjv <wjv@FreeBSD.org> | 2001-11-15 18:00:25 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-11-15 18:00:25 +0800 |
commit | c400aee758e6f23da951cfc1fd8a08108cc04bd0 (patch) | |
tree | 88bde125644e6db9c90ddca695e3806f3c793500 /devel | |
parent | 6829c916345a11dff96a89e3d01bc38ae1a02dc1 (diff) | |
download | freebsd-ports-gnome-c400aee758e6f23da951cfc1fd8a08108cc04bd0.tar.gz freebsd-ports-gnome-c400aee758e6f23da951cfc1fd8a08108cc04bd0.tar.zst freebsd-ports-gnome-c400aee758e6f23da951cfc1fd8a08108cc04bd0.zip |
- Update to version 0.3.1; this is a bugfix release
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-orbit/Makefile | 7 | ||||
-rw-r--r-- | devel/py-orbit/distinfo | 2 | ||||
-rw-r--r-- | devel/py-orbit2/Makefile | 7 | ||||
-rw-r--r-- | devel/py-orbit2/distinfo | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile index 66bfca0aa7b8..3579416997cc 100644 --- a/devel/py-orbit/Makefile +++ b/devel/py-orbit/Makefile @@ -6,9 +6,10 @@ # PORTNAME= orbit -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://orbit-python.sault.org/files/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= orbit-python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= orbit-python-${PORTVERSION} @@ -22,6 +23,6 @@ USE_GLIB= yes GNU_CONFIGURE= yes USE_PYTHON= yes -CFLAGS+= -I/usr/local/include +CFLAGS+= -I${LOCALBASE}/include .include <bsd.port.mk> diff --git a/devel/py-orbit/distinfo b/devel/py-orbit/distinfo index e058e532b529..b9e9d0ef27f8 100644 --- a/devel/py-orbit/distinfo +++ b/devel/py-orbit/distinfo @@ -1 +1 @@ -MD5 (orbit-python-0.3.0.tar.gz) = 913318cafbe2d4a51f73bc221c7c600a +MD5 (orbit-python-0.3.1.tar.gz) = 104a33e3285ecffd7b437599d3b3612f diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index 66bfca0aa7b8..3579416997cc 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -6,9 +6,10 @@ # PORTNAME= orbit -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://orbit-python.sault.org/files/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= orbit-python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= orbit-python-${PORTVERSION} @@ -22,6 +23,6 @@ USE_GLIB= yes GNU_CONFIGURE= yes USE_PYTHON= yes -CFLAGS+= -I/usr/local/include +CFLAGS+= -I${LOCALBASE}/include .include <bsd.port.mk> diff --git a/devel/py-orbit2/distinfo b/devel/py-orbit2/distinfo index e058e532b529..b9e9d0ef27f8 100644 --- a/devel/py-orbit2/distinfo +++ b/devel/py-orbit2/distinfo @@ -1 +1 @@ -MD5 (orbit-python-0.3.0.tar.gz) = 913318cafbe2d4a51f73bc221c7c600a +MD5 (orbit-python-0.3.1.tar.gz) = 104a33e3285ecffd7b437599d3b3612f |