From owner-svn-ports-all@freebsd.org Thu Mar 17 20:27:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90F9DAD4DDA; Thu, 17 Mar 2016 20:27:26 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C0AB77A; Thu, 17 Mar 2016 20:27:26 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2HKRP4L048113; Thu, 17 Mar 2016 20:27:25 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2HKRP2I048108; Thu, 17 Mar 2016 20:27:25 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201603172027.u2HKRP2I048108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 17 Mar 2016 20:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411308 - in head/archivers/peazip: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 20:27:26 -0000 Author: acm Date: Thu Mar 17 20:27:25 2016 New Revision: 411308 URL: https://svnweb.freebsd.org/changeset/ports/411308 Log: - Update to 6.0.0 Deleted: head/archivers/peazip/files/patch-list_utils.pas head/archivers/peazip/files/patch-unit8.pas Modified: head/archivers/peazip/Makefile head/archivers/peazip/distinfo head/archivers/peazip/files/patch-peach.pas head/archivers/peazip/pkg-plist Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Thu Mar 17 20:26:10 2016 (r411307) +++ head/archivers/peazip/Makefile Thu Mar 17 20:27:25 2016 (r411308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peazip -PORTVERSION= 5.9.1 +PORTVERSION= 6.0.0 CATEGORIES= archivers MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -23,7 +23,7 @@ DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi project_gwrap.lpi LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} -LAZARUS_VER= 1.6RC2 +LAZARUS_VER= 1.6.0 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} ARCHIVER_FILES= # @@ -40,7 +40,7 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 7Z -.include +.include .if ${PORT_OPTIONS:MGTK2} USE_FPC+= gtk2 @@ -112,4 +112,4 @@ do-install: ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/pealauncher ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ -.include +.include Modified: head/archivers/peazip/distinfo ============================================================================== --- head/archivers/peazip/distinfo Thu Mar 17 20:26:10 2016 (r411307) +++ head/archivers/peazip/distinfo Thu Mar 17 20:27:25 2016 (r411308) @@ -1,2 +1,2 @@ -SHA256 (peazip-5.9.1.src.zip) = f5619179c72582898acf5dcf981b9c12f06646dc2d9039acbbc215af8f66f2ae -SIZE (peazip-5.9.1.src.zip) = 4081923 +SHA256 (peazip-6.0.0.src.zip) = d585c79c632eac43edbfb133a0b59767424d137f3db75c55d49a793664af7bf2 +SIZE (peazip-6.0.0.src.zip) = 3913063 Modified: head/archivers/peazip/files/patch-peach.pas ============================================================================== --- head/archivers/peazip/files/patch-peach.pas Thu Mar 17 20:26:10 2016 (r411307) +++ head/archivers/peazip/files/patch-peach.pas Thu Mar 17 20:27:25 2016 (r411308) @@ -24,57 +24,3 @@ {$ENDIF} var -@@ -6526,7 +6529,7 @@ - - procedure setdescription_advcustedit; - var -- s:utf8string; -+ s:AnsiString; - sg:TStringGrid; - begin - sg:=Form_peach.StringGridCustedit1; -@@ -6541,7 +6544,7 @@ - - procedure setdescription_custedit; - var -- s:utf8string; -+ s:AnsiString; - begin - s:=Form_peach.StringGridCustedit.Cells[1,Form_peach.StringGridCustedit.Row]; - if InputQuery(txt_description, '', s) then -@@ -6553,7 +6556,7 @@ - - procedure editstring1_advcustedit; - var -- s:utf8string; -+ s:AnsiString; - begin - s:=Form_peach.StringGridCustedit1.Cells[2,Form_peach.StringGridCustedit1.Row]; - if InputQuery(txt_2_5_strbefore, '', s) then -@@ -6566,7 +6569,7 @@ - - procedure editstring2_advcustedit; - var -- s:utf8string; -+ s:AnsiString; - begin - s:=Form_peach.StringGridCustedit1.Cells[3,Form_peach.StringGridCustedit1.Row]; - if InputQuery(txt_2_5_strafter, '', s) then -@@ -6579,7 +6582,7 @@ - - procedure editstring3_advcustedit; - var -- s:utf8string; -+ s:AnsiString; - begin - s:=Form_peach.StringGridCustedit1.Cells[4,Form_peach.StringGridCustedit1.Row]; - if InputQuery(txt_3_3_stralt, '', s) then -@@ -6592,7 +6595,7 @@ - - procedure editapp_custedit; - var -- s:utf8string; -+ s:AnsiString; - begin - s:=Form_peach.StringGridCustedit.Cells[2,Form_peach.StringGridCustedit.Row]; - if InputQuery(txt_edit, '', s) then Modified: head/archivers/peazip/pkg-plist ============================================================================== --- head/archivers/peazip/pkg-plist Thu Mar 17 20:26:10 2016 (r411307) +++ head/archivers/peazip/pkg-plist Thu Mar 17 20:27:25 2016 (r411308) @@ -12,20 +12,6 @@ share/pixmaps/peazip.png %%DATADIR%%/res/icons/PeaZip_package.ico %%DATADIR%%/res/icons/PeaZip_rar.ico %%DATADIR%%/res/icons/PeaZip_zip.ico -%%DATADIR%%/res/icons/new installer/peazip-256.bmp -%%DATADIR%%/res/icons/new installer/peazip-icon-green.ico -%%DATADIR%%/res/icons/new installer/peazip-icon-yellow.ico -%%DATADIR%%/res/icons/new installer/peazip-installer-green-16.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-green-24.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-green-256.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-green-32.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-green-48.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-yellow-16.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-yellow-24.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-yellow-256.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-yellow-32.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer-yellow-48.bmp -%%DATADIR%%/res/icons/new installer/peazip-installer.png %%DATADIR%%/res/icons/peazip_seven.icl %%DATADIR%%/res/lang/ar.txt %%DATADIR%%/res/lang/bg.txt @@ -66,12 +52,15 @@ share/pixmaps/peazip.png %%DATADIR%%/res/lang/vn.txt %%DATADIR%%/res/pea %%DATADIR%%/res/pealauncher +%%DATADIR%%/res/themes/classic.theme.7z +%%DATADIR%%/res/themes/experience.theme.7z %%DATADIR%%/res/themes/firecrystal.theme.7z %%DATADIR%%/res/themes/nographic-embedded/fm-theme.bmp %%DATADIR%%/res/themes/nographic-embedded/note.readme -%%DATADIR%%/res/themes/seven-embedded/fm-theme.bmp -%%DATADIR%%/res/themes/seven-embedded/note.readme %%DATADIR%%/res/themes/seven.theme.7z +%%DATADIR%%/res/themes/ten-embedded/fm-theme.bmp +%%DATADIR%%/res/themes/ten-embedded/note.readme +%%DATADIR%%/res/themes/ten.theme.7z %%7Z%%%%DATADIR%%/res/7z/7z %%ARC%%%%DATADIR%%/res/arc/arc %%UNACE%%%%DATADIR%%/res/unace/unace