use -std=c++14 to fix build with new llvm

sync PLIST, use https HOMEPAGE/SITES while there
This commit is contained in:
sthen 2023-11-15 13:21:42 +00:00
parent 2057a4ab00
commit 1166dbb559
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
COMMENT = cron-like daemon but reacting to filesystem events
DISTNAME = incron-0.5.10
REVISION = 5
REVISION = 6
CATEGORIES = sysutils
HOMEPAGE = http://inotify.aiken.cz/
HOMEPAGE = https://inotify.aiken.cz/
SITES = http://inotify.aiken.cz/download/incron/
SITES = https://inotify.aiken.cz/download/incron/
# GPLv2
PERMIT_PACKAGE = Yes
@ -19,6 +19,7 @@ COMPILER = base-clang ports-gcc base-gcc
BUILD_DEPENDS = devel/argp-standalone
LIB_DEPENDS = devel/libinotify
CXXFLAGS += -std=c++14
MAKE_FLAGS = CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/inotify" \
CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS}" \

View File

@ -1,4 +1,6 @@
@extraunexec rm -rf /var/spool/incron/
@mode 1730
@rcscript ${RCDIR}/incrond
@mode 2555
@group crontab
@bin bin/incrontab
@ -17,6 +19,3 @@ share/examples/incron/incron.conf.example
@owner root
@group crontab
@sample /var/spool/incron/
@owner
@group
@rcscript ${RCDIR}/incrond