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

Collapse All | Expand All

(-)databases/pg_hashids/Makefile (+32 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	pg_hashids
4
PORTVERSION=	1.3
5
CATEGORIES=	databases
6
7
MAINTAINER=	dmitry.wagin@ya.ru
8
COMMENT=	PostgreSQL extension for generates short, unique, non-sequential ids from numbers
9
10
LICENSE=	MIT
11
12
USES=		gmake pgsql:9.6+
13
WANT_PGSQL=	server
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	iCyberon
17
GH_TAGNAME=	83398bcb
18
19
LLD_UNSAFE=	yes
20
21
PLIST_FILES=	lib/postgresql/${PORTNAME}.so \
22
		share/postgresql/extension/${PORTNAME}--${PORTVERSION}.sql \
23
		share/postgresql/extension/${PORTNAME}--1.0--1.1.sql \
24
		share/postgresql/extension/${PORTNAME}--1.1--1.2.sql \
25
		share/postgresql/extension/${PORTNAME}--1.2--${PORTVERSION}.sql \
26
		share/postgresql/extension/${PORTNAME}--1.2.1--${PORTVERSION}.sql \
27
		share/postgresql/extension/${PORTNAME}.control
28
29
post-install:
30
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/${PORTNAME}.so
31
32
.include <bsd.port.mk>
(-)databases/pg_hashids/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1589651186
2
SHA256 (iCyberon-pg_hashids-1.3-83398bcb_GH0.tar.gz) = c113cca19288a3b313ac3695140ac1b42b889aa9a62a436b374a4b87a7ac8fa1
3
SIZE (iCyberon-pg_hashids-1.3-83398bcb_GH0.tar.gz) = 10956
(-)databases/pg_hashids/pkg-descr (+3 lines)
Line 0 Link Here
1
PostgreSQL extension for generates short, unique, non-sequential ids from numbers.
2
3
WWW: https://github.com/iCyberon/pg_hashids

Return to bug 254180