diff options
author | acm <acm@FreeBSD.org> | 2016-11-22 06:09:40 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2016-11-22 06:09:40 +0800 |
commit | da0d35b8f4129de0c192794c096f4bedc009734a (patch) | |
tree | 88fd95948a052ca87ac6f2d0f6c41ed34780c49a | |
parent | 79dde6ad67e427cd57a68735bd4aa5173a02c04e (diff) | |
download | freebsd-ports-graphics-da0d35b8f4129de0c192794c096f4bedc009734a.tar.gz freebsd-ports-graphics-da0d35b8f4129de0c192794c096f4bedc009734a.tar.zst freebsd-ports-graphics-da0d35b8f4129de0c192794c096f4bedc009734a.zip |
- Update to 6.2.0
-rw-r--r-- | archivers/peazip/Makefile | 8 | ||||
-rw-r--r-- | archivers/peazip/distinfo | 5 | ||||
-rw-r--r-- | archivers/peazip/pkg-plist | 1 |
3 files changed, 9 insertions, 5 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index 27e0f05db40..5f52a8e9e1c 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -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= # diff --git a/archivers/peazip/distinfo b/archivers/peazip/distinfo index dcf60f9538f..d2ea03e85d3 100644 --- a/archivers/peazip/distinfo +++ b/archivers/peazip/distinfo @@ -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 diff --git a/archivers/peazip/pkg-plist b/archivers/peazip/pkg-plist index f0f3a4e83be..4569c453ca0 100644 --- a/archivers/peazip/pkg-plist +++ b/archivers/peazip/pkg-plist @@ -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 |