Commit c613b7f7 authored by Dave Cottlehuber's avatar Dave Cottlehuber
Browse files

devel/elixir-{hex,make}: remove ports that are now user-installed

Recent versions of these devel ports are now designed to be installed
per-user, not system-wide.

Sponsored by:	SkunkWerks, GmbH
parent 491ea308
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4013,3 +4013,5 @@ security/py-RestrictedPython||2025-01-11|Remove leaf zope ports that have no sen
sysutils/py-zdaemon||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
devel/py-DateTime||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
devel/py-zclockfile|devel/py-zc.lockfile|2025-01-11|Switch consumers to latest package version
devel/elixir-hex||2025-01-11|No longer used by any consumers, newer versions are expected to be installed per-user by mix
devel/elixir-make||2025-01-11|No longer used by any consumers, newer versions are expected to be installed per-user by mix
+0 −2
Original line number Diff line number Diff line
@@ -662,8 +662,6 @@
    SUBDIR += elfkickers
    SUBDIR += elfsh
    SUBDIR += elfutils
    SUBDIR += elixir-hex
    SUBDIR += elixir-make
    SUBDIR += elm-format
    SUBDIR += emacs-lsp-booster
    SUBDIR += embb

devel/elixir-hex/Makefile

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
PORTNAME=	hex
DISTVERSIONPREFIX=	v
DISTVERSION=	2.1.1
CATEGORIES=	devel
PKGNAMEPREFIX=	elixir-

MAINTAINER=	erlang@FreeBSD.org
COMMENT=	Package manager for the Erlang VM
WWW=		https://github.com/hexpm/hex

LICENSE=	APACHE20

USES=		elixir
USE_GITHUB=	yes
GH_ACCOUNT=	hexpm

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>

devel/elixir-hex/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1716835573
SHA256 (hexpm-hex-v2.1.1_GH0.tar.gz) = f29f13ad55daa0665a68ec390ff718a21096fce79af40ae94daefac03c46354c
SIZE (hexpm-hex-v2.1.1_GH0.tar.gz) = 463244

devel/elixir-hex/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
Hex is package manager for the Erlang VM.

This project currently provides tasks that integrate with Mix, Elixir's
build tool.
Loading