From owner-svn-ports-head@freebsd.org Sat Dec 3 19:13:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBEC7C6373B; Sat, 3 Dec 2016 19:13:38 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8170A13C8; Sat, 3 Dec 2016 19:13:38 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB3JDbY0061655; Sat, 3 Dec 2016 19:13:37 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3JDbGE061652; Sat, 3 Dec 2016 19:13:37 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201612031913.uB3JDbGE061652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Sat, 3 Dec 2016 19:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427638 - head/ports-mgmt/portal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 19:13:38 -0000 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