diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 20:06:14 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 20:06:14 +0800 |
commit | 0514f82c23c5724174a95157c2349fb65595d725 (patch) | |
tree | 90e075420b19cf6a380c33fb32fe013b5273eb92 /x11-toolkits/py-gnome2 | |
parent | cca01831d42fdbf4ac0d5f7a1fce5e9840bd1761 (diff) | |
download | freebsd-ports-gnome-0514f82c23c5724174a95157c2349fb65595d725.tar.gz freebsd-ports-gnome-0514f82c23c5724174a95157c2349fb65595d725.tar.zst freebsd-ports-gnome-0514f82c23c5724174a95157c2349fb65595d725.zip |
devel/py-orbit2 -> devel/py-orbit
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for x11-toolkits/py-gnome2, chase the rename.
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 94cecbfc0569..5bce80c66c11 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -19,8 +19,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GNOME 2 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit2 +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit LATEST_LINK= py-gnome2 USE_BZIP2= yes |