Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 21:26:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527305 - head/net/microsocks
Message-ID:  <202002272126.01RLQrD2006886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002272126.01RLQrD2006886>