diff --git a/net/iodine/Makefile b/net/iodine/Makefile index 683f8d6233b8..c773dbd577db 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -1,34 +1,34 @@ PORTNAME= iodine DISTVERSION= 0.8.0 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://code.kryo.se/iodine/ -MAINTAINER= p.mousavizadeh@protonmail.com +MAINTAINER= pouria@FreeBSD.org COMMENT= Tunnel IPv4 data through a DNS server WWW= https://code.kryo.se/iodine/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe CPE_VENDOR= kryo USE_RC_SUBR= iodined USERS= _iodined GROUPS= _iodined OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/man/iodine.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in README.md CHANGELOG ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/net/lualdap/Makefile b/net/lualdap/Makefile index 2d6963a6989b..06edd0f02a30 100644 --- a/net/lualdap/Makefile +++ b/net/lualdap/Makefile @@ -1,35 +1,35 @@ PORTNAME= lualdap DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 PORTREVISION= 0 CATEGORIES= net PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= p.mousavizadeh@protonmail.com +MAINTAINER= pouria@FreeBSD.org COMMENT= LDAP support for the Lua language WWW= https://github.com/lualdap/lualdap LICENSE= MIT USES= gmake ldap lua:module USE_GITHUB= yes USE_CSTD= c99 MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \ LDFLAGS="-L${LOCALBASE}/lib" \ CC="${CC}" ALL_TARGET= DOCSDIR= ${LUA_DOCSDIR} OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_PROGRAM} ${WRKSRC}/src/lualdap.so ${STAGEDIR}${LUA_MODLIBDIR}/${PORTNAME}.so do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.md ${STAGEDIR}${DOCSDIR} .include diff --git a/security/ssh-import-id/Makefile b/security/ssh-import-id/Makefile index 6a6a1dedcf75..38d1d8dd4922 100644 --- a/security/ssh-import-id/Makefile +++ b/security/ssh-import-id/Makefile @@ -1,21 +1,21 @@ PORTNAME= ssh-import-id DISTVERSION= 5.11 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= p.mousavizadeh@protonmail.com +MAINTAINER= pouria@FreeBSD.org COMMENT= Authorize SSH public keys from trusted online identities WWW= https://git.launchpad.net/ssh-import-id LICENSE= GPLv3 # LICENSE_FILE=Not shipped in PyPI sdist # https://bugs.launchpad.net/ssh-import-id/+bug/1992842 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} USES= python USE_PYTHON= concurrent autoplist distutils .include