git: 2786eb3dc3bf - main - devel/hare: rename package to not conflict with sysutils/hare
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Apr 2022 18:28:59 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=2786eb3dc3bf90bc9d3292e4277cdefcb72b13e6 commit 2786eb3dc3bf90bc9d3292e4277cdefcb72b13e6 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-04-30 18:12:13 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-04-30 18:14:53 +0000 devel/hare: rename package to not conflict with sysutils/hare The package name has been changed to hare-lang in order to not collide with the existing hare package. The name of the binary ("hare") is unchanged, since the documentation and possible support tools expect it to have that name. There is no conflict with the binary installed by the sysutils/hare port, since that is installed into ${PREFIXE}/sbin, while this port creates it in ${PREFIX}/bin. If both the hare and hare-lang packages are installed, ${PREFIX}/bin should be to the left of ${PREFIX}/sbin in the user's ${PATH}, since ${PREFIX}/sbin/hare is generally invoked using the full path from a PAM configuration file. Reported by: antoine --- devel/hare/Makefile | 7 +++---- devel/hare/distinfo | 6 +++--- devel/hare/files/config.mk | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/hare/Makefile b/devel/hare/Makefile index b004173e1507..7f212dfd5a57 100644 --- a/devel/hare/Makefile +++ b/devel/hare/Makefile @@ -1,8 +1,9 @@ PORTNAME= hare -PORTVERSION= g20220428 +PORTVERSION= g20220430 CATEGORIES= devel MASTER_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/ -DISTNAME= 1bfb2e6d +PKGNAMESUFFIX= -lang +DISTNAME= 51884435 DIST_SUBDIR= hare MAINTAINER= se@FreeBSD.org @@ -20,8 +21,6 @@ BUILD_DEPENDS= harec:lang/harec \ RUN_DEPENDS= harec:lang/harec \ qbe:devel/qbe -USES= gmake - MAKE_ARGS= DESTDIR=${STAGEDIR} WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} diff --git a/devel/hare/distinfo b/devel/hare/distinfo index b59566887e33..8345c93a65ec 100644 --- a/devel/hare/distinfo +++ b/devel/hare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651149951 -SHA256 (hare/1bfb2e6d.tar.gz) = b45ebc2bf887323010ea80c18c8f77b49eb1e6e264b192b59e4082aa80e65178 -SIZE (hare/1bfb2e6d.tar.gz) = 616367 +TIMESTAMP = 1651341990 +SHA256 (hare/51884435.tar.gz) = 79325c1c30d2a63212590e254769409c06732e4f8224ac54c2a93875ea26170e +SIZE (hare/51884435.tar.gz) = 616472 diff --git a/devel/hare/files/config.mk b/devel/hare/files/config.mk index c2dbbee23fb8..660ece9f715e 100644 --- a/devel/hare/files/config.mk +++ b/devel/hare/files/config.mk @@ -3,7 +3,7 @@ #PREFIX = /usr BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/man -DATADIR= $(PREFIX)/share/hare/ +DATADIR= $(PREFIX)/share/hare SRCDIR = $(DATADIR)/src # Where to install the stdlib tree