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

Collapse All | Expand All

(-)b/devel/replxx/Makefile (-7 / +3 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	replxx
3
PORTNAME=	replxx
4
DISTVERSIONPREFIX=	release-
4
DISTVERSIONPREFIX=	release-
5
DISTVERSION=	0.0.2
5
DISTVERSION=	0.0.3
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	meka@tilda.center
8
MAINTAINER=	meka@tilda.center
Lines 14-24 LICENSE_FILE= ${WRKSRC}/LICENSE.md Link Here
14
USES=		cmake compiler:c++14-lang
14
USES=		cmake compiler:c++14-lang
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	AmokHuginnsson
16
GH_ACCOUNT=	AmokHuginnsson
17
17
CMAKE_ON=	BUILD_SHARED_LIBS
18
PLIST_FILES=	include/replxx.h \
18
USE_LDCONFIG=	yes
19
		include/replxx.hxx \
20
		lib/libreplxx.a \
21
		lib/libreplxx.so
22
23
19
24
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/devel/replxx/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1571302114
1
TIMESTAMP = 1607038979
2
SHA256 (AmokHuginnsson-replxx-release-0.0.2_GH0.tar.gz) = 6f5c58b4cd23550d5a589d134727296438793cb818ce7158fbd5e1b0db1548ba
2
SHA256 (AmokHuginnsson-replxx-release-0.0.3_GH0.tar.gz) = 72ad0655eead16544645b1724b27a988543fcefd14d46df6e8dfef17d9ba50ac
3
SIZE (AmokHuginnsson-replxx-release-0.0.2_GH0.tar.gz) = 77291
3
SIZE (AmokHuginnsson-replxx-release-0.0.3_GH0.tar.gz) = 87590
(-)b/devel/replxx/pkg-plist (+8 lines)
Added Link Here
1
include/replxx.h
2
include/replxx.hxx
3
lib/libreplxx.so
4
lib/libreplxx.so.0.0.3
5
share/cmake/replxx/replxx-config-version.cmake
6
share/cmake/replxx/replxx-config.cmake
7
share/cmake/replxx/replxx-targets-%%CMAKE_BUILD_TYPE%%.cmake
8
share/cmake/replxx/replxx-targets.cmake

Return to bug 251572