diff options
author | swills <swills@FreeBSD.org> | 2011-12-30 07:25:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-30 07:25:39 +0800 |
commit | 304298f0d284a12a9ce3299862393e11d6c9d3bb (patch) | |
tree | 201253732c95f5890096f57543b8d984d2002741 | |
parent | d216a6394cbcd41db97ad7e656e86655212d0d4c (diff) | |
download | freebsd-ports-gnome-304298f0d284a12a9ce3299862393e11d6c9d3bb.tar.gz freebsd-ports-gnome-304298f0d284a12a9ce3299862393e11d6c9d3bb.tar.zst freebsd-ports-gnome-304298f0d284a12a9ce3299862393e11d6c9d3bb.zip |
- Turn over to gnome team since it's used by Gnome ports
PR: ports/163635
Approved by: melifaro (maintainer)
-rw-r--r-- | comms/spandsp-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/ptlib26/Makefile | 2 | ||||
-rw-r--r-- | net/ekiga3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index 4ac1a595cfd3..9e1bdfa9a4e0 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ PKGNAMESUFFIX= -devel EXTRACT_SUFX= .tgz -MAINTAINER= melifaro@ipfw.ru +MAINTAINER= gnome@FreeBSD.org COMMENT= A DSP library and software FAX machine LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff diff --git a/devel/ptlib26/Makefile b/devel/ptlib26/Makefile index 7146045b2e71..9f1b2cb2b76b 100644 --- a/devel/ptlib26/Makefile +++ b/devel/ptlib26/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Final/ DISTNAME= ptlib-${PORTVERSION} -MAINTAINER= melifaro@ipfw.ru +MAINTAINER= gnome@FreeBSD.org COMMENT= A cross platform C++ library, used by OPAL LICENSE=MPL diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile index 6a00dbf8b701..f4c38c3498d6 100644 --- a/net/ekiga3/Makefile +++ b/net/ekiga3/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ DISTNAME= ekiga-${PORTVERSION} -MAINTAINER= melifaro@ipfw.ru +MAINTAINER= gnome@FreeBSD.org COMMENT= VoIP and video conferencing application LIB_DEPENDS= sigc-2:${PORTSDIR}/devel/libsigc++20 \ |