Index: head/devel/replxx/Makefile =================================================================== --- head/devel/replxx/Makefile (revision 556970) +++ head/devel/replxx/Makefile (revision 556971) @@ -1,24 +1,20 @@ # $FreeBSD$ PORTNAME= replxx DISTVERSIONPREFIX= release- -DISTVERSION= 0.0.2 +DISTVERSION= 0.0.3 CATEGORIES= devel MAINTAINER= meka@tilda.center COMMENT= Portable readline library capable of handling UTF-8 LICENSE= BSD3CLAUSE 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 Index: head/devel/replxx/distinfo =================================================================== --- head/devel/replxx/distinfo (revision 556970) +++ head/devel/replxx/distinfo (revision 556971) @@ -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 Index: head/devel/replxx/pkg-plist =================================================================== --- head/devel/replxx/pkg-plist (nonexistent) +++ head/devel/replxx/pkg-plist (revision 556971) @@ -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 Property changes on: head/devel/replxx/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property