aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portal
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2016-12-03 19:13:37 +0000
committerFrederic Culot <culot@FreeBSD.org>2016-12-03 19:13:37 +0000
commit6035ce1607a92993fc861f8ee541626fac43efed (patch)
tree6a4d29e5101e1667c81a34f70d6e2118c797e292 /ports-mgmt/portal
parent0101602007192180bae1d7e72733875935e64c0c (diff)
downloadports-6035ce1607a92993fc861f8ee541626fac43efed.tar.gz
ports-6035ce1607a92993fc861f8ee541626fac43efed.zip
- Update to 0.4
Notes
Notes: svn path=/head/; revision=427638
Diffstat (limited to 'ports-mgmt/portal')
-rw-r--r--ports-mgmt/portal/Makefile6
-rw-r--r--ports-mgmt/portal/distinfo5
-rw-r--r--ports-mgmt/portal/pkg-descr5
3 files changed, 6 insertions, 10 deletions
diff --git a/ports-mgmt/portal/Makefile b/ports-mgmt/portal/Makefile
index 73879b8e70d0..6d20dc9d6610 100644
--- a/ports-mgmt/portal/Makefile
+++ b/ports-mgmt/portal/Makefile
@@ -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
diff --git a/ports-mgmt/portal/distinfo b/ports-mgmt/portal/distinfo
index d59637623fea..6bffc4aa2fb8 100644
--- a/ports-mgmt/portal/distinfo
+++ b/ports-mgmt/portal/distinfo
@@ -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
diff --git a/ports-mgmt/portal/pkg-descr b/ports-mgmt/portal/pkg-descr
index d2e7a9bac584..c0b38a6cf22c 100644
--- a/ports-mgmt/portal/pkg-descr
+++ b/ports-mgmt/portal/pkg-descr
@@ -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