aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 23:26:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 23:44:30 +0000
commitb61e022f28f6983f9278c5b66c90abf552c1df17 (patch)
tree7d363b8895e5851c349583d112e4a5f2fd060e06
parent13a7b0fc805d3570b6a8a11337d3ad25f0b1be20 (diff)
downloadports-b61e022f28f6983f9278c5b66c90abf552c1df17.tar.gz
ports-b61e022f28f6983f9278c5b66c90abf552c1df17.zip
net/rubygem-proxifier: Fix COMMENT and add CONFLICTS_INSTALL
-rw-r--r--net/rubygem-proxifier/Makefile4
-rw-r--r--net/rubygem-proxifier/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/net/rubygem-proxifier/Makefile b/net/rubygem-proxifier/Makefile
index ebe5f8f4c7e8..2b01dc3f0eca 100644
--- a/net/rubygem-proxifier/Makefile
+++ b/net/rubygem-proxifier/Makefile
@@ -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
@@ -16,4 +16,6 @@ NO_ARCH= yes
PLIST_FILES= bin/pirb bin/pruby
+CONFLICTS_INSTALL= rubygem-proxifier2
+
.include <bsd.port.mk>
diff --git a/net/rubygem-proxifier/pkg-descr b/net/rubygem-proxifier/pkg-descr
index 4aa0171e93b7..2fb2eccfd43c 100644
--- a/net/rubygem-proxifier/pkg-descr
+++ b/net/rubygem-proxifier/pkg-descr
@@ -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.