Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2016 20:27:25 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411308 - in head/archivers/peazip: . files
Message-ID:  <201603172027.u2HKRP2I048108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
 
 .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 <bsd.port.mk>
+.include <bsd.port.post.mk>

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



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