Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 11:07:31 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556971 - head/devel/replxx
Message-ID:  <202012041107.0B4B7VSn086364@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Fri Dec  4 11:07:31 2020
New Revision: 556971
URL: https://svnweb.freebsd.org/changeset/ports/556971

Log:
  devel/replxx: Update to 0.0.3
  
  ChangeLog: https://github.com/AmokHuginnsson/replxx/compare/45696c2..e7fd050
  
  PR:	251572
  Submitted by:	meka@tilda.center (maintainer)

Added:
  head/devel/replxx/pkg-plist   (contents, props changed)
Modified:
  head/devel/replxx/Makefile
  head/devel/replxx/distinfo

Modified: head/devel/replxx/Makefile
==============================================================================
--- head/devel/replxx/Makefile	Fri Dec  4 10:50:24 2020	(r556970)
+++ head/devel/replxx/Makefile	Fri Dec  4 11:07:31 2020	(r556971)
@@ -2,7 +2,7 @@
 
 PORTNAME=	replxx
 DISTVERSIONPREFIX=	release-
-DISTVERSION=	0.0.2
+DISTVERSION=	0.0.3
 CATEGORIES=	devel
 
 MAINTAINER=	meka@tilda.center
@@ -14,11 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 USES=		cmake compiler:c++14-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	AmokHuginnsson
-
-PLIST_FILES=	include/replxx.h \
-		include/replxx.hxx \
-		lib/libreplxx.a \
-		lib/libreplxx.so
-
+CMAKE_ON=	BUILD_SHARED_LIBS
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/replxx/distinfo
==============================================================================
--- head/devel/replxx/distinfo	Fri Dec  4 10:50:24 2020	(r556970)
+++ head/devel/replxx/distinfo	Fri Dec  4 11:07:31 2020	(r556971)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571302114
-SHA256 (AmokHuginnsson-replxx-release-0.0.2_GH0.tar.gz) = 6f5c58b4cd23550d5a589d134727296438793cb818ce7158fbd5e1b0db1548ba
-SIZE (AmokHuginnsson-replxx-release-0.0.2_GH0.tar.gz) = 77291
+TIMESTAMP = 1607038979
+SHA256 (AmokHuginnsson-replxx-release-0.0.3_GH0.tar.gz) = 72ad0655eead16544645b1724b27a988543fcefd14d46df6e8dfef17d9ba50ac
+SIZE (AmokHuginnsson-replxx-release-0.0.3_GH0.tar.gz) = 87590

Added: head/devel/replxx/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/replxx/pkg-plist	Fri Dec  4 11:07:31 2020	(r556971)
@@ -0,0 +1,8 @@
+include/replxx.h
+include/replxx.hxx
+lib/libreplxx.so
+lib/libreplxx.so.0.0.3
+share/cmake/replxx/replxx-config-version.cmake
+share/cmake/replxx/replxx-config.cmake
+share/cmake/replxx/replxx-targets-%%CMAKE_BUILD_TYPE%%.cmake
+share/cmake/replxx/replxx-targets.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012041107.0B4B7VSn086364>