mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix: the correct extension for 7z Comic Book Archive file is
'.cb7' rather than '.cbz'. - Bump PORTREVISION Feature safe: yes
This commit is contained in:
parent
b8eed56b12
commit
04ee14dcca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257054
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= qcomicbook
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://qcomicbook.linux-projects.net/releases/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
void P7zipArchiverStrategy::configure()
|
||||
{
|
||||
addExtension(".7z");
|
||||
+ addExtension(".cbz");
|
||||
+ addExtension(".cb7");
|
||||
setExecutables("7z", "7zr");
|
||||
|
||||
if (which("7z") != QString::null)
|
||||
|
Loading…
Reference in New Issue
Block a user