Unverified Commit dc364524 authored by Joseph Mingrone's avatar Joseph Mingrone
Browse files

devel/freebsd-git-arc: Improve discoverability with new port name

Split the old devel/freebsd-git-devtools port into two separate ports,
including this one, to improve discoverability.

Requested by:	adrian, ziaee
Reviewed by:	des, ziaee
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D55129
parent 4a093acb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5108,3 +5108,4 @@ devel/rubygem-ffi16|devel/rubygem-ffi|2026-02-03|Remove obsoleted port. Use deve
devel/hs-spago|devel/spago|2026-02-03|Dropped the "hs-" prefix, the software is now written in Purescript
lang/python-doc-pdf-a4||2026-02-05|A4-size PDF no longer provided since 3.13
devel/rubygem-sidekiq-cron-rails70|devel/rubygem-sidekiq-cron-rails-gitlab|2026-02-05|Obsolete, please use devel/rubygem-sidekiq-cron-rails-gitlab instead
devel/freebsd-git-devtools|devel/freebsd-git-arc|2026-02-06|Split into two separate ports: devel/freebsd-git-arc and devel/mfc-candidates to improve discoverability
+11 −0
Original line number Diff line number Diff line
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.

20260206:
  AFFECTS: users of devel/freebsd-git-devtools
  AUTHOR: jrm@FreeBSD.org

  To improve discoverability with pkg search, devel/freebsd-git-devtools
  has been split into devel/freebsd-git-arc and devel/mfc-candidates.

  To remove the old package and install the new ones, use:

  # pkg install freebsd-git-arc mfc-candidates

20260202:
  AFFECTS: users of www/bluefish
  AUTHOR: eduardo@FreeBSD.org
+1 −1
Original line number Diff line number Diff line
@@ -734,7 +734,6 @@
    SUBDIR += freebsd-gcc13
    SUBDIR += freebsd-gcc14
    SUBDIR += freebsd-gcc15
    SUBDIR += freebsd-git-devtools
    SUBDIR += freebsd-nvme-shim
    SUBDIR += freebsd-sysroot
    SUBDIR += frink
@@ -838,6 +837,7 @@
    SUBDIR += gio-sharp
    SUBDIR += git
    SUBDIR += git-absorb
    SUBDIR += freebsd-git-arc
    SUBDIR += git-branchless
    SUBDIR += git-bug
    SUBDIR += git-cinnabar
+3 −10
Original line number Diff line number Diff line
PORTNAME=	freebsd-git-devtools
PORTNAME=	freebsd-git-arc
PORTVERSION=	20260105
CATEGORIES=	devel
MASTER_SITES=	https://raw.githubusercontent.com/freebsd/freebsd-src/${_REV}/tools/tools/git/
DISTFILES=	git-arc.sh \
		git-arc.1 \
		mfc-candidates.lua
		git-arc.1
DIST_SUBDIR=	${PORTNAME}_${_REV}

MAINTAINER=	jrm@FreeBSD.org
COMMENT=	Simple Git tools from the FreeBSD src repository
COMMENT=	Git plugin to manage FreeBSD Phabricator reviews
WWW=		https://github.com/freebsd/freebsd-src/tree/main/tools/tools/git

LICENSE=	BSD2CLAUSE
@@ -17,10 +16,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/php/arcanist/bin/arc:devel/arcanist-lib \
		git:devel/git \
		jq:textproc/jq

USES=		lua shebangfix
SHEBANG_FILES=	mfc-candidates.lua
lua_OLD_CMD=	/usr/libexec/flua

EXTRACT_CMD=	${CP}
EXTRACT_BEFORE_ARGS=	# empty
EXTRACT_AFTER_ARGS=	.
@@ -30,14 +25,12 @@ NO_BUILD= yes
NO_WRKSUBDIR=	yes

PLIST_FILES=	bin/git-arc \
		bin/mfc-candidates \
		share/man/man1/git-arc.1.gz

_REV=		1c8dafe618878c563c3740061f83a85b0be10720

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/git-arc.sh ${STAGEDIR}${PREFIX}/bin/git-arc
	${INSTALL_SCRIPT} ${WRKSRC}/mfc-candidates.lua ${STAGEDIR}${PREFIX}/bin/mfc-candidates
	${INSTALL_MAN} ${WRKSRC}/git-arc.1 ${STAGEDIR}${PREFIX}/share/man/man1/

.include <bsd.port.mk>
+5 −0
Original line number Diff line number Diff line
TIMESTAMP = 1770321586
SHA256 (freebsd-git-arc_1c8dafe618878c563c3740061f83a85b0be10720/git-arc.sh) = 1395c773a9e0f2110c0009fc15b15cac8047f02d3b4ae1807fefc81a419885cd
SIZE (freebsd-git-arc_1c8dafe618878c563c3740061f83a85b0be10720/git-arc.sh) = 22705
SHA256 (freebsd-git-arc_1c8dafe618878c563c3740061f83a85b0be10720/git-arc.1) = fa772ad92a403e94c622d6c88a797d5a8ebc1e9956b39659344452e436eff7d6
SIZE (freebsd-git-arc_1c8dafe618878c563c3740061f83a85b0be10720/git-arc.1) = 9487
Loading