diff options
Diffstat (limited to 'www/garage/Makefile')
-rw-r--r-- | www/garage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/garage/Makefile b/www/garage/Makefile index 04039440130c..082c7c498846 100644 --- a/www/garage/Makefile +++ b/www/garage/Makefile @@ -1,6 +1,5 @@ PORTNAME= garage -DISTVERSION= 1.1.0 -PORTREVISION= 3 +DISTVERSION= 1.2.0 CATEGORIES= www MASTER_SITES= https://git.deuxfleurs.fr/Deuxfleurs/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} @@ -22,6 +21,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> |