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

Collapse All | Expand All

(-)Makefile (-3 / +9 lines)
Lines 1-7 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
CATEGORIES=	sysutils
6
7
7
MAINTAINER=	monsieurp@gentoo.org
8
MAINTAINER=	monsieurp@gentoo.org
Lines 10-20 Link Here
10
LICENSE=	APACHE20
11
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
13
USES=		autoreconf ncurses readline
14
BUILD_DEPENDS=	pkg-config:devel/pkgconf
15
16
USES=	autoreconf ncurses readline
14
USE_GITHUB=	yes
17
USE_GITHUB=	yes
15
GH_ACCOUNT=	dvorka
18
GH_ACCOUNT=	dvorka
19
GH_PROJECT=	hstr
20
16
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
17
22
18
PLIST_FILES=	bin/hh bin/hstr man/man1/hh.1.gz man/man1/hstr.1.gz
23
PLIST_FILES=	bin/hh bin/hstr \
24
		man/man1/hstr.1.gz share/bash-completion/completions/hstr
19
25
20
.include <bsd.port.mk>
26
.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
(-)files/patch-src_Makefile.am (-11 lines)
Lines 1-11 Link Here
1
--- src/Makefile.am.orig	2017-11-23 08:02:07 UTC
2
+++ src/Makefile.am
3
@@ -15,7 +15,7 @@
4
 # limitations under the License.
5
 
6
 # http://mij.oltrelinux.com/devel/autoconf-automake/
7
-AM_CFLAGS = --pedantic -Wall -std=c99 -O2
8
+AM_CFLAGS = --pedantic -Wall -std=c99
9
 AM_LDFLAGS =
10
 
11
 # bin_ installs to bin; hh_ is the binary name

Return to bug 232251