ports/devel/git-town/Makefile
Dag-Erling Smørgrav 75d873b56a many: Unpin Go ports
* Ports that were pinned to a deprecated version of Go (1.23 or older)
  have been unpinned.

* Ports that were pinned to a still-supported version of Go (1.24 or
  newer) have been converted to requesting that as their minimum Go
  version.

* Ports that had been forcibly deprecated for pinning an expired Go
  version have been undeprecated.
2025-12-16 00:06:00 +01:00

29 lines
585 B
Makefile

PORTNAME= git-town
DISTVERSIONPREFIX= v
DISTVERSION= 10.0.3
PORTREVISION= 9
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Git extension for generic, high-level git workflow support
WWW= https://www.git-town.com
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= git:devel/git
USES= go:modules
USE_GITHUB= nodefault
GH_TUPLE= golang:sys:v0.6.0:sys
GO_MODULE= github.com/git-town/git-town/v10
PLIST_FILES= bin/${PORTNAME}
pre-patch:
${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys
.include <bsd.port.mk>