summaryrefslogtreecommitdiff
path: root/www/hs-postgrest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-postgrest/Makefile')
-rw-r--r--www/hs-postgrest/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/www/hs-postgrest/Makefile b/www/hs-postgrest/Makefile
index 0bd5a01fb5cb..03c3966a06e2 100644
--- a/www/hs-postgrest/Makefile
+++ b/www/hs-postgrest/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgrest
DISTVERSIONPREFIX= v
-DISTVERSION= 13.0.0
+DISTVERSION= 13.0.4
CATEGORIES= www databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 i386
-BUILD_DEPENDS= pg_config:databases/postgresql${PGSQL_DEFAULT}-client \
- ghc-9.6.7:lang/ghc96
+BUILD_DEPENDS= ghc-9.6.7:lang/ghc96 \
+ pg_config:databases/postgresql${PGSQL_DEFAULT}-client
USES= cabal pgsql
@@ -22,7 +22,7 @@ GH_ACCOUNT= PostgREST
USE_RC_SUBR= postgrest
-CABAL_PROJECT= remove
+CABAL_PROJECT= remove
SKIP_CABAL_PLIST= yes
SUB_FILES= default.conf
@@ -50,8 +50,9 @@ POSTGREST_GROUP?= postgrest
POSTGREST_USER?= postgrest
do-install:
- @${MKDIR} ${STAGEDIR}${ETCDIR}
- ${INSTALL_DATA} ${WRKDIR}/default.conf ${STAGEDIR}${ETCDIR}/default.conf.sample
+ ${MKDIR} ${STAGEDIR}${ETCDIR}
+ ${INSTALL_DATA} ${WRKDIR}/default.conf \
+ ${STAGEDIR}${ETCDIR}/default.conf.sample
${INSTALL_PROGRAM} \
$$(find ${WRKSRC}/dist-newstyle -name ${PORTNAME} -type f -perm +111) \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}