Date: Wed, 1 Mar 2017 17:51:24 +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: r435182 - head/archivers/peazip Message-ID: <201703011751.v21HpOSi035812@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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= #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703011751.v21HpOSi035812>