ports/www/rubygem-jekyll3/Makefile
Stefan Eßer bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00

41 lines
1.1 KiB
Makefile

# Created by: Peter Schuller <peter.schuller@infidyne.com>
PORTNAME= jekyll
PORTVERSION= 3.9.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 3
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple, blog aware, static site generator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.4<3:www/rubygem-addressable \
rubygem-colorator>=1.0<2:textproc/rubygem-colorator \
rubygem-em-websocket>=0.5<1:www/rubygem-em-websocket \
rubygem-i18n>=0.7,2:devel/rubygem-i18n \
rubygem-jekyll-sass-converter1>=1.0<2:textproc/rubygem-jekyll-sass-converter1 \
rubygem-jekyll-watch>=2.0<3:www/rubygem-jekyll-watch \
rubygem-kramdown>=1.17<3:textproc/rubygem-kramdown \
rubygem-liquid4>=4.0<5:textproc/rubygem-liquid4 \
rubygem-mercenary>=0.3.3<1:devel/rubygem-mercenary \
rubygem-pathutil>=0.9<1:devel/rubygem-pathutil \
rubygem-rouge>=1.7<4:textproc/rubygem-rouge \
rubygem-safe_yaml>=1.0<2:devel/rubygem-safe_yaml
USES= cpe gem
USE_RUBY= yes
CONFLICTS_INSTALL= rubygem-jekyll
NO_ARCH= yes
PLIST_FILES= bin/jekyll
CPE_VENDOR= jekyllrb
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>