1
0
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:
Mario Sergio Fujikawa Ferreira 2010-06-27 09:33:35 +00:00
parent b8eed56b12
commit 04ee14dcca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257054
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= qcomicbook
PORTVERSION= 0.5.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://qcomicbook.linux-projects.net/releases/

View File

@ -4,7 +4,7 @@
void P7zipArchiverStrategy::configure()
{
addExtension(".7z");
+ addExtension(".cbz");
+ addExtension(".cb7");
setExecutables("7z", "7zr");
if (which("7z") != QString::null)