Reset maintainership

- While I'm here:
  - Update MASTER_SITES
  - Take maintainership

PR:		244453
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-27 21:26:52 +00:00
parent 71b448e92f
commit 6b6bf9bd5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527305
2 changed files with 6 additions and 7 deletions

View file

@ -3,9 +3,9 @@
PORTNAME= microsocks
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://ftp.barfooze.de/pub/sabotage/tarballs/
MASTER_SITES= https://ftp.barfooze.de/pub/sabotage/tarballs/
MAINTAINER= neel@neelc.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Multithreaded, small, efficient SOCKS5 server
LICENSE= MIT
@ -13,9 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
PLIST_FILES= bin/${PORTNAME}
PLIST_FILES= bin/microsocks
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/microsocks ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -1,5 +1,4 @@
MicroSocks is a SOCKS5 service that you can run on your remote boxes
to tunnel connections through them, if for some reason SSH does not
cut it for you.
MicroSocks is a SOCKS5 service that you can run on your remote boxes to tunnel
connections through them, if for some reason SSH doesn't cut it for you.
WWW: https://github.com/rofl0r/microsocks