Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157850822
D57033.id177936.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D57033.id177936.diff
View Options
diff --git a/sysutils/firstboot-pkg-upgrade/Makefile b/sysutils/firstboot-pkg-upgrade/Makefile
--- a/sysutils/firstboot-pkg-upgrade/Makefile
+++ b/sysutils/firstboot-pkg-upgrade/Makefile
@@ -1,5 +1,5 @@
PORTNAME= firstboot-pkg-upgrade
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
diff --git a/sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in b/sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
--- a/sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
+++ b/sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
@@ -29,16 +29,17 @@
firstboot_pkg_upgrade_run()
{
- pkg -N > /dev/null 2>&1 || pkg bootstrap -y
- pkg update
-
- state_orig=`pkg info | sha256`
repo_args=""
for repo in ${firstboot_pkg_upgrade_repos}; do
repo_args="${repo_args} -r ${repo}"
done
+ pkg -N > /dev/null 2>&1 || pkg bootstrap -y
+ pkg update ${repo_args}
+
+ state_orig=`pkg info | sha256`
+
env AUTOCLEAN=ON pkg upgrade ${repo_args} -y
state_new=`pkg info | sha256`
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 26, 8:20 PM (9 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33531668
Default Alt Text
D57033.id177936.diff (1 KB)
Attached To
Mode
D57033: sysutils/firstboot-pkg-upgrade: 1.1 -> 1.2
Attached
Detach File
Event Timeline
Log In to Comment