Upgrade to the new upstream version, which includes my PR explicitly
including <stdlib.h> for the sake of daemon(3). Somehow this is not necessary on 12.x, where I was testing. The upstream was remarkably quick to merge the PR. Reported by: pkg-fallout@
This commit is contained in:
parent
28470ad934
commit
c6dba2f166
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454159
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= incron
|
||||
DISTVERSION= 2017-10-30
|
||||
DISTVERSION= 2017-11-13
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= mi@aldan.algebra.com
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libinotify.so:devel/libinotify
|
|||
|
||||
USE_GITHUB= indeed
|
||||
GH_ACCOUNT= ar-
|
||||
GH_TAGNAME= e05b7c892f569cf7dadc3c02a464ec1824d27b8e
|
||||
GH_TAGNAME= 81421d3a8bde0989d7e167d8a814d5232896c930
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -D__NR_inotify_init
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -linotify
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" USER=${UID} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510537921
|
||||
SHA256 (ar--incron-2017-10-30-e05b7c892f569cf7dadc3c02a464ec1824d27b8e_GH0.tar.gz) = 12e739de81f7a76189f1da36831de4f1f4ebdbfd38a3801ab4904cc6c89c4fde
|
||||
SIZE (ar--incron-2017-10-30-e05b7c892f569cf7dadc3c02a464ec1824d27b8e_GH0.tar.gz) = 339550
|
||||
TIMESTAMP = 1510626304
|
||||
SHA256 (ar--incron-2017-11-13-81421d3a8bde0989d7e167d8a814d5232896c930_GH0.tar.gz) = f8412a278ed323721ca04eaca8191fba7184a5b39a6bb2286dd9c7fbedb83286
|
||||
SIZE (ar--incron-2017-11-13-81421d3a8bde0989d7e167d8a814d5232896c930_GH0.tar.gz) = 339574
|
||||
|
|
Loading…
Reference in a new issue