Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2015 20:34:22 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402375 - head/polish/qnapi
Message-ID:  <201511242034.tAOKYMiS099568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Nov 24 20:34:22 2015
New Revision: 402375
URL: https://svnweb.freebsd.org/changeset/ports/402375

Log:
  Update to version 0.2.0
  
  Changelog:
  - quiet batch mode (not available on OSX) - #13
  - bugfixes in Napisy24 engine - #23
  - icons placed at directories according to their sizes - #24
  - HiDPI display awareness (OSX) - #27
  - support for paths containing special characters (Windows) - #28
  - bugfixed SRT conversion adding empty lines to resulting file (Windows) - #29
  - application self-closing in batch mode (OSX) - #31
  - added version information to .exe file (Windows) - #32
  - bugfixes in file encoding detection (UTF-8 with BOM amongst others) - #34
  - preserving original file encoding during subtitle format conversion
  - bugfixed backup language support - #36

Modified:
  head/polish/qnapi/Makefile
  head/polish/qnapi/distinfo
  head/polish/qnapi/pkg-plist

Modified: head/polish/qnapi/Makefile
==============================================================================
--- head/polish/qnapi/Makefile	Tue Nov 24 19:41:12 2015	(r402374)
+++ head/polish/qnapi/Makefile	Tue Nov 24 20:34:22 2015	(r402375)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qnapi
-PORTVERSION=	0.1.9
+PORTVERSION=	0.2.0
 CATEGORIES=	polish multimedia
 
 MAINTAINER=	pawel@FreeBSD.org

Modified: head/polish/qnapi/distinfo
==============================================================================
--- head/polish/qnapi/distinfo	Tue Nov 24 19:41:12 2015	(r402374)
+++ head/polish/qnapi/distinfo	Tue Nov 24 20:34:22 2015	(r402375)
@@ -1,2 +1,2 @@
-SHA256 (qnapi-qnapi-0.1.9_GH0.tar.gz) = 93c62f056ce035794e7bdd5b66a6ba8f5e020774ee51ad57f97a8d562beee5d6
-SIZE (qnapi-qnapi-0.1.9_GH0.tar.gz) = 1209830
+SHA256 (qnapi-qnapi-0.2.0_GH0.tar.gz) = 6ce0fda2fc09e10bdc4a52df711b635df6aef856a79d7802cd30b55cdd694969
+SIZE (qnapi-qnapi-0.2.0_GH0.tar.gz) = 1231064

Modified: head/polish/qnapi/pkg-plist
==============================================================================
--- head/polish/qnapi/pkg-plist	Tue Nov 24 19:41:12 2015	(r402374)
+++ head/polish/qnapi/pkg-plist	Tue Nov 24 20:34:22 2015	(r402375)
@@ -3,7 +3,8 @@ man/man1/qnapi.1.gz
 share/applications/qnapi-download.desktop
 share/applications/qnapi-scan.desktop
 share/applications/qnapi.desktop
-share/icons/qnapi-128.png
-share/icons/qnapi-48.png
-share/icons/qnapi-512.png
-share/icons/qnapi.png
+share/icons/hicolor/128x128/apps/qnapi.png
+share/icons/hicolor/16x16/apps/qnapi.png
+share/icons/hicolor/32x32/apps/qnapi.png
+share/icons/hicolor/48x48/apps/qnapi.png
+share/icons/hicolor/512x512/apps/qnapi.png



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