aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-omniorb
diff options
context:
space:
mode:
authorwjv <wjv@FreeBSD.org>2001-08-28 21:03:10 +0800
committerwjv <wjv@FreeBSD.org>2001-08-28 21:03:10 +0800
commitf116893da5f79ea5969aa4c63fdacbab6f657b12 (patch)
tree845464d95faaf7652e141a68ff3a407cf4dc403d /devel/py-omniorb
parent0470889f54804a32b65cb4ff181c55888a30a094 (diff)
downloadfreebsd-ports-gnome-f116893da5f79ea5969aa4c63fdacbab6f657b12.tar.gz
freebsd-ports-gnome-f116893da5f79ea5969aa4c63fdacbab6f657b12.tar.zst
freebsd-ports-gnome-f116893da5f79ea5969aa4c63fdacbab6f657b12.zip
- Update to version 1.4
- New maintainer: Alexander N. Kabaev <ak03@gte.com> PR: 30128 Submitted by: Alexander N. Kabaev <ak03@gte.com>
Diffstat (limited to 'devel/py-omniorb')
-rw-r--r--devel/py-omniorb/Makefile4
-rw-r--r--devel/py-omniorb/distinfo2
-rw-r--r--devel/py-omniorb/pkg-descr2
3 files changed, 3 insertions, 5 deletions
diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile
index 97aedcd79c30..c38c85d57701 100644
--- a/devel/py-omniorb/Makefile
+++ b/devel/py-omniorb/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= omniorb
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.uk.research.att.com/pub/omniORB/omniORBpy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= omniORBpy_${PORTVERSION:S/./_/g}
-MAINTAINER= wjv@FreeBSD.org
+MAINTAINER= ak03@gte.com
LIB_DEPENDS= omniORB3.0:${PORTSDIR}/devel/omniORB
RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB
diff --git a/devel/py-omniorb/distinfo b/devel/py-omniorb/distinfo
index 14e204255e44..f529c7b5106b 100644
--- a/devel/py-omniorb/distinfo
+++ b/devel/py-omniorb/distinfo
@@ -1 +1 @@
-MD5 (omniORBpy_1_3.tar.gz) = d2926e018d572d338716eeb53497d95b
+MD5 (omniORBpy_1_4.tar.gz) = 290b557b0203e7e01b3f81d89c00b69e
diff --git a/devel/py-omniorb/pkg-descr b/devel/py-omniorb/pkg-descr
index c0d48a61d0de..c1385a71269b 100644
--- a/devel/py-omniorb/pkg-descr
+++ b/devel/py-omniorb/pkg-descr
@@ -16,5 +16,3 @@ Some features of omniORB3:
- A COS Naming Service, omniNames, is provided.
WWW: http://www.uk.research.att.com/omniORB/omniORBpy/
-
--- Johann Visagie <johann@egenetics.com>