View | Details | Raw Unified | Return to bug 232251 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-10 / +13 lines)
Lines 1-20 Link Here
1
# Created by: Patrice Clement <monsieurp@gentoo.org>
1
# $FreeBSD$
2
# $FreeBSD$
2
3
3
PORTNAME=	hstr
4
PORTNAME=	    hstr
4
DISTVERSION=	1.25
5
DISTVERSION=	2.0
5
CATEGORIES=	sysutils
6
PORTREVISION=	0
7
CATEGORIES=	    sysutils
6
8
7
MAINTAINER=	monsieurp@gentoo.org
9
MAINTAINER=	    monsieurp@gentoo.org
8
COMMENT=	Bash and Zsh shell history suggest box
10
COMMENT=	    Bash and Zsh shell history suggest box
9
11
10
LICENSE=	APACHE20
12
LICENSE=	    APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
14
13
USES=		autoreconf ncurses readline
15
USES=		    autoreconf ncurses readline
14
USE_GITHUB=	yes
16
USE_GITHUB=	    yes
15
GH_ACCOUNT=	dvorka
17
GH_ACCOUNT=	    dvorka
18
GH_PROJECT=	    hstr
16
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
17
20
18
PLIST_FILES=	bin/hh bin/hstr man/man1/hh.1.gz man/man1/hstr.1.gz
21
PLIST_FILES=	bin/hh bin/hstr man/man1/hstr.1.gz
19
22
20
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1529795566
1
TIMESTAMP = 1539531033
2
SHA256 (dvorka-hstr-1.25_GH0.tar.gz) = 9d50e46d2eefc667f4d2b9cd41856be6ffb33a897ab1b036886573d61cadb27f
2
SHA256 (dvorka-hstr-2.0_GH0.tar.gz) = 8d93ed8bfee1a979e8d06646e162b70316e2097e16243636d81011ba1000627a
3
SIZE (dvorka-hstr-1.25_GH0.tar.gz) = 48926
3
SIZE (dvorka-hstr-2.0_GH0.tar.gz) = 1242802

Return to bug 232251