Files
ports/www/rubygem-typhoeus-gitlab/Makefile
T
Matthias Fechner 299b415cde www/rubygem-typhoeus-gitlab: fix build error
caused by regression from 9816a72d0e

===>   Installing existing package /packages/All/rubygem-faraday-typhoeus-gitlab-1.1.0_1.pkg
[143amd64-gitlab-job-02] Installing rubygem-faraday-typhoeus-gitlab-1.1.0_1...
[143amd64-gitlab-job-02] `-- Installing rubygem-typhoeus-gitlab-1.4.1...
[143amd64-gitlab-job-02] |   `-- Installing rubygem-ethon-0.18.0...
[143amd64-gitlab-job-02] |   | `-- Installing rubygem-logger-1.7.0...
pkg-static: rubygem-logger-1.7.0 conflicts with rubygem-logger-gitlab-1.7.0 (installs files into the same place).  Problematic file: /usr/local/lib/ruby/gems/3.3/specifications/logger-1.7.0.gemspec
2025-11-30 06:58:34 +01:00

22 lines
398 B
Makefile

PORTNAME= typhoeus
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Parallel HTTP request library
WWW= https://github.com/typhoeus/typhoeus
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ethon-gitlab>=0.9.0:www/rubygem-ethon-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>