diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-06 22:08:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-06 22:08:43 +0800 |
commit | bdc26c4954bd574c3a14b0c9f320e8285f3f38a3 (patch) | |
tree | 2985dd8a8e4e9adb420dcf0d012aaaa66986c6db /comms | |
parent | 715f78553efb8ed8bdfe0cceeb1bfe5c66b5bb82 (diff) | |
download | freebsd-ports-gnome-bdc26c4954bd574c3a14b0c9f320e8285f3f38a3.tar.gz freebsd-ports-gnome-bdc26c4954bd574c3a14b0c9f320e8285f3f38a3.tar.zst freebsd-ports-gnome-bdc26c4954bd574c3a14b0c9f320e8285f3f38a3.zip |
- Pass maintainerwhip to Alex Samorukov
PR: 128636
Submitted by: Daniel Roethlisberger <daniel at roe dot ch> (maintainer)
Approved by: Alex Samorukov <samm at os2 dot kiev dot ua>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libsyncml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index abf2ef57d1f4..ee316bcdd3d0 100644 --- a/comms/libsyncml/Makefile +++ b/comms/libsyncml/Makefile @@ -12,7 +12,7 @@ CATEGORIES= comms MASTER_SITES= http://libsyncml.opensync.org/download/releases/${PORTVERSION}/ \ http://mirror.roe.ch/dist/${PORTNAME}/ -MAINTAINER= daniel@roe.ch +MAINTAINER= samm@os2.kiev.ua COMMENT= SyncML protocol library for PIM data synchronization LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 \ |