databases/pointcloud: fix build on current
while I'm here, strip the library
This commit is contained in:
parent
6fef64c64d
commit
83465bd7d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546878
2 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,9 @@ PORTVERSION= 1.2.1
|
|||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases geography
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= 270f3e112519.patch:-p1
|
||||
|
||||
MAINTAINER= lbartoletti@FreeBSD.org
|
||||
COMMENT= LIDAR types for PostgreSQL
|
||||
|
||||
|
@ -24,4 +27,7 @@ USE_LDCONFIG= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pgpointcloud
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/postgresql/pointcloud-${PORTVERSION:R}.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1595926980
|
||||
TIMESTAMP = 1598684578
|
||||
SHA256 (pgpointcloud-pointcloud-v1.2.1_GH0.tar.gz) = 90742b6f5f9164e273afbb3d0f93335f44d202a8c2df3ff71769de6471d1e427
|
||||
SIZE (pgpointcloud-pointcloud-v1.2.1_GH0.tar.gz) = 317926
|
||||
SHA256 (270f3e112519.patch) = 81e4252ee94184f7572ee0a3c14d5fffe9104dd5c00b5628661ecbf5f4c79ec1
|
||||
SIZE (270f3e112519.patch) = 1571
|
||||
|
|
Loading…
Reference in a new issue