svn commit: r435182 - head/archivers/peazip

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Mar 1 17:51:26 UTC 2017


Author: acm
Date: Wed Mar  1 17:51:24 2017
New Revision: 435182
URL: https://svnweb.freebsd.org/changeset/ports/435182

Log:
  - Bump PORTREVISION. Lazarus was update to 1.6.4

Modified:
  head/archivers/peazip/Makefile

Modified: head/archivers/peazip/Makefile
==============================================================================
--- head/archivers/peazip/Makefile	Wed Mar  1 17:50:48 2017	(r435181)
+++ head/archivers/peazip/Makefile	Wed Mar  1 17:51:24 2017	(r435182)
@@ -3,6 +3,7 @@
 
 PORTNAME=	peazip
 PORTVERSION=	6.3.1
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
@@ -25,7 +26,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.2
+LAZARUS_VER=		1.6.4
 LAZARUS_DIR=		${LOCALBASE}/share/lazarus-${LAZARUS_VER}
 ARCHIVER_FILES=		#
 


More information about the svn-ports-all mailing list