Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 19:13:37 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427638 - head/ports-mgmt/portal
Message-ID:  <201612031913.uB3JDbGE061652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Sat Dec  3 19:13:37 2016
New Revision: 427638
URL: https://svnweb.freebsd.org/changeset/ports/427638

Log:
  - Update to 0.4
  
  Changes:	https://github.com/culot/portal/blob/master/CHANGES

Modified:
  head/ports-mgmt/portal/Makefile
  head/ports-mgmt/portal/distinfo
  head/ports-mgmt/portal/pkg-descr

Modified: head/ports-mgmt/portal/Makefile
==============================================================================
--- head/ports-mgmt/portal/Makefile	Sat Dec  3 18:51:10 2016	(r427637)
+++ head/ports-mgmt/portal/Makefile	Sat Dec  3 19:13:37 2016	(r427638)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	portal
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	culot@FreeBSD.org
@@ -9,7 +9,7 @@ COMMENT=	Front-end to pkg(8)
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_FreeBSD_9=	does not build: requires proper c++11 support (std::to_string)
+BROKEN_FreeBSD_9=	does not build: requires proper c++11 support
 BROKEN_powerpc64=	does not build
 
 PLIST_FILES=	bin/${PORTNAME} \
@@ -18,7 +18,7 @@ PLIST_FILES=	bin/${PORTNAME} \
 USE_GITHUB=	yes
 GH_ACCOUNT=	culot
 
-USES=		compiler:c++11-lib
+USES=		ncurses compiler:c++11-lib
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

Modified: head/ports-mgmt/portal/distinfo
==============================================================================
--- head/ports-mgmt/portal/distinfo	Sat Dec  3 18:51:10 2016	(r427637)
+++ head/ports-mgmt/portal/distinfo	Sat Dec  3 19:13:37 2016	(r427638)
@@ -1,2 +1,3 @@
-SHA256 (culot-portal-0.3_GH0.tar.gz) = 9f02fbc51d4fadc4904b5f1f08547123a8f5deed81f4b7587e5e8353a3c8a7c7
-SIZE (culot-portal-0.3_GH0.tar.gz) = 31339
+TIMESTAMP = 1480792092
+SHA256 (culot-portal-0.4_GH0.tar.gz) = cf14818170d1e632659e86993ed1606ddc302a53ccaac3c5f75244204e91fff2
+SIZE (culot-portal-0.4_GH0.tar.gz) = 17374

Modified: head/ports-mgmt/portal/pkg-descr
==============================================================================
--- head/ports-mgmt/portal/pkg-descr	Sat Dec  3 18:51:10 2016	(r427637)
+++ head/ports-mgmt/portal/pkg-descr	Sat Dec  3 19:13:37 2016	(r427638)
@@ -1,8 +1,3 @@
 Portal is a front-end to FreeBSD's package manipulation tool pkg(8).
 
-Currently, the application is a MVP (Minimum Viable Product) which
-provides only the following features: packages listing and searching,
-installation and deinstallation of packages, and filtering based on
-the package state.
-
 WWW: https://github.com/culot/portal



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