- Upgrade to 1.5.1 and unbreak with recent version of textproc/senna.
This commit is contained in:
parent
c73aa39a45
commit
9c43029b68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224978
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= ludia
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
||||
MASTER_SITE_SUBDIR= ludia/28482
|
||||
MASTER_SITE_SUBDIR= ludia/32461
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= PostgreSQL extension for full-text search indexing
|
||||
@ -23,6 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} \
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_PGSQL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -35,17 +35,4 @@ CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \
|
||||
--with-pgpkglibdir=${LOCALBASE}/lib/postgresql \
|
||||
--with-pgsharedir=${LOCALBASE}/share/postgresql
|
||||
|
||||
DEFAULT_PGSQL_VER?=82
|
||||
|
||||
# Setting/finding PostgreSQL version we want.
|
||||
.if exists(${LOCALBASE}/bin/postmaster)
|
||||
PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \
|
||||
${SED} -En 's/.*PostgreSQL[^0-9]*([0-9]+)\.([0-9]+)\..*/\1\2/p'
|
||||
.elif exists(${LOCALBASE}/bin/pg_config)
|
||||
PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | \
|
||||
${SED} -En 's/PostgreSQL[^0-9]*([0-9]*)\.([0-9]+)\..*/\1\2/p'
|
||||
.else
|
||||
PGSQL_VER= ${DEFAULT_PGSQL_VER}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ludia-1.4.0.tar.gz) = 36ad22f0c9296de4d66332de30c88640
|
||||
SHA256 (ludia-1.4.0.tar.gz) = cbeadd6ed68930b0a48bdb7c8267ac0f0e2f169b5ed49cc1f6a4ac69c3566c24
|
||||
SIZE (ludia-1.4.0.tar.gz) = 415234
|
||||
MD5 (ludia-1.5.1.tar.gz) = 248299db16a1430e6ca26eb5c958ff3c
|
||||
SHA256 (ludia-1.5.1.tar.gz) = 392543d96e727d09e240ba38effbb2a21498eafa0ec8f95a3a10baba00e3ff32
|
||||
SIZE (ludia-1.5.1.tar.gz) = 421128
|
||||
|
Loading…
Reference in New Issue
Block a user