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