Index: head/ports-mgmt/portal/Makefile =================================================================== --- head/ports-mgmt/portal/Makefile (revision 427637) +++ head/ports-mgmt/portal/Makefile (revision 427638) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= portal -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= ports-mgmt MAINTAINER= culot@FreeBSD.org 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} \ man/man1/${PORTNAME}.1.gz 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 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/ports-mgmt/portal/distinfo =================================================================== --- head/ports-mgmt/portal/distinfo (revision 427637) +++ head/ports-mgmt/portal/distinfo (revision 427638) @@ -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 Index: head/ports-mgmt/portal/pkg-descr =================================================================== --- head/ports-mgmt/portal/pkg-descr (revision 427637) +++ head/ports-mgmt/portal/pkg-descr (revision 427638) @@ -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