Index: head/net/microsocks/Makefile =================================================================== --- head/net/microsocks/Makefile (revision 527304) +++ head/net/microsocks/Makefile (revision 527305) @@ -1,21 +1,21 @@ # $FreeBSD$ 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 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 Index: head/net/microsocks/pkg-descr =================================================================== --- head/net/microsocks/pkg-descr (revision 527304) +++ head/net/microsocks/pkg-descr (revision 527305) @@ -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