diff options
author | culot <culot@FreeBSD.org> | 2016-12-04 03:13:37 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2016-12-04 03:13:37 +0800 |
commit | 33e14659dfa5d274ecc5601a906986e65880379c (patch) | |
tree | 6a4d29e5101e1667c81a34f70d6e2118c797e292 /ports-mgmt | |
parent | 6e1d7a7eafc6e71d3350a71f54793f60edc96bea (diff) | |
download | freebsd-ports-gnome-33e14659dfa5d274ecc5601a906986e65880379c.tar.gz freebsd-ports-gnome-33e14659dfa5d274ecc5601a906986e65880379c.tar.zst freebsd-ports-gnome-33e14659dfa5d274ecc5601a906986e65880379c.zip |
- Update to 0.4
Changes: https://github.com/culot/portal/blob/master/CHANGES
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portal/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/portal/distinfo | 5 | ||||
-rw-r--r-- | ports-mgmt/portal/pkg-descr | 5 |
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 |