diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-01-17 13:25:17 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-01-17 13:26:32 +0000 |
commit | 8b75d00e7a317d16083bf4b40b28732d6059a48a (patch) | |
tree | 1bd8e85ccf3b87f3174502c25112515b82578ac3 /devel | |
parent | fb4ef23dde674dfc28770f606318e72064ccd00a (diff) | |
download | ports-8b75d00e7a317d16083bf4b40b28732d6059a48a.tar.gz ports-8b75d00e7a317d16083bf4b40b28732d6059a48a.zip |
devel/freebsd-sysroot: bump PORTREVISION
Should have been done in the previous commit.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/freebsd-sysroot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile index f3a1c2d1ae1a..5006800e3951 100644 --- a/devel/freebsd-sysroot/Makefile +++ b/devel/freebsd-sysroot/Makefile @@ -1,5 +1,6 @@ PORTNAME= freebsd-sysroot DISTVERSION= a2022-12-14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${_SYSROOT_DIST:@f@https://download.freebsd.org/$f?dummy=/:${FLAVOR}@} \ LOCAL/rust:${FLAVOR} |