diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-26 00:51:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-26 00:51:35 +0800 |
commit | 7e31c47b3eedf674eeb65a90353f141ab212ba93 (patch) | |
tree | 5d8d6495e644ab8377418ccc23b2c42918c464df /ftp | |
parent | 4c284254e25c664cc0d1085ccc47a8956f72a3e5 (diff) | |
download | freebsd-ports-gnome-7e31c47b3eedf674eeb65a90353f141ab212ba93.tar.gz freebsd-ports-gnome-7e31c47b3eedf674eeb65a90353f141ab212ba93.tar.zst freebsd-ports-gnome-7e31c47b3eedf674eeb65a90353f141ab212ba93.zip |
- Take maintainership
Approved by: roam (maintainer, implicit)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/curlpp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index bc437ae9c503..1676e8481030 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://curl.haxx.se/download/ \ ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/ MASTER_SITE_SUBDIR= curl -MAINTAINER= roam@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers LICENSE= MIT diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 5ff5a95352b4..f99da9aee57c 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -13,7 +13,7 @@ CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://rrette.com/files/curlpp/curlpp-${PORTVERSION:R}/ -MAINTAINER= roam@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= A C++ wrapper for libcurl LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl |