Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 02:02:25 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558198 - head/sysutils/pies
Message-ID:  <202012160202.0BG22PcC008852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Dec 16 02:02:25 2020
New Revision: 558198
URL: https://svnweb.freebsd.org/changeset/ports/558198

Log:
  - Update to version 1.5
  - Now needs GNU make to build
  
  Requested by:	maintainer

Modified:
  head/sysutils/pies/Makefile
  head/sysutils/pies/distinfo
  head/sysutils/pies/pkg-plist

Modified: head/sysutils/pies/Makefile
==============================================================================
--- head/sysutils/pies/Makefile	Wed Dec 16 01:45:01 2020	(r558197)
+++ head/sysutils/pies/Makefile	Wed Dec 16 02:02:25 2020	(r558198)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pies
-PORTVERSION=	1.4
-PORTREVISION=	1
+PORTVERSION=	1.5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://download.gnu.org.ua/pub/release/${PORTNAME}/ \
 		http://download.gnu.org.ua/pub/alpha/${PORTNAME}/
@@ -13,7 +12,7 @@ COMMENT=	Program Invocation and Execution Supervisor
 
 LICENSE=	GPLv3+
 
-USES=		charsetfix iconv tar:bz2
+USES=		charsetfix gmake iconv tar:bz2
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}
 

Modified: head/sysutils/pies/distinfo
==============================================================================
--- head/sysutils/pies/distinfo	Wed Dec 16 01:45:01 2020	(r558197)
+++ head/sysutils/pies/distinfo	Wed Dec 16 02:02:25 2020	(r558198)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562075090
-SHA256 (pies-1.4.tar.bz2) = e6bee36c136c00fd728e413e8938155d436eaf57ab4f2d646946e84fd4254b92
-SIZE (pies-1.4.tar.bz2) = 1185505
+TIMESTAMP = 1607929167
+SHA256 (pies-1.5.tar.bz2) = 0e738105b4d4cd7881e3a00df64c844f852feab4e755de8a54366a4931324186
+SIZE (pies-1.5.tar.bz2) = 1241919

Modified: head/sysutils/pies/pkg-plist
==============================================================================
--- head/sysutils/pies/pkg-plist	Wed Dec 16 01:45:01 2020	(r558197)
+++ head/sysutils/pies/pkg-plist	Wed Dec 16 02:02:25 2020	(r558198)
@@ -8,5 +8,5 @@ sbin/pies
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/pies.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/pies.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/pies.mo
-%%DATADIR%%/1.4/include/pp-setup
+%%DATADIR%%/1.5/include/pp-setup
 @dir /var/pies



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