Skip to content

Commit

Permalink
net/rubygem-proxifier: Fix COMMENT and add CONFLICTS_INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 13a7b0f commit b61e022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion net/rubygem-proxifier/Makefile
Expand Up @@ -4,7 +4,7 @@ CATEGORIES= net rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add HTTP or SOCKS proxies support and force TCPSocket to use
COMMENT= Add HTTP or SOCKS proxies support and force TCPSocket to use proxies
WWW= https://github.com/samuelkadolph/ruby-proxifier

LICENSE= MIT
Expand All @@ -16,4 +16,6 @@ NO_ARCH= yes

PLIST_FILES= bin/pirb bin/pruby

CONFLICTS_INSTALL= rubygem-proxifier2

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion net/rubygem-proxifier/pkg-descr
Expand Up @@ -5,6 +5,6 @@ when using TCPSockets. Either manually with Proxifier::Proxy#open or by require
"proxifier/env".

The second purpose is to use ruby code that doesn't use proxies for users that
have to use proxies. The pruby and pirb executables are simple wrappers for
have to use proxies. The pruby and pirb executables are simple wrappers for
their respective ruby executables that support proxies from environment
variables.

0 comments on commit b61e022

Please sign in to comment.