mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
sysutils/openzfs*: Minor port housekeeping
Update the WWW to the official openzfs/zfs github repo, since the ZoF repo is no longer used after merging to ZoL and renaming to openzfs/zfs. While here, make a few small changes suggested by portlint. Approved by: lwhsu (implicit) PR: 267453 Sponsored by: iXsystems, Inc.
This commit is contained in:
parent
d8b1d37342
commit
723f83e80d
3 changed files with 8 additions and 5 deletions
|
@ -1,12 +1,13 @@
|
||||||
PORTNAME= openzfs
|
PORTNAME= openzfs
|
||||||
PORTVERSION= 2023012600
|
PORTVERSION= 2023012600
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
PKGNAMESUFFIX?= -kmod
|
PKGNAMESUFFIX?= -kmod
|
||||||
|
|
||||||
MAINTAINER= freqlabs@FreeBSD.org
|
MAINTAINER= freqlabs@FreeBSD.org
|
||||||
COMMENT= OpenZFS kernel module for FreeBSD
|
COMMENT= OpenZFS kernel module for FreeBSD
|
||||||
WWW= https://github.com/zfsonfreebsd/ZoF
|
WWW= https://github.com/openzfs/zfs
|
||||||
|
|
||||||
LICENSE= CDDL
|
LICENSE= CDDL
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
PORTNAME= openzfs
|
PORTNAME= openzfs
|
||||||
PORTVERSION= 2023012600
|
PORTVERSION= 2023012600
|
||||||
PORTREVISION= 1
|
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= freqlabs@FreeBSD.org
|
MAINTAINER= freqlabs@FreeBSD.org
|
||||||
COMMENT= OpenZFS userland for FreeBSD
|
COMMENT= OpenZFS userland for FreeBSD
|
||||||
WWW= https://github.com/zfsonfreebsd/ZoF
|
WWW= https://github.com/openzfs/zfs
|
||||||
|
|
||||||
LICENSE= CDDL
|
LICENSE= CDDL
|
||||||
|
|
||||||
|
@ -35,6 +35,8 @@ USE_GITHUB= yes
|
||||||
GH_PROJECT= zfs
|
GH_PROJECT= zfs
|
||||||
GH_TAGNAME= dc5c8006f
|
GH_TAGNAME= dc5c8006f
|
||||||
|
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDEBUG}
|
.if ${PORT_OPTIONS:MDEBUG}
|
||||||
|
@ -54,7 +56,7 @@ PYTHON_NO_DEPENDS=yes
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
# Change certain shebangs into something that shebang fix understands
|
# Change certain shebangs into something that shebang fix understands
|
||||||
cd ${WRKSRC} && sed -i '' '1s:@PYTHON_SHEBANG@:python3:' \
|
cd ${WRKSRC} && ${SED} -i '' '1s:@PYTHON_SHEBANG@:python3:' \
|
||||||
tests/test-runner/bin/zts-report.py.in \
|
tests/test-runner/bin/zts-report.py.in \
|
||||||
tests/test-runner/bin/test-runner.py.in \
|
tests/test-runner/bin/test-runner.py.in \
|
||||||
cmd/arcstat.in \
|
cmd/arcstat.in \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{ type: install
|
{ type: install
|
||||||
message: <<EOM
|
message: <<EOM
|
||||||
Ensure that any zfs-related commands, such as zpool, zfs, as used in scripts
|
Ensure that any zfs-related commands, such as zpool, zfs, as used in scripts
|
||||||
and in your terminal sessions, use the correct path of /usr/local/sbin/ and
|
and in your terminal sessions, use the correct path of ${PREFIX}/sbin/ and
|
||||||
not the /sbin/ commands provided by the FreeBSD base system.
|
not the /sbin/ commands provided by the FreeBSD base system.
|
||||||
|
|
||||||
Consider setting this in your shell profile defaults!
|
Consider setting this in your shell profile defaults!
|
||||||
|
|
Loading…
Add table
Reference in a new issue