Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
775d857d
Commit
775d857d
authored
3 years ago
by
Roman Bogorodskiy
Browse files
Options
Downloads
Patches
Plain Diff
deskutils/virt-manager: update to 4.0.0
parent
206195ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
deskutils/virt-manager/Makefile
+1
-1
1 addition, 1 deletion
deskutils/virt-manager/Makefile
deskutils/virt-manager/distinfo
+3
-3
3 additions, 3 deletions
deskutils/virt-manager/distinfo
deskutils/virt-manager/files/patch-setup.py
+6
-6
6 additions, 6 deletions
deskutils/virt-manager/files/patch-setup.py
with
10 additions
and
10 deletions
deskutils/virt-manager/Makefile
+
1
−
1
View file @
775d857d
PORTNAME
=
virt-manager
PORTVERSION
=
3.2
.0
PORTVERSION
=
4.0
.0
CATEGORIES
=
deskutils net-mgmt
MASTER_SITES
=
https://virt-manager.org/download/sources/
${
PORTNAME
}
/
...
...
This diff is collapsed.
Click to expand it.
deskutils/virt-manager/distinfo
+
3
−
3
View file @
775d857d
TIMESTAMP = 16
05526786
SHA256 (virt-manager-
3.2
.0.tar.gz) =
2b6fe3d90d89e1130227e4b05c51e6642d89c839d3ea063e0e29475fd9bf7b
86
SIZE (virt-manager-
3.2
.0.tar.gz) =
2858909
TIMESTAMP = 16
46479034
SHA256 (virt-manager-
4.0
.0.tar.gz) =
515aaa2021a4bf352b0573098fe6958319b1ba8ec508ea37e064803f97f170
86
SIZE (virt-manager-
4.0
.0.tar.gz) =
3096236
This diff is collapsed.
Click to expand it.
deskutils/virt-manager/files/patch-setup.py
+
6
−
6
View file @
775d857d
---
setup
.
py
.
orig
202
0
-
0
9
-
1
9
02
:
24
:
26
UTC
---
setup
.
py
.
orig
202
2
-
0
2
-
1
2
16
:
13
:
59
UTC
+++
setup
.
py
@@
-
4
19
,
8
+
4
19
,
8
@@
class
VMMDistribution
(
distuti
ls
.
dist
.
Distribution
):
@@
-
4
27
,
8
+
4
27
,
8
@@
class
VMMDistribution
(
setuptoo
ls
.
dist
.
Distribution
):
]
def
__init__
(
self
,
*
args
,
**
kwargs
):
...
...
@@ -8,10 +8,10 @@
-
self
.
no_compile_schemas
=
False
+
self
.
no_update_icon_cache
=
True
+
self
.
no_compile_schemas
=
True
distuti
ls
.
dist
.
Distribution
.
__init__
(
self
,
*
args
,
**
kwargs
)
setuptoo
ls
.
dist
.
Distribution
.
__init__
(
self
,
*
args
,
**
kwargs
)
@@
-
492
,
11
+
492
,
9
@@
distutils
.
core
.
setup
(
@@
-
500
,
11
+
500
,
9
@@
setuptools
.
setup
(
"
build/virt-xml
"
]),
data_files
=
[
...
...
@@ -24,10 +24,10 @@
"
man/virt-manager.1
"
,
"
man/virt-install.1
"
,
"
man/virt-clone.1
"
,
@@
-
528
,
7
+
526
,
6
@@
distutils
.
core
.
setup
(
@@
-
535
,
7
+
533
,
6
@@
setuptools
.
setup
(
'
build_i18n
'
:
my_build_i18n
,
'
install
'
:
my_install
,
'
install_data
'
:
my_install_data
,
-
'
install_egg_info
'
:
my_egg_info
,
'
configure
'
:
configure
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment