Date: Mon, 21 Nov 2016 22:09:40 +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: r426764 - head/archivers/peazip Message-ID: <201611212209.uALM9ePi079459@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Mon Nov 21 22:09:40 2016 New Revision: 426764 URL: https://svnweb.freebsd.org/changeset/ports/426764 Log: - Update to 6.2.0 Modified: head/archivers/peazip/Makefile head/archivers/peazip/distinfo head/archivers/peazip/pkg-plist Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Mon Nov 21 22:09:06 2016 (r426763) +++ head/archivers/peazip/Makefile Mon Nov 21 22:09:40 2016 (r426764) @@ -1,8 +1,8 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> +[B[B[B[B# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ PORTNAME= peazip -PORTVERSION= 6.0.0 +PORTVERSION= 6.2.0 CATEGORIES= archivers MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= acm@FreeBSD.org COMMENT= Free archiver and file compressor +LICENSE= LGPL3 + BUILD_DEPENDS= lazbuild:editors/lazarus \ fpcres:lang/fpc-utils @@ -23,7 +25,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.6.0 +LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} ARCHIVER_FILES= # Modified: head/archivers/peazip/distinfo ============================================================================== --- head/archivers/peazip/distinfo Mon Nov 21 22:09:06 2016 (r426763) +++ head/archivers/peazip/distinfo Mon Nov 21 22:09:40 2016 (r426764) @@ -1,2 +1,3 @@ -SHA256 (peazip-6.0.0.src.zip) = d585c79c632eac43edbfb133a0b59767424d137f3db75c55d49a793664af7bf2 -SIZE (peazip-6.0.0.src.zip) = 3913063 +TIMESTAMP = 1478555164 +SHA256 (peazip-6.2.0.src.zip) = ec5993e5b3bc982bf62d9aa085e7f71bfd77361c1814ae24334c00d2212e5f88 +SIZE (peazip-6.2.0.src.zip) = 4079735 Modified: head/archivers/peazip/pkg-plist ============================================================================== --- head/archivers/peazip/pkg-plist Mon Nov 21 22:09:06 2016 (r426763) +++ head/archivers/peazip/pkg-plist Mon Nov 21 22:09:40 2016 (r426764) @@ -20,6 +20,7 @@ share/pixmaps/peazip.png %%DATADIR%%/res/lang/chs.txt %%DATADIR%%/res/lang/cht.txt %%DATADIR%%/res/lang/cz.txt +%%DATADIR%%/res/lang/de-uml-alt.txt %%DATADIR%%/res/lang/de-uml.txt %%DATADIR%%/res/lang/default.txt %%DATADIR%%/res/lang/en-gb.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611212209.uALM9ePi079459>