Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 15:46:00 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c1c637b5edd - main - sysutils/firstboot-pkgs: Refactor examples
Message-ID:  <202404121546.43CFk0td021229@gitrepo.freebsd.org>

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

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

commit 8c1c637b5eddbfe7abda49af796667250c3aba90
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-04-12 15:06:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-04-12 15:10:23 +0000

    sysutils/firstboot-pkgs: Refactor examples
    
    Some of the examples in the rc script points to older versions of ports
    which are no longer in the tree. There is no change in the
    dunctionality of the ports. This is just a cosmetic change.
    
    Approved by:    cperciva (slack)
---
 sysutils/firstboot-pkgs/Makefile                | 2 +-
 sysutils/firstboot-pkgs/files/firstboot_pkgs.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysutils/firstboot-pkgs/Makefile b/sysutils/firstboot-pkgs/Makefile
index a23841973c86..6bb9c3383ffe 100644
--- a/sysutils/firstboot-pkgs/Makefile
+++ b/sysutils/firstboot-pkgs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	firstboot-pkgs
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none
diff --git a/sysutils/firstboot-pkgs/files/firstboot_pkgs.in b/sysutils/firstboot-pkgs/files/firstboot_pkgs.in
index 340ce6d740bb..b743575d04fa 100644
--- a/sysutils/firstboot-pkgs/files/firstboot_pkgs.in
+++ b/sysutils/firstboot-pkgs/files/firstboot_pkgs.in
@@ -12,7 +12,7 @@
 #
 # and place a list of packages in firstboot_pkgs_list, e.g.,
 #
-# firstboot_pkgs_list="apache22 php5 mysql56-server"
+# firstboot_pkgs_list="apache24 php83 mysql80-server"
 
 . /etc/rc.subr
 



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