Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2025 12:13:44 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aca4d981a10f - main - devel/gitflow: Remove expired port
Message-ID:  <202501011213.501CDiH2069143@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aca4d981a10fa08f5340e647eb731aaae7a09fa4

commit aca4d981a10fa08f5340e647eb731aaae7a09fa4
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 12:13:37 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 12:13:37 +0000

    devel/gitflow: Remove expired port
    
    2024-12-31 devel/gitflow: Upstream repo archived Jun 19, 2023
---
 MOVED                   |  1 +
 devel/Makefile          |  1 -
 devel/gitflow/Makefile  | 32 ----------------------------
 devel/gitflow/distinfo  |  3 ---
 devel/gitflow/pkg-descr |  5 -----
 devel/gitflow/pkg-plist | 55 -------------------------------------------------
 6 files changed, 1 insertion(+), 96 deletions(-)

diff --git a/MOVED b/MOVED
index 9a5be545b826..38e69c846d77 100644
--- a/MOVED
+++ b/MOVED
@@ -3836,3 +3836,4 @@ databases/compass||2025-01-01|Has expired: Depends on expired devel/electron29
 security/dirmngr|security/gnupg|2025-01-01|Has expired: Obsolete, now maintained within GNU Privacy Guard (GnuPG). Please use security/gnupg
 math/opensolaris-libm||2025-01-01|Has expired: Obsolete, consider using libm in base or math/openlibm
 textproc/sgrep||2025-01-01|Has expired: Abandonware, primary site is dead and according to website not touched in 20 years. Consider migrating to textproc/p5-ack
+devel/gitflow||2025-01-01|Has expired: Upstream repo archived Jun 19, 2023
diff --git a/devel/Makefile b/devel/Makefile
index 17ddc9b32223..465c4dd6a57c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -863,7 +863,6 @@
     SUBDIR += git-workspace
     SUBDIR += gitaly
     SUBDIR += gitea-act_runner
-    SUBDIR += gitflow
     SUBDIR += gitg
     SUBDIR += github-backup-utils
     SUBDIR += gitinspector
diff --git a/devel/gitflow/Makefile b/devel/gitflow/Makefile
deleted file mode 100644
index 9df8f2f8b174..000000000000
--- a/devel/gitflow/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	gitflow
-PORTVERSION=	1.12.3
-PORTREVISION=	2
-CATEGORIES=	devel
-
-MAINTAINER=	nbari@tequila.io
-COMMENT=	Git extensions to provide high-level repository operations
-WWW=		https://github.com/petervanderdoes/gitflow-avh
-
-LICENSE=	BSD2CLAUSE LGPL21
-LICENSE_COMB=	multi
-
-DEPRECATED=	Upstream repo archived Jun 19, 2023
-EXPIRATION_DATE=2024-12-31
-
-RUN_DEPENDS=	getopt>=0:misc/getopt
-
-USES=		gmake
-USE_GITHUB=	yes
-GH_ACCOUNT=	petervanderdoes
-GH_PROJECT=	${PORTNAME}-avh
-
-NO_BUILD=	yes
-NO_ARCH=	yes
-MAKE_ARGS=	prefix=${STAGEDIR}${PREFIX}
-
-OPTIONS_DEFINE=	EXAMPLES
-
-post-install:
-	${MV} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/gitflow/distinfo b/devel/gitflow/distinfo
deleted file mode 100644
index bcd7b46c6f9b..000000000000
--- a/devel/gitflow/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1568451383
-SHA256 (petervanderdoes-gitflow-avh-1.12.3_GH0.tar.gz) = 54e9fd81aa1aa8215c865503dc6377da205653c784d6c97baad3dafd20728e06
-SIZE (petervanderdoes-gitflow-avh-1.12.3_GH0.tar.gz) = 66173
diff --git a/devel/gitflow/pkg-descr b/devel/gitflow/pkg-descr
deleted file mode 100644
index 9773418b8837..000000000000
--- a/devel/gitflow/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-git-flow (AVH Edition)
-
-A collection of Git extensions to provide high-level repository operations
-for Vincent Driessen's branching model. This fork adds functionality not
-added to the original branch.
diff --git a/devel/gitflow/pkg-plist b/devel/gitflow/pkg-plist
deleted file mode 100644
index 0c10d9e065f7..000000000000
--- a/devel/gitflow/pkg-plist
+++ /dev/null
@@ -1,55 +0,0 @@
-bin/git-flow
-bin/git-flow-bugfix
-bin/git-flow-config
-bin/git-flow-feature
-bin/git-flow-hotfix
-bin/git-flow-init
-bin/git-flow-log
-bin/git-flow-release
-bin/git-flow-support
-bin/git-flow-version
-bin/gitflow-common
-bin/gitflow-shFlags
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-hotfix-finish-tag-message
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-hotfix-start-version
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-branch-tag-message
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-finish-tag-message
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-start-version
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-delete
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-finish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-publish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-pull
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-start
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-track
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-delete
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-finish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-publish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-pull
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-start
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-track
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-delete
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-finish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-publish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-start
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-branch
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-delete
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-finish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-publish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-start
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-track
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-delete
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-finish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-publish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-pull
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-start
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-track
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-delete
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-finish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-publish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-start
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-branch
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-delete
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-finish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-publish
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-start
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-track



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011213.501CDiH2069143>