svn commit: r527305 - head/net/microsocks

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 21:26:55 UTC 2020


Author: sunpoet
Date: Thu Feb 27 21:26:52 2020
New Revision: 527305
URL: https://svnweb.freebsd.org/changeset/ports/527305

Log:
  Reset maintainership
  
  - While I'm here:
    - Update MASTER_SITES
    - Take maintainership
  
  PR:		244453
  Submitted by:	Neel Chauhan <neel at neelc.org> (maintainer)

Modified:
  head/net/microsocks/Makefile
  head/net/microsocks/pkg-descr

Modified: head/net/microsocks/Makefile
==============================================================================
--- head/net/microsocks/Makefile	Thu Feb 27 21:26:47 2020	(r527304)
+++ head/net/microsocks/Makefile	Thu Feb 27 21:26:52 2020	(r527305)
@@ -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 at neelc.org
+MAINTAINER=	sunpoet at 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>

Modified: head/net/microsocks/pkg-descr
==============================================================================
--- head/net/microsocks/pkg-descr	Thu Feb 27 21:26:47 2020	(r527304)
+++ head/net/microsocks/pkg-descr	Thu Feb 27 21:26:52 2020	(r527305)
@@ -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


More information about the svn-ports-head mailing list