mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/lockfile-progs: Update to 0.1.18
PR: 231147 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
This commit is contained in:
parent
446d72208d
commit
9b4249c94e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479177
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lockfile-progs
|
||||
PORTVERSION= 0.1.17
|
||||
PORTVERSION= 0.1.18
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= DEBIAN_POOL
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1513867442
|
||||
SHA256 (lockfile-progs_0.1.17.tar.gz) = 03fb05d25499532f497775b1747b61fa6beebf12d3bcc951e125349ae166c511
|
||||
SIZE (lockfile-progs_0.1.17.tar.gz) = 14833
|
||||
TIMESTAMP = 1536055401
|
||||
SHA256 (lockfile-progs_0.1.18.tar.gz) = a42995a4b97e6188efc90fcc1a761163c4b2cff5c81b936f85c84301ddb05ce6
|
||||
SIZE (lockfile-progs_0.1.18.tar.gz) = 62757
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- Makefile.orig 2011-08-21 23:28:35 UTC
|
||||
--- Makefile.orig 2018-09-03 18:10:55 UTC
|
||||
+++ Makefile
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
-LOADLIBES := -llockfile
|
||||
+LOADLIBES := -L${LOCALBASE}/lib -llockfile
|
||||
CFLAGS := -g -Wall -Wformat-security -Werror -O2
|
||||
CFLAGS ?= -g -Wall -Wformat-security -Werror -O2
|
||||
|
||||
all: lockfile-create
|
||||
@@ -24,7 +24,10 @@ all: lockfile-create
|
||||
|
|
Loading…
Add table
Reference in a new issue