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

Collapse All | Expand All

(-)klish/Makefile (-2 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/shells/klish/Makefile 416469 2016-06-06 15:25:42Z mat $
2
# $FreeBSD: head/shells/klish/Makefile 416469 2016-06-06 15:25:42Z mat $
3
3
4
PORTNAME=	klish
4
PORTNAME=	klish
5
PORTVERSION=	2.1.1
5
PORTVERSION=	2.1.2
6
CATEGORIES=	shells
6
CATEGORIES=	shells
7
MASTER_SITES=	http://libcode.org/attachments/download/61/
7
MASTER_SITES=	http://libcode.org/attachments/download/64/
8
8
9
MAINTAINER=	umeno@rr.iij4u.or.jp
9
MAINTAINER=	umeno@rr.iij4u.or.jp
10
COMMENT=	Klish - Kommand Line Interface Shell
10
COMMENT=	Klish - Kommand Line Interface Shell
(-)klish/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (klish-2.1.1.tar.xz) = 9093406248a7ef3b57a2b818aad77eddad6784dc7f9e86bf0b7bf9e577e237a0
1
TIMESTAMP = 1468247565
2
SIZE (klish-2.1.1.tar.xz) = 366040
2
SHA256 (klish-2.1.2.tar.xz) = d182f2fcb48e78356d74c6e9ea4e756bea065f6685115be8db31180e30a1e3f3
3
SIZE (klish-2.1.2.tar.xz) = 367144
(-)klish/pkg-plist (+1 lines)
Lines 17-22 Link Here
17
include/lub/db.h
17
include/lub/db.h
18
include/lub/ini.h
18
include/lub/ini.h
19
include/lub/log.h
19
include/lub/log.h
20
include/lub/conv.h
20
include/konf/tree.h
21
include/konf/tree.h
21
include/konf/query.h
22
include/konf/query.h
22
include/konf/buf.h
23
include/konf/buf.h

Return to bug 211010