diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-11 14:46:39 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-11 14:46:39 +0000 |
commit | 53cfaeb0c402681c13a2ca3cc7aede611d9620be (patch) | |
tree | d3d44128549bf0fafa47f2ac83435efd9a956fd3 | |
parent | 4e6cc03d38e69c7b9e31c79b6fa904c07baf7e33 (diff) | |
download | ports-53cfaeb0c402681c13a2ca3cc7aede611d9620be.tar.gz ports-53cfaeb0c402681c13a2ca3cc7aede611d9620be.zip |
Notes
-rw-r--r-- | chinese/ibus-chewing/Makefile | 4 | ||||
-rw-r--r-- | devel/ptlib/Makefile | 10 | ||||
-rw-r--r-- | sysutils/djmount/Makefile | 8 |
3 files changed, 7 insertions, 15 deletions
diff --git a/chinese/ibus-chewing/Makefile b/chinese/ibus-chewing/Makefile index 04103395f747..05bb9425b453 100644 --- a/chinese/ibus-chewing/Makefile +++ b/chinese/ibus-chewing/Makefile @@ -1,4 +1,4 @@ -# Created by: Eric L. Chen <lihong@ieee.org> +# Created by: Eric L. Camachat <eric@camachat.org> # $FreeBSD$ PORTNAME= ibus-chewing @@ -7,7 +7,7 @@ CATEGORIES= chinese MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-Source -MAINTAINER= lihong@ieee.org +MAINTAINER= eric@camachat.org COMMENT= Chewing engine for IBus LICENSE= GPLv2 diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile index 0b00cb30a3c2..de68fd16dd6e 100644 --- a/devel/ptlib/Makefile +++ b/devel/ptlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pwlib -# Date created: Fri Aug 22 07:11:44 GMT 2003 -# Whom: Roger Hardiman <roger@freebsd.org> -# +# Created by: Roger Hardiman <roger@freebsd.org> # $FreeBSD$ -# PORTNAME= ptlib PORTVERSION= 2.4.4 @@ -13,8 +9,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/ptlib/2.4 DISTNAME= ptlib-${PORTVERSION} -MAINTAINER= lihong@ieee.org -COMMENT= A cross platform C++ library, used by OpenH323 +MAINTAINER= eric@camachat.org +COMMENT= Cross platform C++ library, used by OpenH323 LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index 9677afcaefdd..53f9675a3e0f 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: djmount -# Date created: 15 October 2008 -# Whom: Eric L. Chen <d9364104@mail.nchu.edu.tw> -# +# Created by: Eric L. Camachat <eric@camachat.org> # $FreeBSD$ -# PORTNAME= djmount PORTVERSION= 0.71 @@ -11,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= d9364104@mail.nchu.edu.tw +MAINTAINER= eric@camachat.org COMMENT= Mount UPnP A/V Media LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ |