diff options
author | wen <wen@FreeBSD.org> | 2011-07-04 15:10:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-07-04 15:10:56 +0800 |
commit | f8e1da8171d3ca7adfbcbb3c79b6def4f837b674 (patch) | |
tree | b6ef12b26a0aa8797f0096ecc993e24b265603c3 /print | |
parent | ad99d5f358dbc450b1f058ecd5a3305410782884 (diff) | |
download | freebsd-ports-graphics-f8e1da8171d3ca7adfbcbb3c79b6def4f837b674.tar.gz freebsd-ports-graphics-f8e1da8171d3ca7adfbcbb3c79b6def4f837b674.tar.zst freebsd-ports-graphics-f8e1da8171d3ca7adfbcbb3c79b6def4f837b674.zip |
- Pass maintainership to submitter
PR: ports/158614
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> (new maintainer)
Approved by: aldis@bsdroot.lv (previous maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 78cae0d92d0..8422202bcb8 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRE PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${MAJOR_VERSION}.${MINOR_VERSION}${PRERELEASE} -MAINTAINER= aldis@bsdroot.lv +MAINTAINER= kubito@gmail.com COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable) LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs |