diff options
Diffstat (limited to 'www/garage/Makefile')
-rw-r--r-- | www/garage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/garage/Makefile b/www/garage/Makefile index e6118b410787..33e2885c38fa 100644 --- a/www/garage/Makefile +++ b/www/garage/Makefile @@ -1,5 +1,5 @@ PORTNAME= garage -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://git.deuxfleurs.fr/Deuxfleurs/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ @@ -22,6 +22,7 @@ CARGO_INSTALL_PATH= src/garage SUB_FILES= pkg-message USE_RC_SUBR= garage CARGO_VENDOR_DIR= ${WRKDIR}/cargo-crates +CARGO_FEATURES= syslog .include <bsd.port.pre.mk> |