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

Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 2-9 Link Here
2
2
3
PORTNAME=	replxx
3
PORTNAME=	replxx
4
DISTVERSIONPREFIX=	release-
4
DISTVERSIONPREFIX=	release-
5
DISTVERSION=	0.0.1
5
DISTVERSION=	0.0.2
6
PORTREVISION=	2
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
7
9
MAINTAINER=	meka@tilda.center
8
MAINTAINER=	meka@tilda.center
Lines 18-23 Link Here
18
17
19
PLIST_FILES=	include/replxx.h \
18
PLIST_FILES=	include/replxx.h \
20
		include/replxx.hxx \
19
		include/replxx.hxx \
21
		lib/libreplxx.a
20
		lib/libreplxx.a \
21
		lib/libreplxx.so
22
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1527691097
1
TIMESTAMP = 1571302114
2
SHA256 (AmokHuginnsson-replxx-release-0.0.1_GH0.tar.gz) = af0576e401e43d88fadabdc193e7cbed20d0a8538ae3d9228732211d1b255348
2
SHA256 (AmokHuginnsson-replxx-release-0.0.2_GH0.tar.gz) = 6f5c58b4cd23550d5a589d134727296438793cb818ce7158fbd5e1b0db1548ba
3
SIZE (AmokHuginnsson-replxx-release-0.0.1_GH0.tar.gz) = 56543
3
SIZE (AmokHuginnsson-replxx-release-0.0.2_GH0.tar.gz) = 77291

Return to bug 241205